diff --git a/docset/winserver2012-ps/dnsserver/Set-DnsServerRecursion.md b/docset/winserver2012-ps/dnsserver/Set-DnsServerRecursion.md index 4485602761..2f01260790 100644 --- a/docset/winserver2012-ps/dnsserver/Set-DnsServerRecursion.md +++ b/docset/winserver2012-ps/dnsserver/Set-DnsServerRecursion.md @@ -197,7 +197,7 @@ Accept wildcard characters: False ### -Timeout Determines the number of seconds that a DNS server waits before it stops trying to contact a remote server. The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds). -The default setting is 0xF (15 seconds). +The default setting is 0x8 (8 seconds). We recommend that you increase this value when recursion occurs over a slow link. ```yaml diff --git a/docset/winserver2012-ps/hyper-v/Export-VM.md b/docset/winserver2012-ps/hyper-v/Export-VM.md index 10f9d2c703..3954f6bf71 100644 --- a/docset/winserver2012-ps/hyper-v/Export-VM.md +++ b/docset/winserver2012-ps/hyper-v/Export-VM.md @@ -25,7 +25,7 @@ Export-VM [-VM] [-Path] [-AsJob] [-Passthru] ## DESCRIPTION The **Export-VM** cmdlet exports a virtual machine to disk. This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines. -The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively. +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. The Virtual Machines folder contains the configuration XML of the specified virtual machine. ## EXAMPLES diff --git a/docset/winserver2012r2-ps/dnsserver/Set-DnsServerRecursion.md b/docset/winserver2012r2-ps/dnsserver/Set-DnsServerRecursion.md index 8e04904dfb..e9b799a711 100644 --- a/docset/winserver2012r2-ps/dnsserver/Set-DnsServerRecursion.md +++ b/docset/winserver2012r2-ps/dnsserver/Set-DnsServerRecursion.md @@ -214,7 +214,7 @@ Accept wildcard characters: False ### -Timeout Determines the number of seconds that a DNS server waits before it stops trying to contact a remote server. The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds). -The default setting is 0xF (15 seconds). +The default setting is 0x8 (8 seconds). We recommend that you increase this value when recursion occurs over a slow link. ```yaml diff --git a/docset/winserver2012r2-ps/hyper-v/Export-VM.md b/docset/winserver2012r2-ps/hyper-v/Export-VM.md index 5dc7bfa1d0..c80ad414d0 100644 --- a/docset/winserver2012r2-ps/hyper-v/Export-VM.md +++ b/docset/winserver2012r2-ps/hyper-v/Export-VM.md @@ -29,7 +29,7 @@ Export-VM [-Path] [-AsJob] [-Passthru] [-VM] [-WhatI ## DESCRIPTION The **Export-VM** cmdlet exports a virtual machine to disk. This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines. -The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively. +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. The Virtual Machines folder contains the configuration XML of the specified virtual machine. ## EXAMPLES diff --git a/docset/winserver2016-ps/appx/Reset-AppxPackage.md b/docset/winserver2016-ps/appx/Reset-AppxPackage.md index 5a332aea5d..886a2a1111 100644 --- a/docset/winserver2016-ps/appx/Reset-AppxPackage.md +++ b/docset/winserver2016-ps/appx/Reset-AppxPackage.md @@ -19,10 +19,11 @@ Restores the Windows app to its initial configuration. ## SYNTAX ```PowerShell -Reset-AppxPackage [-Package] - [-WhatIf] - [-Confirm] - [] +Reset-AppxPackage +[-Package] +[-WhatIf] +[-Confirm] +[] ``` ## DESCRIPTION diff --git a/docset/winserver2016-ps/dnsserver/Set-DnsServerRecursion.md b/docset/winserver2016-ps/dnsserver/Set-DnsServerRecursion.md index ba4c702dd7..9a001476fa 100644 --- a/docset/winserver2016-ps/dnsserver/Set-DnsServerRecursion.md +++ b/docset/winserver2016-ps/dnsserver/Set-DnsServerRecursion.md @@ -219,7 +219,7 @@ Accept wildcard characters: False ### -Timeout Specifies the number of seconds that a DNS server waits before it stops trying to contact a remote server. The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds). -The default setting is 0xF (15 seconds). +The default setting is 0x8 (8 seconds). We recommend that you increase this value when recursion occurs over a slow link. ```yaml diff --git a/docset/winserver2016-ps/hyper-v/Export-VM.md b/docset/winserver2016-ps/hyper-v/Export-VM.md index bf77cbfbd0..e040b291bc 100644 --- a/docset/winserver2016-ps/hyper-v/Export-VM.md +++ b/docset/winserver2016-ps/hyper-v/Export-VM.md @@ -31,7 +31,7 @@ Export-VM [-VM] [-Path] [-AsJob] [-Passthru] [-Captu ## DESCRIPTION The **Export-VM** cmdlet exports a virtual machine to disk. This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines. -The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively. +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. The Virtual Machines folder contains the configuration XML of the specified virtual machine. ## EXAMPLES diff --git a/docset/winserver2019-ps/appx/Reset-AppxPackage.md b/docset/winserver2019-ps/appx/Reset-AppxPackage.md index a8bc5ae82e..a6bd004df9 100644 --- a/docset/winserver2019-ps/appx/Reset-AppxPackage.md +++ b/docset/winserver2019-ps/appx/Reset-AppxPackage.md @@ -19,10 +19,11 @@ Restores the Windows app to its initial configuration. ## SYNTAX ```PowerShell -Reset-AppxPackage [-Package] - [-WhatIf] - [-Confirm] - [] +Reset-AppxPackage +[-Package] +[-WhatIf] +[-Confirm] +[] ``` ## DESCRIPTION diff --git a/docset/winserver2019-ps/dnsserver/Set-DnsServerRecursion.md b/docset/winserver2019-ps/dnsserver/Set-DnsServerRecursion.md index 52d436d005..c9383c2b05 100644 --- a/docset/winserver2019-ps/dnsserver/Set-DnsServerRecursion.md +++ b/docset/winserver2019-ps/dnsserver/Set-DnsServerRecursion.md @@ -219,7 +219,7 @@ Accept wildcard characters: False ### -Timeout Specifies the number of seconds that a DNS server waits before it stops trying to contact a remote server. The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds). -The default setting is 0xF (15 seconds). +The default setting is 0x8 (8 seconds). We recommend that you increase this value when recursion occurs over a slow link. ```yaml diff --git a/docset/winserver2019-ps/hyper-v/Export-VM.md b/docset/winserver2019-ps/hyper-v/Export-VM.md index aa7fadcbf9..5105fea01c 100644 --- a/docset/winserver2019-ps/hyper-v/Export-VM.md +++ b/docset/winserver2019-ps/hyper-v/Export-VM.md @@ -31,7 +31,7 @@ Export-VM [-VM] [-Path] [-AsJob] [-Passthru] [-Captu ## DESCRIPTION The **Export-VM** cmdlet exports a virtual machine to disk. This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines. -The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively. +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. The Virtual Machines folder contains the configuration XML of the specified virtual machine. ## EXAMPLES diff --git a/docset/winserver2022-ps/appx/Remove-AppxPackageAutoUpdateSettings.md b/docset/winserver2022-ps/appx/Remove-AppxPackageAutoUpdateSettings.md index 5382d8a50e..921490eff0 100644 --- a/docset/winserver2022-ps/appx/Remove-AppxPackageAutoUpdateSettings.md +++ b/docset/winserver2022-ps/appx/Remove-AppxPackageAutoUpdateSettings.md @@ -9,7 +9,7 @@ title: Remove-AppxPackageAutoUpdateSettings # Remove-AppxPackageAutoUpdateSettings ## SYNOPSIS -{{ Fill in the Synopsis }} +Removes settings configured for a particular Windows app. ## SYNTAX @@ -19,16 +19,16 @@ Remove-AppxPackageAutoUpdateSettings [-PackageFamilyName] [-UseSystemPo ``` ## DESCRIPTION -{{ Fill in the Description }} +The 'Remove-AppxPackageAutoUpdateSettings' PowerShell cmdlet removes the settings configured for a specific or all installed Windows apps in relation to the Auto Update and Repair settings. ## EXAMPLES ### Example 1 ```powershell -PS C:\> {{ Add example code here }} +PS C:\> Remove-AppxPackageAutoUpdateSettings -PackageFullName publisher.package1_1.0.0.0_neutral__8wekyb3d8bbwe ``` -{{ Add example description here }} +This example removes the Auto Update and Repair settings for a specific Windows app that has been installed and registered to the signed-in user. ## PARAMETERS diff --git a/docset/winserver2022-ps/appx/Reset-AppxPackage.md b/docset/winserver2022-ps/appx/Reset-AppxPackage.md index 66d1b655e2..94157d051f 100644 --- a/docset/winserver2022-ps/appx/Reset-AppxPackage.md +++ b/docset/winserver2022-ps/appx/Reset-AppxPackage.md @@ -17,10 +17,11 @@ Restores the Windows app to its initial configuration. ## SYNTAX ``` -Reset-AppxPackage [-Package] - [-WhatIf] - [-Confirm] - [] +Reset-AppxPackage + [-Package] + [-WhatIf] + [-Confirm] + [] ``` ## DESCRIPTION diff --git a/docset/winserver2022-ps/dnsserver/Set-DnsServerRecursion.md b/docset/winserver2022-ps/dnsserver/Set-DnsServerRecursion.md index a37b5b25b4..2a554af411 100644 --- a/docset/winserver2022-ps/dnsserver/Set-DnsServerRecursion.md +++ b/docset/winserver2022-ps/dnsserver/Set-DnsServerRecursion.md @@ -219,7 +219,7 @@ Accept wildcard characters: False ### -Timeout Specifies the number of seconds that a DNS server waits before it stops trying to contact a remote server. The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds). -The default setting is 0xF (15 seconds). +The default setting is 0x8 (8 seconds). We recommend that you increase this value when recursion occurs over a slow link. ```yaml diff --git a/docset/winserver2022-ps/hyper-v/Export-VM.md b/docset/winserver2022-ps/hyper-v/Export-VM.md index 846d5764a2..cb0ced7c36 100644 --- a/docset/winserver2022-ps/hyper-v/Export-VM.md +++ b/docset/winserver2022-ps/hyper-v/Export-VM.md @@ -31,7 +31,7 @@ Export-VM [-VM] [-Path] [-AsJob] [-Passthru] [-Captu ## DESCRIPTION The **Export-VM** cmdlet exports a virtual machine to disk. This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines. -The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively. +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. The Virtual Machines folder contains the configuration XML of the specified virtual machine. ## EXAMPLES