Skip to content

Commit

Permalink
Merge branch 'main' into 752023-policheck-bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitp930 committed Jul 14, 2023
2 parents fbc2f42 + 109cab6 commit 3d2181c
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
9 changes: 5 additions & 4 deletions docset/winserver2016-ps/appx/Reset-AppxPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Restores the Windows app to its initial configuration.
## SYNTAX

```PowerShell
Reset-AppxPackage [-Package] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Reset-AppxPackage
[-Package] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
9 changes: 5 additions & 4 deletions docset/winserver2019-ps/appx/Reset-AppxPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Restores the Windows app to its initial configuration.
## SYNTAX

```PowerShell
Reset-AppxPackage [-Package] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Reset-AppxPackage
[-Package] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
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
9 changes: 5 additions & 4 deletions docset/winserver2022-ps/appx/Reset-AppxPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Restores the Windows app to its initial configuration.
## SYNTAX

```
Reset-AppxPackage [-Package] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Reset-AppxPackage
[-Package] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 3d2181c

Please sign in to comment.