FAQ
Verifying PowerShell permissions for using
OMIMSSC console extension for SCVMM
Check if the PSRemoting status is enabled and ExecutionPolicy is set to RemoteSigned. If the status is different then perform
the following steps in PowerShell:
a) In PowerShell, run the command: PSRemoting.
If the PSRemoting command is disabled, run enable the PSRemoting command using the following commands.
1. Run the command: Enable-PSRemoting
2. In the confirmation message, type Y.
b) In PowerShell, run the command: Get-ExecutionPolicy.
If the policy is not set to RemoteSigned, then set it to RemoteSignedusing the following commands.
1. Run the command: Set-ExecutionPolicy RemoteSigned.
2. In the confirmation message, type Y.
3
8 Verifying PowerShell permissions for using OMIMSSC console extension for SCVMM