Skip to content

Fix content metadata for PlatyPS #3996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions docset/winserver2016-ps/DISM/Add-AppxProvisionedPackage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.Dism.PowerShell.dll-Help.xml
Module Name: System.Object[]
Module Name: DISM
ms.date: 12/21/2016
online version: https://learn.microsoft.com/powershell/module/dism/add-appxprovisionedpackage?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -78,7 +78,7 @@ The custom data file will be renamed custom.data and saved in the app data store
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -93,7 +93,7 @@ Specifies the location of a dependency package.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -109,7 +109,7 @@ This folder must also contain your application license.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -124,7 +124,7 @@ Specifies the location of the .xml file containing your application license.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -155,7 +155,7 @@ If not set, the default is `%WINDIR%\Logs\Dism\dism.log`.
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
The log file will automatically be archived.
The archived log file will be saved with .bak appended to the file name and a new log file will be generated.
Each time the log file is archived the .bak file will be overwritten.
Each time the log file is archived the .bak file will be overwritten.
When using a network share that is not joined to a domain, use the net use command together with domain credentials to set access permissions before you set the log path for the DISM log.

```yaml
Expand All @@ -176,7 +176,7 @@ Specifies that the action is to be taken on the operating system that is current
```yaml
Type: SwitchParameter
Parameter Sets: Online
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -195,7 +195,7 @@ The *PackagePath* parameter is only supported for offline servicing when the tec
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -211,7 +211,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
```yaml
Type: String
Parameter Sets: Offline
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -223,12 +223,12 @@ Accept wildcard characters: False
### -Regions
Specifies what regions an app package (.appx or .appxbundle) must be provisioned in. The region argument can either be “all”, indicating that the app should be provisioned for all regions, or it can be a semi-colon delimited list of regions. The regions will be in the form of [ISO 3166-1 Alpha-2 or ISO 3166-1 Alpha-3 codes](https://en.wikipedia.org/wiki/ISO_3166-1). For example, the United States can be specified as either "US" or "USA" (case-insensitive). When a list of regions is not specified, the package will be provisioned only if it is pinned to start layout.

Note: Option is available on client OS.
Note: Option is available on client OS.

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: false
Position: Named
Expand All @@ -241,14 +241,14 @@ Accept wildcard characters: False
Specifies a temporary directory that will be used when extracting files for use during servicing.
The directory must exist locally.
If not specified, the `\Windows\%Temp%` directory will be used, with a subdirectory name of a randomly generated hexadecimal value for each run of DISM.
Items in the scratch directory are deleted after each operation.
Items in the scratch directory are deleted after each operation.
You should not use a network share location as a scratch directory to expand a package (.cab or .msu file) for installation.
The directory used for extracting files for temporary usage during servicing should be a local directory.

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -266,7 +266,7 @@ Using *SkipLicense* in other scenarios can compromise an image.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -275,12 +275,12 @@ Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
```
### -StubPackageOption
Specifies the stub preference of the package. If no stub package option is specified then the provisioned package version is set to the predefined stub preferences.
Specifies the stub preference of the package. If no stub package option is specified then the provisioned package version is set to the predefined stub preferences.

```yaml
Type: StubPackageOption
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -297,7 +297,7 @@ Use -SystemDrive to service an installed Windows image from a Windows PE environ
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -314,7 +314,7 @@ If not specified, the default is the Windows directory in the root of the offlin
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down
22 changes: 11 additions & 11 deletions docset/winserver2016-ps/DISM/Add-WindowsCapability.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.Dism.PowerShell.dll-Help.xml
Module Name: System.Object[]
Module Name: DISM
ms.date: 12/21/2016
online version: https://learn.microsoft.com/powershell/module/dism/add-windowscapability?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -63,7 +63,7 @@ Indicates that this cmdlet does not query Windows Update for source packages whe
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -94,7 +94,7 @@ If not set, the default is `"$env:WINDIR\Logs\Dism\dism.log"`.
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
The log file will automatically be archived.
The archived log file will be saved with .bak appended to the file name and a new log file will be generated.
Each time the log file is archived the .bak file will be overwritten.
Each time the log file is archived the .bak file will be overwritten.
When using a network share that is not joined to a domain, use the net use command together with domain credentials to set access permissions before you set the log path for the DISM log.

```yaml
Expand All @@ -115,7 +115,7 @@ Specifies the identity of the capability to add to an operating system image.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -130,7 +130,7 @@ Indicates that the cmdlet operates on a running operating system on the local ho
```yaml
Type: SwitchParameter
Parameter Sets: Online
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -146,7 +146,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
```yaml
Type: String
Parameter Sets: Offline
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -159,14 +159,14 @@ Accept wildcard characters: False
Specifies a temporary directory that will be used when extracting files for use during servicing.
The directory must exist locally.
If not specified, the `"$env:Temp"` directory will be used, with a subdirectory name of a randomly generated hexadecimal value for each run of DISM.
Items in the scratch directory are deleted after each operation.
Items in the scratch directory are deleted after each operation.
You should not use a network share location as a scratch directory to expand a package (.cab or .msu file) for installation.
The directory used for extracting files for temporary usage during servicing should be a local directory.

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -185,7 +185,7 @@ If you do not specify a *Source*, the default location set by Group Policy is us
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -202,7 +202,7 @@ Use -SystemDrive to service an installed Windows image from a Windows PE environ
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -219,7 +219,7 @@ If not specified, the default is the Windows directory in the root of the offlin
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down
24 changes: 12 additions & 12 deletions docset/winserver2016-ps/DISM/Add-WindowsDriver.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.Dism.PowerShell.dll-Help.xml
Module Name: System.Object[]
Module Name: DISM
ms.date: 12/21/2016
online version: https://learn.microsoft.com/powershell/module/dism/add-windowsdriver?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -56,7 +56,7 @@ This can be piped from the output of Export-WindowsDriver or Get-WindowsDriver.
```yaml
Type: AdvancedDriverObject
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -72,7 +72,7 @@ This can be piped from the output of **Export-WindowsDriver** or **Get-WindowsDr
```yaml
Type: BasicDriverObject
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -90,7 +90,7 @@ You will not receive an error message.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -107,7 +107,7 @@ For more information about driver signing requirements, see [Windows Deployment
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -144,7 +144,7 @@ If not set, the default is `%WINDIR%\Logs\Dism\dism.log`.
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
The log file will automatically be archived.
The archived log file will be saved with .bak appended to the file name and a new log file will be generated.
Each time the log file is archived the .bak file will be overwritten.
Each time the log file is archived the .bak file will be overwritten.
When using a network share that is not joined to a domain, use the net use command together with domain credentials to set access permissions before you set the log path for the DISM log.

```yaml
Expand All @@ -166,7 +166,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -181,7 +181,7 @@ Includes all subfolders when searching for drivers to add.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -194,14 +194,14 @@ Accept wildcard characters: False
Specifies a temporary directory that will be used when extracting files for use during servicing.
The directory must exist locally.
If not specified, the `\Windows\%Temp%` directory will be used, with a subdirectory name of a randomly generated hexadecimal value for each run of DISM.
Items in the scratch directory are deleted after each operation.
Items in the scratch directory are deleted after each operation.
You should not use a network share location as a scratch directory to expand a package (.cab or .msu file) for installation.
The directory used for extracting files for temporary usage during servicing should be a local directory.

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -218,7 +218,7 @@ Use -SystemDrive to service an installed Windows image from a Windows PE environ
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -235,7 +235,7 @@ If not specified, the default is the Windows directory in the root of the offlin
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down
Loading
Loading