I'm trying to fix the help system issue in CRM 2011 UR6 noted here:
http://social.microsoft.com/Forums/en/crmdeployment/thread/be72bceb-6cc4-4d9a-880f-4c8da9978cf6?prof=required
However, executing the command "Get-CrmSetting WebAddressSettings" gives the error:
Get-CrmSetting : The caller was not authenticated by the service.
At line:1 char:15
+ Get-CrmSetting <<<< WebAddressSettings
+ CategoryInfo : NotSpecified: (:) [Get-CrmSetting], SecurityNegotiationException
+ FullyQualifiedErrorId : System.ServiceModel.Security.SecurityNegotiationException,Microsoft.Crm.PowerShell.GetCrmSettingCmdlet
Any ideas why? I'm running it as a domain administrator.
Thanks.