Skip to content

Instantly share code, notes, and snippets.

@greyhoundforty
Last active July 12, 2020 09:31
Show Gist options
  • Save greyhoundforty/b5b89d9439703922a3e9a928e38f459d to your computer and use it in GitHub Desktop.
Save greyhoundforty/b5b89d9439703922a3e9a928e38f459d to your computer and use it in GitHub Desktop.
IBM Cloud Windows VPC script to set Private DNS Resolvers
#ps1_sysnative
Set-DnsClientServerAddress -InterfaceIndex 3 -ServerAddresses 161.26.0.7, 161.26.0.8;
Clear-DnsClientCache;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment