Skip to content

Instantly share code, notes, and snippets.

@paulmallon
Created December 5, 2019 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulmallon/6721ba4184cfad78480ec10fd24cf631 to your computer and use it in GitHub Desktop.
Save paulmallon/6721ba4184cfad78480ec10fd24cf631 to your computer and use it in GitHub Desktop.
dns scraping
Get-DnsClientCache | where {$_.entry -like "*platform*" } |fl -Property entry, data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment