Search found 1 match
- Mon May 27, 2024 7:11 am
- Forum: Nagios XI
- Topic: NCPA Powershell Plugin trouble passing arguments
- Replies: 1
- Views: 703
NCPA Powershell Plugin trouble passing arguments
Hello guys, Yesterday, I am having trouble passing parameters using a custom powershell plugin from a Windows machine running the NCPA 3.0.0.client. To help with testing, I wrote the following PS script: param ( [string]$F='John', [string]$L='Doe', [string]$M='E' ) write-host "Success! $($F) $(...