Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Need script to query identity of KVM switches with web UI

$
0
0

Hello, I am trying to enumerate 1800+ KVM switches to determine what they are.  My problem is they use self-signed SSL certs.  I have all the IP addresses for them and I know the login urls.  However, these could have a logon like these:

https://x.x.x.x/login.php

https://x.x.x.x/cgi-bin/kvm.cgi?&file=login

https://x.x.x.x/login.asp?language=en-US

Obviously, I really would like to avoid having to logon using IE, approving the self-signed cert, then marking the identity down.  It is very labor intensive and time consuming.  Can someone come up with a script that would try each of these URLs and ignore the invalid cert by using IP Addresses in a file?


Viewing all articles
Browse latest Browse all 6937

Trending Articles