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
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
This should do:
http://vegetarianprogrammer.blogspot.de/2013/03/running-64-bit-powershell-from-32-bit.html
Dec, 2016 - Permalink