windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

Example 2 is incorrect

Open 3cbmcdade opened this issue 3 years ago • 0 comments

Example 2 is titled "Register a remote DNS server to a directory application partition using FQDN"

This command adds the local DNS server to a directory application partition named "hr.dept.contoso.com"

The correct command would be: Register-DnsServerDirectoryPartition -ComputerName "DNS01.dept.contoso.com" -Name "hr.dept.contoso.com"

The description below would then be: This command adds the remote DNS server, DNS01.dept.contoso.com, to the directory application partition named hr.dept.contoso.com.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

3cbmcdade avatar Sep 29 '22 18:09 3cbmcdade