Skip to content

Commit 8794f3a

Browse files
authored
Update Test-ADDnsLowPrivWrite.ps1
1 parent fc38865 commit 8794f3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

generic/Test-ADDnsLowPrivWrite.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
LAB ONLY. Skips LDAPS certificate validation.
3434
3535
.PARAMETER DomainNC
36-
Optional. Explicit domain naming context DN (e.g., 'DC=aimfire,DC=net').
36+
Optional. Explicit domain naming context DN (e.g., 'DC=xxx,DC=net').
3737
3838
.PARAMETER Zone
39-
Optional. FQDN of the forward lookup zone (e.g. aimfire.net). If omitted, derived from the domain NC.
39+
Optional. FQDN of the forward lookup zone (e.g. xxx.net). If omitted, derived from the domain NC.
4040
4141
.PARAMETER RecordIp
4242
IPv4 address for the test A record. Default: 127.0.0.1.
@@ -485,3 +485,4 @@ if ($created) {
485485
}
486486

487487
if ($LogPath) { try { Stop-Transcript | Out-Null } catch {} }
488+

0 commit comments

Comments
 (0)