diff --git a/docset/winserver2012-ps/activedirectory/New-ADCentralAccessPolicy.md b/docset/winserver2012-ps/activedirectory/New-ADCentralAccessPolicy.md index 4b5a6d4adf..73b06e0b3d 100644 --- a/docset/winserver2012-ps/activedirectory/New-ADCentralAccessPolicy.md +++ b/docset/winserver2012-ps/activedirectory/New-ADCentralAccessPolicy.md @@ -61,7 +61,7 @@ Description Create a new central access rule named "Finance Documents Rule" with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2012-ps/activedirectory/Remove-ADComputer.md b/docset/winserver2012-ps/activedirectory/Remove-ADComputer.md index dd6864c69c..c15734100f 100644 --- a/docset/winserver2012-ps/activedirectory/Remove-ADComputer.md +++ b/docset/winserver2012-ps/activedirectory/Remove-ADComputer.md @@ -119,7 +119,7 @@ Aliases: cf Required: False Position: Named -Default value: False +Default value: True Accept pipeline input: False Accept wildcard characters: False ``` diff --git a/docset/winserver2012-ps/activedirectory/Set-ADCentralAccessRule.md b/docset/winserver2012-ps/activedirectory/Set-ADCentralAccessRule.md index 11de817d6a..595d89790f 100644 --- a/docset/winserver2012-ps/activedirectory/Set-ADCentralAccessRule.md +++ b/docset/winserver2012-ps/activedirectory/Set-ADCentralAccessRule.md @@ -68,7 +68,7 @@ Description Set the central access rule named "Finance Documents Rule" with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2012-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md b/docset/winserver2012-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md index a54ffd8c8c..6f7876fafc 100644 --- a/docset/winserver2012-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md +++ b/docset/winserver2012-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md @@ -229,7 +229,7 @@ Accept wildcard characters: False ``` ### -RACountry -Specifies the country of the registration authority. +Specifies the country/region of the registration authority. ```yaml Type: String 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/winserver2012-ps/hyper-v/Set-VHD.md b/docset/winserver2012-ps/hyper-v/Set-VHD.md index f5675a9077..c074f6b097 100644 --- a/docset/winserver2012-ps/hyper-v/Set-VHD.md +++ b/docset/winserver2012-ps/hyper-v/Set-VHD.md @@ -48,7 +48,7 @@ This operation cannot be performed when the virtual disk chain is attached. ### Example 3 ``` -PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId +PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch ``` This example sets the parent of Child1.vhd to point to parentcopywithnewid.vhd, even though parentcopywithnewid.vhd has a different ID than the original parent of child1.vhd. diff --git a/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md index f411d6f201..dc3a0c114b 100644 --- a/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md @@ -304,8 +304,8 @@ Accept wildcard characters: False ### -BaseReachableTimeMs Gets IP interface properties only for interfaces by the BaseReachableTime property. This parameter is the base for random reachable time, in milliseconds. -This parameter is described in RFC 2461http://go.microsoft.com/fwlink/p/?LinkId=84044. -The default BaseReachableTime setting is `30`. +This parameter is described in [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044). +The default BaseReachableTime setting is `30000`. ```yaml Type: UInt32[] diff --git a/docset/winserver2012-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2012-ps/vpnclient/Add-VpnConnection.md index 2bc3606f39..bbbee7fd18 100644 --- a/docset/winserver2012-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2012-ps/vpnclient/Add-VpnConnection.md @@ -139,7 +139,7 @@ For more information about custom EAP authentication methods, see the **New-EapC ### Example 5: Add a VPN connection that uses already generated EAP XML configuration ```powershell -PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml +PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml ``` diff --git a/docset/winserver2012r2-ps/activedirectory/New-ADCentralAccessPolicy.md b/docset/winserver2012r2-ps/activedirectory/New-ADCentralAccessPolicy.md index 3f7a81d190..ff294099a9 100644 --- a/docset/winserver2012r2-ps/activedirectory/New-ADCentralAccessPolicy.md +++ b/docset/winserver2012r2-ps/activedirectory/New-ADCentralAccessPolicy.md @@ -52,7 +52,7 @@ PS C:\> Set-ADCentralAccessRule -Identity "Finance Documents Rule" -ResourceCond This command creates a central access rule named Finance Documents Rule with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2012r2-ps/activedirectory/Remove-ADComputer.md b/docset/winserver2012r2-ps/activedirectory/Remove-ADComputer.md index 4a279e1837..f1e4358d1c 100644 --- a/docset/winserver2012r2-ps/activedirectory/Remove-ADComputer.md +++ b/docset/winserver2012r2-ps/activedirectory/Remove-ADComputer.md @@ -101,7 +101,7 @@ Aliases: cf Required: False Position: Named -Default value: False +Default value: True Accept pipeline input: False Accept wildcard characters: False ``` diff --git a/docset/winserver2012r2-ps/activedirectory/Set-ADCentralAccessRule.md b/docset/winserver2012r2-ps/activedirectory/Set-ADCentralAccessRule.md index 78a9916e6a..085281ab17 100644 --- a/docset/winserver2012r2-ps/activedirectory/Set-ADCentralAccessRule.md +++ b/docset/winserver2012r2-ps/activedirectory/Set-ADCentralAccessRule.md @@ -59,7 +59,7 @@ PS C:\> Set-ADCentralAccessRule -Identity "Finance Documents Rule" -ResourceCond This example sets the central access rule named Finance Documents Rule with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2012r2-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md b/docset/winserver2012r2-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md index 7f20c5cf78..5a91ceb52b 100644 --- a/docset/winserver2012r2-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md +++ b/docset/winserver2012r2-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md @@ -230,7 +230,7 @@ Accept wildcard characters: False ``` ### -RACountry -Specifies the country of the registration authority. +Specifies the country/region of the registration authority. ```yaml Type: String 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/winserver2012r2-ps/hyper-v/Set-VHD.md b/docset/winserver2012r2-ps/hyper-v/Set-VHD.md index c0d61601d1..f43fccbbdb 100644 --- a/docset/winserver2012r2-ps/hyper-v/Set-VHD.md +++ b/docset/winserver2012r2-ps/hyper-v/Set-VHD.md @@ -56,7 +56,7 @@ This operation cannot be performed when the virtual disk chain is attached. ### Example 3 ``` -PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId +PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch ``` This example sets the parent of Child1.vhd to point to parentcopywithnewid.vhd, even though parentcopywithnewid.vhd has a different ID than the original parent of child1.vhd. diff --git a/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md index 807bb4e7f8..c328f345d8 100644 --- a/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md @@ -292,8 +292,8 @@ Accept wildcard characters: False ### -BaseReachableTimeMs Specifies an array of base values of random reachable times, in milliseconds. -For more information, see RFC 2461http://go.microsoft.com/fwlink/p/?LinkId=84044. -The default value is 30. +For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044). +The default value is 30000. ```yaml Type: UInt32[] diff --git a/docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md index 7783147379..0699f0f1ef 100644 --- a/docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md @@ -152,7 +152,7 @@ For more information about custom EAP authentication methods, see the **New-EapC ### Example 5: Add a VPN connection that uses already generated EAP XML configuration ```powershell -PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml +PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml ``` diff --git a/docset/winserver2016-ps/activedirectory/New-ADCentralAccessPolicy.md b/docset/winserver2016-ps/activedirectory/New-ADCentralAccessPolicy.md index c1316a5295..391aa50e69 100644 --- a/docset/winserver2016-ps/activedirectory/New-ADCentralAccessPolicy.md +++ b/docset/winserver2016-ps/activedirectory/New-ADCentralAccessPolicy.md @@ -53,7 +53,7 @@ PS C:\> Set-ADCentralAccessRule -Identity "Finance Documents Rule" -ResourceCond This command creates a central access rule named Finance Documents Rule with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2016-ps/activedirectory/Remove-ADComputer.md b/docset/winserver2016-ps/activedirectory/Remove-ADComputer.md index 6744f689bd..e1bc2ed61c 100644 --- a/docset/winserver2016-ps/activedirectory/Remove-ADComputer.md +++ b/docset/winserver2016-ps/activedirectory/Remove-ADComputer.md @@ -102,7 +102,7 @@ Aliases: cf Required: False Position: Named -Default value: False +Default value: True Accept pipeline input: False Accept wildcard characters: False ``` diff --git a/docset/winserver2016-ps/activedirectory/Set-ADCentralAccessRule.md b/docset/winserver2016-ps/activedirectory/Set-ADCentralAccessRule.md index 6fca1a1ef1..a6007577c4 100644 --- a/docset/winserver2016-ps/activedirectory/Set-ADCentralAccessRule.md +++ b/docset/winserver2016-ps/activedirectory/Set-ADCentralAccessRule.md @@ -60,7 +60,7 @@ PS C:\> Set-ADCentralAccessRule -Identity "Finance Documents Rule" -ResourceCond This example sets the central access rule named Finance Documents Rule with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2016-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md b/docset/winserver2016-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md index 48208d5718..87f49f4b58 100644 --- a/docset/winserver2016-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md +++ b/docset/winserver2016-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md @@ -226,7 +226,7 @@ Accept wildcard characters: False ``` ### -RACountry -Specifies the country of the registration authority. +Specifies the country/region of the registration authority. ```yaml Type: String 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/winserver2016-ps/hyper-v/Set-VHD.md b/docset/winserver2016-ps/hyper-v/Set-VHD.md index 9cd20e40da..e26fd085fa 100644 --- a/docset/winserver2016-ps/hyper-v/Set-VHD.md +++ b/docset/winserver2016-ps/hyper-v/Set-VHD.md @@ -58,7 +58,7 @@ This operation cannot be performed when the virtual disk chain is attached. ### Example 3 ``` -PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId +PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch ``` This example sets the parent of Child1.vhd to point to parentcopywithnewid.vhd, even though parentcopywithnewid.vhd has a different ID than the original parent of child1.vhd. diff --git a/docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md index 6ca0bb1d5a..7973888ff6 100644 --- a/docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md @@ -294,7 +294,7 @@ Accept wildcard characters: False ### -BaseReachableTimeMs Specifies an array of base values of random reachable times, in milliseconds. For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044). -The default value is 30. +The default value is 30000. ```yaml Type: UInt32[] diff --git a/docset/winserver2016-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2016-ps/vpnclient/Add-VpnConnection.md index 53d7f76d5e..0e8ad6f602 100644 --- a/docset/winserver2016-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2016-ps/vpnclient/Add-VpnConnection.md @@ -153,7 +153,7 @@ For more information about custom EAP authentication methods, see the **New-EapC ### Example 5: Add a VPN connection that uses already generated EAP XML configuration ```powershell -PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml +PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml ``` diff --git a/docset/winserver2019-ps/activedirectory/New-ADCentralAccessPolicy.md b/docset/winserver2019-ps/activedirectory/New-ADCentralAccessPolicy.md index 269f96d7f0..27c434bdc1 100644 --- a/docset/winserver2019-ps/activedirectory/New-ADCentralAccessPolicy.md +++ b/docset/winserver2019-ps/activedirectory/New-ADCentralAccessPolicy.md @@ -53,7 +53,7 @@ PS C:\> Set-ADCentralAccessRule -Identity "Finance Documents Rule" -ResourceCond This command creates a central access rule named Finance Documents Rule with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2019-ps/activedirectory/Remove-ADComputer.md b/docset/winserver2019-ps/activedirectory/Remove-ADComputer.md index 1519f0e889..c625bdb84e 100644 --- a/docset/winserver2019-ps/activedirectory/Remove-ADComputer.md +++ b/docset/winserver2019-ps/activedirectory/Remove-ADComputer.md @@ -102,7 +102,7 @@ Aliases: cf Required: False Position: Named -Default value: False +Default value: True Accept pipeline input: False Accept wildcard characters: False ``` diff --git a/docset/winserver2019-ps/activedirectory/Set-ADCentralAccessRule.md b/docset/winserver2019-ps/activedirectory/Set-ADCentralAccessRule.md index 1656216a39..222825d18a 100644 --- a/docset/winserver2019-ps/activedirectory/Set-ADCentralAccessRule.md +++ b/docset/winserver2019-ps/activedirectory/Set-ADCentralAccessRule.md @@ -60,7 +60,7 @@ PS C:\> Set-ADCentralAccessRule -Identity "Finance Documents Rule" -ResourceCond This example sets the central access rule named Finance Documents Rule with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2019-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md b/docset/winserver2019-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md index b9661cb06f..4c392bf825 100644 --- a/docset/winserver2019-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md +++ b/docset/winserver2019-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md @@ -226,7 +226,7 @@ Accept wildcard characters: False ``` ### -RACountry -Specifies the country of the registration authority. +Specifies the country/region of the registration authority. ```yaml Type: String 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/winserver2019-ps/hyper-v/Set-VHD.md b/docset/winserver2019-ps/hyper-v/Set-VHD.md index 8ec71d26c5..e23bb62b78 100644 --- a/docset/winserver2019-ps/hyper-v/Set-VHD.md +++ b/docset/winserver2019-ps/hyper-v/Set-VHD.md @@ -58,7 +58,7 @@ This operation cannot be performed when the virtual disk chain is attached. ### Example 3 ``` -PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId +PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch ``` This example sets the parent of Child1.vhd to point to parentcopywithnewid.vhd, even though parentcopywithnewid.vhd has a different ID than the original parent of child1.vhd. diff --git a/docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md index ea053ddcd1..24761fa753 100644 --- a/docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md @@ -294,7 +294,7 @@ Accept wildcard characters: False ### -BaseReachableTimeMs Specifies an array of base values of random reachable times, in milliseconds. For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044). -The default value is 30. +The default value is 30000. ```yaml Type: UInt32[] diff --git a/docset/winserver2019-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2019-ps/vpnclient/Add-VpnConnection.md index 26b8c7611f..d6813a2154 100644 --- a/docset/winserver2019-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2019-ps/vpnclient/Add-VpnConnection.md @@ -153,7 +153,7 @@ For more information about custom EAP authentication methods, see the **New-EapC ### Example 5: Add a VPN connection that uses already generated EAP XML configuration ```powershell -PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml +PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml ``` diff --git a/docset/winserver2022-ps/activedirectory/New-ADCentralAccessPolicy.md b/docset/winserver2022-ps/activedirectory/New-ADCentralAccessPolicy.md index 9b0e229855..a884827549 100644 --- a/docset/winserver2022-ps/activedirectory/New-ADCentralAccessPolicy.md +++ b/docset/winserver2022-ps/activedirectory/New-ADCentralAccessPolicy.md @@ -53,7 +53,7 @@ PS C:\> Set-ADCentralAccessRule -Identity "Finance Documents Rule" -ResourceCond This command creates a central access rule named Finance Documents Rule with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2022-ps/activedirectory/Remove-ADComputer.md b/docset/winserver2022-ps/activedirectory/Remove-ADComputer.md index e081ccd18c..e30776b839 100644 --- a/docset/winserver2022-ps/activedirectory/Remove-ADComputer.md +++ b/docset/winserver2022-ps/activedirectory/Remove-ADComputer.md @@ -102,7 +102,7 @@ Aliases: cf Required: False Position: Named -Default value: False +Default value: True Accept pipeline input: False Accept wildcard characters: False ``` diff --git a/docset/winserver2022-ps/activedirectory/Set-ADCentralAccessRule.md b/docset/winserver2022-ps/activedirectory/Set-ADCentralAccessRule.md index 6b87452760..0cda8e0aad 100644 --- a/docset/winserver2022-ps/activedirectory/Set-ADCentralAccessRule.md +++ b/docset/winserver2022-ps/activedirectory/Set-ADCentralAccessRule.md @@ -60,7 +60,7 @@ PS C:\> Set-ADCentralAccessRule -Identity "Finance Documents Rule" -ResourceCond This example sets the central access rule named Finance Documents Rule with a new resource condition and new permissions. The new rule specifies that documents should only be read by members of the Finance department. -Members of the Finance department should only be able to access documents in their own country. +Members of the Finance department should only be able to access documents in their own country/region. Only Finance Administrators should have write access. The rule allows an exception for members of the FinanceException group. This group will have read access. diff --git a/docset/winserver2022-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md b/docset/winserver2022-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md index 221e415954..512b93c3b8 100644 --- a/docset/winserver2022-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md +++ b/docset/winserver2022-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md @@ -273,7 +273,7 @@ Accept wildcard characters: False ### -RACountry -Specifies the country of the registration authority. +Specifies the country/region of the registration authority. ```yaml Type: String diff --git a/docset/winserver2022-ps/appx/Add-AppxPackage.md b/docset/winserver2022-ps/appx/Add-AppxPackage.md index 6a31b475b0..92eaa8dbb5 100644 --- a/docset/winserver2022-ps/appx/Add-AppxPackage.md +++ b/docset/winserver2022-ps/appx/Add-AppxPackage.md @@ -570,7 +570,7 @@ for this parameter are: - `InstallFull`: Installs as a full app - `InstallStub`: Installs as a stub app - `UsePreference`: Uses the current - [PackageSubPreference](/uwp/api/windows.management.deployment.packagestubpreference) for the + [PackageStubPreference](/uwp/api/windows.management.deployment.packagestubpreference) for the package ```yaml 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 diff --git a/docset/winserver2022-ps/hyper-v/Set-VHD.md b/docset/winserver2022-ps/hyper-v/Set-VHD.md index a5467ef1b9..428c724ca7 100644 --- a/docset/winserver2022-ps/hyper-v/Set-VHD.md +++ b/docset/winserver2022-ps/hyper-v/Set-VHD.md @@ -71,6 +71,7 @@ performed when the virtual disk chain is attached. ```powershell Set-VHD -Path Child1.vhd -ParentPath parentcopywithnewid.vhd -IgnoreMismatchId +======= ``` This example sets the parent of **Child1.vhd** to point to **parentcopywithnewid.vhd**, even though diff --git a/docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md index c0a368544b..459c983489 100644 --- a/docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md @@ -294,7 +294,7 @@ Accept wildcard characters: False ### -BaseReachableTimeMs Specifies an array of base values of random reachable times, in milliseconds. For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044). -The default value is 30. +The default value is 30000. ```yaml Type: UInt32[] diff --git a/docset/winserver2022-ps/smbshare/Remove-SmbShare.md b/docset/winserver2022-ps/smbshare/Remove-SmbShare.md index b5747a442b..f60237a742 100644 --- a/docset/winserver2022-ps/smbshare/Remove-SmbShare.md +++ b/docset/winserver2022-ps/smbshare/Remove-SmbShare.md @@ -50,12 +50,13 @@ Performing operation 'Remove-Share' on Target 'Contoso-FS,Data'. This command deletes the SMB share named Data. -### Example 2: Delete an SMB share without confirmation -``` -PS C:\>Remove-SmbShare -Name "VMFiles" -ScopeName "Contoso-SO" -Force +### Example 2: Delete a Windows Server failover cluster file server resource SMB share without confirmation + +```powershell +Remove-SmbShare -Name "VMFiles" -ScopeName "Contoso-SO" -Force ``` -This command deletes the SMB share named VMFiles without user confirmation. +This command deletes the SMB share named VMFiles on the `Contoso-SO` file server resource without user confirmation. ## PARAMETERS @@ -153,7 +154,8 @@ Accept wildcard characters: False ``` ### -ScopeName -Specifies an array of the scopes of the SMB share to delete. + +Specifies an array of the scopes of the SMB share to delete. For use with Windows Server failover cluster file server resources. ```yaml Type: String[] diff --git a/docset/winserver2022-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2022-ps/vpnclient/Add-VpnConnection.md index 11b4853490..f94b420cce 100644 --- a/docset/winserver2022-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2022-ps/vpnclient/Add-VpnConnection.md @@ -153,7 +153,7 @@ For more information about custom EAP authentication methods, see the **New-EapC ### Example 5: Add a VPN connection that uses already generated EAP XML configuration ```powershell -PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml +PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml ```