Comments
-
Nevermind on that. A full Orion restart and DB maintenance did the trick. Both are working great now.
-
If I understand how the SAM component for Powershell works, you have to return a statistic as part of the script for it to work. i.e. IF ($SMBShareCheck.Count -lt 1) { Write-Host "Statistic.Status:" 0 Write-Host "Message.Status: Down" } You can still use exit codes to determine status or use the statistic value to move the…
-
I frequently bumped into this thread while troubleshooting a very similar problem last week. Perhaps my findings can help out those who get into similar trouble. I ran into something similar with this very recently with just the sqlservr process. Specifically, it was not finding the process due to the command line filter…