The most recent content from our members.
I'm trying to write a SAM Template for Windows PowerShell Monitor which will leverage a local file for at least some of the data. I'm not getting that to work in Orion. I'm just trying to validate the concept before I spend time writing up something that won't work, so it's just a simple script. Version 1: The file on the…
$eCerts = Get-ChildItem -Path cert:\LocalMachine -Recurse -ExpiringInDays 90 Write-Host "Statistic:" $eCerts.Count Write-Host "Message:" $eCerts.SerialNumber $eCerts.NotAfter $eCerts.Subject Exit 0 Above is the script which runs fine and returns expected results in the script editor and on the remote server. Testing is…
I know our windows boxes have WinRM 2.0 or above so I am using default port number 5985. What I am confused about is "Use HTTPS Protocol:" and "URL prefix:" When I test with the default values, monitor fails with down status. Has anyone configured this so it worked? The PowerShell script I am testing works fine on local…
It looks like you're new here. Sign in or register to get started.