Hello,
Environment:
- VMM Cluster 2012 R2
- 2x Windows Server 2012 R2 + Hyper-V Role
We are using "Run Script Command" (Powershell: Invoke-SCScriptCommand) for customizations on the Hyper-V hosts, but recently it's the VMM Server reporting an error.
Invoke-SCScriptCommand Parameters:
- Executable programm: C:\Windows\System32\WindowsPowershell\v1.0\Powershell.exe
- Parameters: -File "Script.ps1" -ExecutionPolicy Bypass -WindowStyle Hidden
- Script Resource package: name.cr
- Run As Account: User with Domain Admin permissions
Error (22029)
VMM could not create a process for the script command C:\Windows\System32\WindowsPowershell\v1.0\Powershell.exe.
Either a required impersonation level was not provided, or the provided impersonation level is invalid (0x80070542)
Recommended Action
Verify the script command settings, then try operation again.
The problem appears after installing the "Security Update for Microsoft Windows (KB3000483)" on the Hyper-V hosts.http://support.microsoft.com/kb/3000483
When I am using the builtin Domain Administrator "domain\Administrator" the error doesn't occur.
Did anyone got the same issue?
Thanks,