Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@juangranados
Favorites2
Views3444
Projects15
Hi Spenser! Thanks for this excellent script. Running Get-WmiObject -Class Win32_QuickFixEngineering could return empty values on InstalledOn. I fixed this error and upload the script to GitHub, if anyone is interested: https://github.com/juangranados/check_updates
Reviewed 8 years ago
For those with problems with ILO3, you have to specify the SSL cipher. In my case, in order to connect with an ILO 3 v1.89, I had to use: --sslopts 'SSL_cipher_list => "DES-CBC3-SHA",SSL_verify_mode => SSL_VERIFY_NONE' You can check available ciphers of ILO using cnark (http://blog.techstacks.com/cryptonark.html): cnark.pl -h 192.168.2.66 -p 443 --insecure