I’m focusing more on DNS updates. Below is how long a DNS record will update (new record or updated record)....
First, I try to avoid this whenever possible. I don’t like the idea of having multiple IP’s on one NIC...
There are times you need to find what your public IP Address especially when doing firewall work. There are environments...
Windows: In this example you can see the One Drive is using port 443. C:\>netstat -aon | findstr "443" TCP...
Get-ADGroupMember "Domain ADmins" | Get-AdUser -Property LastLogonDate | select name,distinguishedName,LastLogonDate...
I’m writing this post because you’ll walk into environments and the NIC Teaming is not setup correctly....
There are 4 commands that are useful: netstat -s netstat -e netsh interface ipv4 show ipstats netsh interface ipv4 show...
WINDOWS EVENT IDs USED Windows Logs > Security: 4624 – Logon Success 4768 – Authentication Ticket Granted 4769 – Service...
Get-ADUser -Filter * -Properties DisplayName, EmailAddress, Title | select DisplayName, EmailAddress, Title | Export-CSV "C:\Scripts\Email_Addresses.csv" ...
These scripts are an easy way to see if there are any older Windows devices in your domain. You can...