The most recent content from our members.
I am trying to setup some process monitoring where we want the script to return the number of servers its running on as the statistic and the server name as part of the message. I thought this would've been quite simple. so i started with $ErrorActionPreference = 'SilentlyContinue'; $proc = $args[0]; $s1 = Get-Process…
It looks like you're new here. Sign in or register to get started.