whois cordero.me | egrep -i "Expiration | Expire on" Registrar Registration Expiration Date: 2027-07-17T21:24:32Z...
There are times you need to find what your public IP Address especially when doing firewall work. There are environments...
If you are running HPE hardware, see what’s supported below when it comes to Microsoft Windows OS. It’s important to...
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}...
I’m writing this post because you’ll walk into environments and the NIC Teaming is not setup correctly....
There may be times where you need to add/remove wireless profiles from the CLI....
netstat -na | find “51000” or netstat -np [protocol] | find “port #” netstat -np tcp | find “51000” or...
1. Programs with cached credentials 2. Changed password in a service account 3. Having a bad password limit that’s too...