Skip to content

Commit 6086632

Browse files
Update docset/winserver2019-ps/dnsserver/Export-DnsServerZone.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent bf90148 commit 6086632

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 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 located in C:\Windows\System32\DNS on the DNS server. Note that -FileName is a filename not a filepath.
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

@@ -210,4 +210,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
210210
[Suspend-DnsServerZone](./Suspend-DnsServerZone.md)
211211

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

0 commit comments

Comments
 (0)