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/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/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/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/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/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/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/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/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/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/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 ```