Skip to content

Commit 24cc0b7

Browse files
Merge pull request #106501 from aarontguilmette/patch-2
Remove Google DNS servers
2 parents f42a52f + 088604e commit 24cc0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/hybrid/tutorial-password-hash-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Before you install Windows Server AD, run a script that installs prerequisites:
113113
$ipprefix = "24"
114114
$ipgw = "10.0.1.1"
115115
$ipdns = "10.0.1.117"
116-
$ipdns2 = "8.8.8.8"
116+
$ipdns2 = "4.2.2.2"
117117
$ipif = (Get-NetAdapter).ifIndex
118118
$featureLogPath = "c:\poshlog\featurelog.txt"
119119
$newname = "DC1"

0 commit comments

Comments
 (0)