Below are some configs that work with Solarwinds Orion....
Cisco has a command that can run TDR tests on an interface. A TDR (time-domain reflectometer) is an electronic instrument...
I work a lot with other products like HP Dell-Brocade, and EMC. Sometimes I need to port-channel to them, but...
In my case I was troubleshooting an interface that had to be 100Mb. But these commands can be used on...
Get-ADUser -Filter * -Properties DisplayName, EmailAddress, Title | select DisplayName, EmailAddress, Title | Export-CSV "C:\Scripts\Email_Addresses.csv" ...
Get-ADGroupMember "Domain ADmins" | Get-AdUser -Property LastLogonDate | select name,distinguishedName,LastLogonDate...
These scripts are an easy way to see if there are any older Windows devices in your domain. You can...
Find Active Users with PW Expires Date/Time: Import-Module ActiveDirectory Get-ADUser -SearchBase "DC=cordero,DC=me" -filter {Enabled -eq $True -and PasswordNeverExpires -eq $False}...
There are three python files. 1. cli-config-changer.py = This is the main file that you run 2. config_file.py = These...
I ran accross an issue where a Cisco VCSE device was setup by another engineer but the Palo Alto FW...