Skip to content

Commit acf57a6

Browse files
authored
Merge pull request MicrosoftDocs#2508 from BWMerlin/patch-1
Added the location of the export zone file
2 parents 308809e + 2c42ae9 commit acf57a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
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 file path.
3636

3737
## PARAMETERS
3838

@@ -109,7 +109,6 @@ Accept wildcard characters: False
109109
110110
### -FileName
111111
Specifies a name for the export file.
112-
You can include a file path.
113112
114113
```yaml
115114
Type: String
@@ -210,4 +209,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
210209
[Suspend-DnsServerZone](./Suspend-DnsServerZone.md)
211210

212211
[Sync-DnsServerZone](./Sync-DnsServerZone.md)
213-

0 commit comments

Comments
 (0)