I did upgrade PRTG Network Monitor to version 12.4.6.2330 (64-bit). Can I use Powershell 64-bit to create custom sensors with out x86 conversion first? Or I need to do it the old way? Thank you. Tanya.
Article Comments
Hi Tanya,
had the same "issue". I did some quick'n'dirty workarround since I were not able to get the tweak run as it always returned a 32-bit-process.
- Create a .cmd-file in the exexml custom sensor folder of prtg
- Write this into the file: @"%SystemRoot%\Sysnative\WindowsPowerShell\v1.0\powershell.exe" -File <fullpathtoyourscript>.ps1
- Create a custom exexml-sensor and choose the just created batch to be processed
That's it ... hth!
Nov, 2014 - Permalink
Hi,
as only the PRTG core is 64 bit but not the probe which actually calls the script it is not possible yet using the native 64 bit powershell.
But it is possible to use the 64 bit powershell with a little tweak.
Best regards
Dec, 2012 - Permalink