Q: How do I use a non-administrator account to connect System Center Service Manager 2012 to System Center Virtual Machine Manager 2012? - 29 Mar 2012
How to manually set permissions on the session configuration for the account that's used to connect System Center Service Manager (SCSM) 2012 and System Center Virtual Machine Manager (SCVMM) 2012.
March 28, 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 .
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" about various errorsrelated to remote troubleshooting.
We do more than Windows! Check out all of John Savill's FAQs!
About the Author
You May Also Like