Comments
-
One way to do it is via the Powershell cmdlets "Export-CliXML" and "Import-CliXML." Assuming the script is running from the poller, log in as the userid running the script, then use Get-Credentials/Export-CliXML to create the file. Once it is created, you can use Import-CliXML in the script to read the credentials. The…
-
I would imagine that you could build an alert using complex conditions to do this.
-
There was more than that. We were instructed to bring down the poller, update the database to remove polling jobs that appeared to be hung, and then stop polling on the servers & restart it. There really isn't a good explanation as to why it was specifically affecting Hyper-V, other than the possibility that there may have…