Skip to content

Commit 6362140

Browse files
authored
Merge pull request MicrosoftDocs#3546 from MicrosoftDocs/main
Publish 07/07/2023, 3:30 PM
2 parents 2e63908 + 109cab6 commit 6362140

File tree

14 files changed

+29
-26
lines changed

14 files changed

+29
-26
lines changed

docset/winserver2012-ps/dnsserver/Set-DnsServerRecursion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Accept wildcard characters: False
197197
### -Timeout
198198
Determines the number of seconds that a DNS server waits before it stops trying to contact a remote server.
199199
The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds).
200-
The default setting is 0xF (15 seconds).
200+
The default setting is 0x8 (8 seconds).
201201
We recommend that you increase this value when recursion occurs over a slow link.
202202

203203
```yaml

docset/winserver2012-ps/hyper-v/Export-VM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Export-VM [-VM] <VirtualMachine[]> [-Path] <String> [-AsJob] [-Passthru]
2525
## DESCRIPTION
2626
The **Export-VM** cmdlet exports a virtual machine to disk.
2727
This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines.
28-
The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively.
28+
Each of these folders contains the associated files. The Snapshots folder contains the associated Snapshots, and the Virtual Hard Disk folder contains the specified virtual machine's virtual disks.
2929
The Virtual Machines folder contains the configuration XML of the specified virtual machine.
3030

3131
## EXAMPLES

docset/winserver2012r2-ps/dnsserver/Set-DnsServerRecursion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Accept wildcard characters: False
214214
### -Timeout
215215
Determines the number of seconds that a DNS server waits before it stops trying to contact a remote server.
216216
The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds).
217-
The default setting is 0xF (15 seconds).
217+
The default setting is 0x8 (8 seconds).
218218
We recommend that you increase this value when recursion occurs over a slow link.
219219

220220
```yaml

docset/winserver2012r2-ps/hyper-v/Export-VM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Export-VM [-Path] <String> [-AsJob] [-Passthru] [-VM] <VirtualMachine[]> [-WhatI
2929
## DESCRIPTION
3030
The **Export-VM** cmdlet exports a virtual machine to disk.
3131
This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines.
32-
The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively.
32+
Each of these folders contains the associated files. The Snapshots folder contains the associated Snapshots, and the Virtual Hard Disk folder contains the specified virtual machine's virtual disks.
3333
The Virtual Machines folder contains the configuration XML of the specified virtual machine.
3434

3535
## EXAMPLES

docset/winserver2016-ps/appx/Reset-AppxPackage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Restores the Windows app to its initial configuration.
1919
## SYNTAX
2020

2121
```PowerShell
22-
Reset-AppxPackage [-Package] <string>
23-
[-WhatIf]
24-
[-Confirm]
25-
[<CommonParameters>]
22+
Reset-AppxPackage
23+
[-Package] <string>
24+
[-WhatIf]
25+
[-Confirm]
26+
[<CommonParameters>]
2627
```
2728

2829
## DESCRIPTION

docset/winserver2016-ps/dnsserver/Set-DnsServerRecursion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Accept wildcard characters: False
219219
### -Timeout
220220
Specifies the number of seconds that a DNS server waits before it stops trying to contact a remote server.
221221
The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds).
222-
The default setting is 0xF (15 seconds).
222+
The default setting is 0x8 (8 seconds).
223223
We recommend that you increase this value when recursion occurs over a slow link.
224224

225225
```yaml

docset/winserver2016-ps/hyper-v/Export-VM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Export-VM [-VM] <VirtualMachine[]> [-Path] <String> [-AsJob] [-Passthru] [-Captu
3131
## DESCRIPTION
3232
The **Export-VM** cmdlet exports a virtual machine to disk.
3333
This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines.
34-
The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively.
34+
Each of these folders contains the associated files. The Snapshots folder contains the associated Snapshots, and the Virtual Hard Disk folder contains the specified virtual machine's virtual disks.
3535
The Virtual Machines folder contains the configuration XML of the specified virtual machine.
3636

3737
## EXAMPLES

docset/winserver2019-ps/appx/Reset-AppxPackage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Restores the Windows app to its initial configuration.
1919
## SYNTAX
2020

2121
```PowerShell
22-
Reset-AppxPackage [-Package] <string>
23-
[-WhatIf]
24-
[-Confirm]
25-
[<CommonParameters>]
22+
Reset-AppxPackage
23+
[-Package] <string>
24+
[-WhatIf]
25+
[-Confirm]
26+
[<CommonParameters>]
2627
```
2728

2829
## DESCRIPTION

docset/winserver2019-ps/dnsserver/Set-DnsServerRecursion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Accept wildcard characters: False
219219
### -Timeout
220220
Specifies the number of seconds that a DNS server waits before it stops trying to contact a remote server.
221221
The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds).
222-
The default setting is 0xF (15 seconds).
222+
The default setting is 0x8 (8 seconds).
223223
We recommend that you increase this value when recursion occurs over a slow link.
224224

225225
```yaml

docset/winserver2019-ps/hyper-v/Export-VM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Export-VM [-VM] <VirtualMachine[]> [-Path] <String> [-AsJob] [-Passthru] [-Captu
3131
## DESCRIPTION
3232
The **Export-VM** cmdlet exports a virtual machine to disk.
3333
This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines.
34-
The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively.
34+
Each of these folders contains the associated files. The Snapshots folder contains the associated Snapshots, and the Virtual Hard Disk folder contains the specified virtual machine's virtual disks.
3535
The Virtual Machines folder contains the configuration XML of the specified virtual machine.
3636

3737
## EXAMPLES

0 commit comments

Comments
 (0)