Skip to content

Instantly share code, notes, and snippets.

@davidisnotnull
Created December 9, 2020 19:31
Show Gist options
  • Save davidisnotnull/2b3ff88b69bdb131558765f81d62c38c to your computer and use it in GitHub Desktop.
Save davidisnotnull/2b3ff88b69bdb131558765f81d62c38c to your computer and use it in GitHub Desktop.
Useful Powershell commands

Wipes the DNS cache on your local machine. Useful for when you've migrated a server and your machine is still caching the old IP address.

Clear-DnsClientCache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment