I have a Powershell script that uses Get-WBSummary to retrieve the Windows Server Backup summary, but this is failing as PRTG only runs scripts on Powershell 32bit as there are no Windows Server cmdlets available to be registered, only in Powershell 64bit. I'm running Windows Server 2008 r2. How can I get this script to run?


Article Comments

This should do:
http://vegetarianprogrammer.blogspot.de/2013/03/running-64-bit-powershell-from-32-bit.html


Dec, 2016 - Permalink

Thank you. That did the trick.


Dec, 2016 - Permalink