Skip to content

Commit 19befbf

Browse files
authored
Merge branch 'main' into patch-163
2 parents 16753c8 + ef5f70a commit 19befbf

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

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/winserver2012-ps/vpnclient/Add-VpnConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ For more information about custom EAP authentication methods, see the **New-EapC
139139

140140
### Example 5: Add a VPN connection that uses already generated EAP XML configuration
141141
```powershell
142-
PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml
142+
PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml
143143
PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml
144144
```
145145

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/winserver2012r2-ps/vpnclient/Add-VpnConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ For more information about custom EAP authentication methods, see the **New-EapC
152152

153153
### Example 5: Add a VPN connection that uses already generated EAP XML configuration
154154
```powershell
155-
PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml
155+
PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml
156156
PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml
157157
```
158158

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/winserver2016-ps/vpnclient/Add-VpnConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For more information about custom EAP authentication methods, see the **New-EapC
153153

154154
### Example 5: Add a VPN connection that uses already generated EAP XML configuration
155155
```powershell
156-
PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml
156+
PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml
157157
PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml
158158
```
159159

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

docset/winserver2019-ps/vpnclient/Add-VpnConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For more information about custom EAP authentication methods, see the **New-EapC
153153

154154
### Example 5: Add a VPN connection that uses already generated EAP XML configuration
155155
```powershell
156-
PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml
156+
PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml
157157
PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml
158158
```
159159

docset/winserver2022-ps/appx/Remove-AppxPackageAutoUpdateSettings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Remove-AppxPackageAutoUpdateSettings
99
# Remove-AppxPackageAutoUpdateSettings
1010

1111
## SYNOPSIS
12-
{{ Fill in the Synopsis }}
12+
Removes settings configured for a particular Windows app.
1313

1414
## SYNTAX
1515

@@ -19,16 +19,16 @@ Remove-AppxPackageAutoUpdateSettings [-PackageFamilyName] <String> [-UseSystemPo
1919
```
2020

2121
## DESCRIPTION
22-
{{ Fill in the Description }}
22+
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.
2323

2424
## EXAMPLES
2525

2626
### Example 1
2727
```powershell
28-
PS C:\> {{ Add example code here }}
28+
PS C:\> Remove-AppxPackageAutoUpdateSettings -PackageFullName publisher.package1_1.0.0.0_neutral__8wekyb3d8bbwe
2929
```
3030

31-
{{ Add example description here }}
31+
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.
3232

3333
## PARAMETERS
3434

docset/winserver2022-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)