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.

John Savill

March 25, 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. (See the screen shot below.)




  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" 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

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