Skip to content

Commit bf90148

Browse files
authored
Added the location of the export zone file
Added the location to where the export zone file can be found (C:\Windows\System32\DNS) and that the location is on the DNS server. Also added a note that -FileName is a filename and not a filepath. This should clarify how users can use this command and where they can locate the output.
1 parent f9b1e2d commit bf90148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2019-ps/dnsserver/Export-DnsServerZone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ By default, the cmdlet places the file in the Domain Name System (DNS) directory
3232
PS C:\> Export-DnsServerZone -Name "western.contoso.com" -FileName "exportedcontoso.com"
3333
```
3434

35-
This command exports the zone named western.contoso.com to a file called exportedcontoso.com.
35+
This command exports the zone named western.contoso.com to a file called exportedcontoso.com located in C:\Windows\System32\DNS on the DNS server. Note that -FileName is a filename not a filepath.
3636

3737
## PARAMETERS
3838

0 commit comments

Comments
 (0)