Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 8583

Microsoft CRM Snapin Errors

$
0
0

On a server(2008R2) with CRM installed I do a 

add-pssnapin microsoft.crm.powershell

Everything is great, but then on every get I try to do

Get-CrmOrganization : The remote server returned an error: (500) Internal Server Error.

At line:1 char:20

+ Get-CrmOrganization <<<<

    + CategoryInfo          : NotSpecified: (:) [Get-CrmOrganization], WebException

    + FullyQualifiedErrorId : System.Net.WebException,Microsoft.Crm.PowerShell.GetCrmOrganizationCmdlet

 

This happened to a coworker of mine(on another server), but we both should have all the rights and permissions we need, but nothing seems to work. I tried looking around online, but haven't found anything helpful.

Any idea why this might be happening, or even a direction for me to go searching in???


Viewing all articles
Browse latest Browse all 8583