Hi Bron, thanks for using the Community Forums.
There is a way, but it is not all that "quick and easy". As an administrator of the machine, perform the following:
In the "Start>Run" dialog, type "azman.msc", then right click on the left pane's "Authorization Manager" node, and choose "Open Authorization Store...".
You'll then need to determine the security store's connection...it's in the web.config in the GPWebservices install directory (under Program Files\Microsoft Dynamics). You're looking for a value like this:
<add key="AzManConnectionString" value="msldap://machinename:389/CN=DynamicsSecurityService,CN=DynamicsSecurityServicePartition,DC=Microsoft,DC=COM"/>
You will want to choose the top radio button in the "Open Authorization Store" dialog, labeled Active Directory or Active Directory Application Mode, and paste in a subsection of that string.. like the following:
machinename:389/CN=DynamicsSecurityService,CN=DynamicsSecurityServicePartition,DC=Microsoft,DC=COM
At this point, click OK. It should connect, and you should see the "DynamicsSecurityService" Azman parition show in the left-side pane. Right click on that node, and choose "Properties". Then go to the "Security" tab. That should list a drop down of roles, and users/groups assigned to that role. In my case, the user who installed GPWebservices is in the "Administrator" role.
I hope this helps!
Grant Swenson [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.