I installed Dynamics CRM2013 on permise. Now, no matter what kind of cmdlet i use in the powershell, i get the following error:
PS C:\Users\Administrator\Desktop> C:\Users\Administrator\Desktop\copydb2.ps1
get-crmsetting : The remote server returned an error: (500) Internal Server Error.
At C:\Users\Administrator\Desktop\copydb2.ps1:3 char:12
+ $setting = get-crmsetting customcodesettings
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Microsoft.Crm.P...rmSettingCmdlet:GetCrmSettingCmdlet) [Get-CrmSetting], WebException
+ FullyQualifiedErrorId : CRM Deployment Cmdlet Error,Microsoft.Crm.PowerShell.GetCrmSettingCmdlet
I already added all the app-users to the administrator group. No effect.
Has anybody got an idea what goes wrong?