Q: How do I use a non-administrator account to connect System Center Service Manager 2012 to System Center Virtual Machine Manager 2012?
Connecting System Center Service Manager (SCSM) 2012 to System Center Virtual Machine Manager (SCVMM) 2012 via a non-administrator account involves this method of setting permissions.
March 25, 2012
A:The Windows Remote Management capability that's used between Service Manager and Virtual Machine Manager for remote Windows PowerShell is enabled bydefault for administrative users only.
To enable for a non-administrator, you must manually set the permissions on the session configuration for theaccount that's used for the connector between System Center Service Manager (SCSM) 2012 and System Center Virtual Machine Manager (SCVMM) 2012:
Log on to the System Center Virtual Machine Manager installation.
Open a PowerShell window.
Run the command below:
Set-PSSessionConfiguration Microsoft.Powershell -ShowSecurityDescriptorUI
Add the account used for the connector--for example the Service Manager Operations account--and grant the Execute (Invoke) permission, then click OK. (See the screen shot below.)
You will then be prompted to confirm WinRM can be restarted; after restart, the change will take effect.
The test connection should now function correctly.
More information can be found at the Microsoft webpage "About_Remote_Troubleshooting" that covers various errorsrelated to remote troubleshooting.
Get answers to the latest FAQs on all things Microsoft, plus virtualization, systems management, and more at John Savill's FAQs here at Windows IT Pro.
About the Author
You May Also Like