Upgraded to Powershell 3.0 (http://www.microsoft.com/en-us/download/details.aspx?id=34595) to use some of the new commands.
PS C:\Windows\system32> $Host.Version Major Minor Build Revision ----- ----- ----- -------- 3 0 -1 -1
PS C:\Windows\system32> Get-ExecutionPolicy RemoteSigned
32-bit powershell queried
Now all of my custom powershell scripts are returning "The handle is invalid. (0x6)". Dumping exe output does not create any files. Sounds like a problem with PRTG calling powershell?
Even a simple: Write-Output "<prtg>" is failing with the same error.
Any ideas? Thanks -Andrew
Add comment