Comments
-
I'm trying to run this and I was having issues with the script saying incorrect username or password. So, I changed the connection settings to: $hostname1 = "x.x.x.x"; $password1 = ConvertTo-SecureString "mypassword" -asPlainText -Force $username1 = "username" $hostname2 = "y.y.y.y"; $password2 = ConvertTo-SecureString…
-
Thanks!
-
That works. But, what if I'm looking for two servers? ntp server (?!10.1.1.1).* ntp server (?!10.1.1.2).*
-
The problem is, some of the time the line "ntp server 10.1.1.1" would be found. Sometimes there is 5-6 different ntp server lines. I'm trying to find all the ones that aren't the one I specify. So a switch might have the config as: ntp server 10.1.1.1 ntp server 10.2.2.2 ntp server 10.3.3.3 I want it to report on the…
-
Yes, new DB server, and new front-end.
-
We're having issues with Polling not working, IPAM not working, NCM jobs aren't running. So, it's pretty much a useless product at this point. I've been working with support on the IPAM issue and just been running in circles. I'm about to delete the entire thing and start from scratch if I have to, but I don't want to…
-
Were you ever able to get this to display the name? We have a bunch of Nexus switches and I'm not going to add the phydesc table and then uncheck the 200+ rows for each switch.