Thursday, March 8, 2012

Enable custom web analytics reports in SharePoint 2010

Enable custom web analytics reports in SharePoint 2010

Enable-SPFEATURE WACustomReports –URL http://sitecollectionURL

MSDN Thread: http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010setup/thread/e017a327-f860-4f63-aaa7-5ad16ad4ba50

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...