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.

John Savill

March 28, 2012

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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:

  1. Log on to the System Center Virtual Machine Manager installation.

  2. Open a PowerShell window.

  3. Run the command below:

    Set-PSSessionConfiguration Microsoft.Powershell -ShowSecurityDescriptorUI
  4. Add the account used for the connector--for example the Service Manager Operations account--and grant the Execute (Invoke) permission, then click OK . 


  5. 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

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like