We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc38865 commit 8794f3aCopy full SHA for 8794f3a
generic/Test-ADDnsLowPrivWrite.ps1
@@ -33,10 +33,10 @@
33
LAB ONLY. Skips LDAPS certificate validation.
34
35
.PARAMETER DomainNC
36
- Optional. Explicit domain naming context DN (e.g., 'DC=aimfire,DC=net').
+ Optional. Explicit domain naming context DN (e.g., 'DC=xxx,DC=net').
37
38
.PARAMETER Zone
39
- Optional. FQDN of the forward lookup zone (e.g. aimfire.net). If omitted, derived from the domain NC.
+ Optional. FQDN of the forward lookup zone (e.g. xxx.net). If omitted, derived from the domain NC.
40
41
.PARAMETER RecordIp
42
IPv4 address for the test A record. Default: 127.0.0.1.
@@ -485,3 +485,4 @@ if ($created) {
485
}
486
487
if ($LogPath) { try { Stop-Transcript | Out-Null } catch {} }
488
+
0 commit comments