Tuesday, December 4, 2012

DNS - All you can eat

Need a quick list of whats in the DNS server?

bring up your CLI and type
nslookup
>ls -d domain.local
        replace domain.local with your domain name.

Windows 11 Network Refresh Without Reboot

# Full-Network-Reset.ps1 # Run as Administrator for full effect Write-Host "Restarting network adapters..." -ForegroundColor C...