So, Chitrarasan Duraisamy was nice enough to point me to a tool that enables tracing for diagnostics in CRM which was excellent, and his response was very quick. Now, I am able to enable and disable tracing but the powers that be want to know why powershell puts out a 404 not found error when I use the get-crmsettings command. I followed the instructions for configuring powershell for CRM in KB 907490 but when I run get-crmsetting commands I get:
get-crmsetting : The remote server returned an error: (404) Not Found.
At line:1 char:1
+ get-crmsetting tracesettings
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Microsoft.Crm.P...rmSettingCmdlet:GetCrmSettingCmdlet) [Get-CrmSetting
], WebException
+ FullyQualifiedErrorId : CRM Deployment Cmdlet Error,Microsoft.Crm.PowerShell.GetCrmSettingCmdlet
I need to be able to administer this deploy of CRM 2013 with powershell. I have googled this for days with no result. Some solutions state that the FQN of the site is not correct in the registry, so I passed -dwsserverurl to the command (with creds of course) and then I get a 401 unauthorized instead. We are using the default applicationpoolidentity as opposed to a service account, so as far as I know permissions shouldn't be an issue. I am not even 100% sure what the dws server url is supposed to be. Does anyone have any thoughts on how to solve this? Thank you.
*This post is locked for comments
I have the same question (0)