Last active
July 12, 2020 09:31
-
-
Save greyhoundforty/b5b89d9439703922a3e9a928e38f459d to your computer and use it in GitHub Desktop.
IBM Cloud Windows VPC script to set Private DNS Resolvers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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