Skip to content

Commit

Permalink
Merge branch 'main' into patch-163
Browse files Browse the repository at this point in the history
  • Loading branch information
tiburd committed Jul 7, 2023
2 parents 16753c8 + ef5f70a commit 19befbf
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docset/winserver2012-ps/hyper-v/Export-VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Export-VM [-VM] <VirtualMachine[]> [-Path] <String> [-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
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hyper-v/Export-VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Export-VM [-Path] <String> [-AsJob] [-Passthru] [-VM] <VirtualMachine[]> [-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
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/hyper-v/Export-VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Export-VM [-VM] <VirtualMachine[]> [-Path] <String> [-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
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/hyper-v/Export-VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Export-VM [-VM] <VirtualMachine[]> [-Path] <String> [-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
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Remove-AppxPackageAutoUpdateSettings
# Remove-AppxPackageAutoUpdateSettings

## SYNOPSIS
{{ Fill in the Synopsis }}
Removes settings configured for a particular Windows app.

## SYNTAX

Expand All @@ -19,16 +19,16 @@ Remove-AppxPackageAutoUpdateSettings [-PackageFamilyName] <String> [-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

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/hyper-v/Export-VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Export-VM [-VM] <VirtualMachine[]> [-Path] <String> [-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
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 19befbf

Please sign in to comment.