Skip to content

Commit 6fecc09

Browse files
authored
Merge pull request #3996 from sdwheeler/sdw-w431581-platyps-fixup
Fix content metadata for PlatyPS
2 parents 2b24075 + 11586bf commit 6fecc09

File tree

243 files changed

+1324
-1324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+1324
-1324
lines changed

docset/winserver2016-ps/DISM/Add-AppxProvisionedPackage.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.Dism.PowerShell.dll-Help.xml
4-
Module Name: System.Object[]
4+
Module Name: DISM
55
ms.date: 12/21/2016
66
online version: https://learn.microsoft.com/powershell/module/dism/add-appxprovisionedpackage?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -78,7 +78,7 @@ The custom data file will be renamed custom.data and saved in the app data store
7878
```yaml
7979
Type: String
8080
Parameter Sets: (All)
81-
Aliases:
81+
Aliases:
8282

8383
Required: False
8484
Position: Named
@@ -93,7 +93,7 @@ Specifies the location of a dependency package.
9393
```yaml
9494
Type: String[]
9595
Parameter Sets: (All)
96-
Aliases:
96+
Aliases:
9797

9898
Required: False
9999
Position: Named
@@ -109,7 +109,7 @@ This folder must also contain your application license.
109109
```yaml
110110
Type: String
111111
Parameter Sets: (All)
112-
Aliases:
112+
Aliases:
113113

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

129129
Required: False
130130
Position: Named
@@ -155,7 +155,7 @@ If not set, the default is `%WINDIR%\Logs\Dism\dism.log`.
155155
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
156156
The log file will automatically be archived.
157157
The archived log file will be saved with .bak appended to the file name and a new log file will be generated.
158-
Each time the log file is archived the .bak file will be overwritten.
158+
Each time the log file is archived the .bak file will be overwritten.
159159
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.
160160

161161
```yaml
@@ -176,7 +176,7 @@ Specifies that the action is to be taken on the operating system that is current
176176
```yaml
177177
Type: SwitchParameter
178178
Parameter Sets: Online
179-
Aliases:
179+
Aliases:
180180
181181
Required: True
182182
Position: Named
@@ -195,7 +195,7 @@ The *PackagePath* parameter is only supported for offline servicing when the tec
195195
```yaml
196196
Type: String
197197
Parameter Sets: (All)
198-
Aliases:
198+
Aliases:
199199
200200
Required: False
201201
Position: Named
@@ -211,7 +211,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
211211
```yaml
212212
Type: String
213213
Parameter Sets: Offline
214-
Aliases:
214+
Aliases:
215215
216216
Required: True
217217
Position: Named
@@ -223,12 +223,12 @@ Accept wildcard characters: False
223223
### -Regions
224224
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.
225225

226-
Note: Option is available on client OS.
226+
Note: Option is available on client OS.
227227

228228
```yaml
229229
Type: String
230230
Parameter Sets: (All)
231-
Aliases:
231+
Aliases:
232232
233233
Required: false
234234
Position: Named
@@ -241,14 +241,14 @@ Accept wildcard characters: False
241241
Specifies a temporary directory that will be used when extracting files for use during servicing.
242242
The directory must exist locally.
243243
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.
244-
Items in the scratch directory are deleted after each operation.
244+
Items in the scratch directory are deleted after each operation.
245245
You should not use a network share location as a scratch directory to expand a package (.cab or .msu file) for installation.
246246
The directory used for extracting files for temporary usage during servicing should be a local directory.
247247

248248
```yaml
249249
Type: String
250250
Parameter Sets: (All)
251-
Aliases:
251+
Aliases:
252252
253253
Required: False
254254
Position: Named
@@ -266,7 +266,7 @@ Using *SkipLicense* in other scenarios can compromise an image.
266266
```yaml
267267
Type: SwitchParameter
268268
Parameter Sets: (All)
269-
Aliases:
269+
Aliases:
270270
271271
Required: False
272272
Position: Named
@@ -275,12 +275,12 @@ Accept pipeline input: True (ByPropertyName)
275275
Accept wildcard characters: False
276276
```
277277
### -StubPackageOption
278-
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.
278+
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.
279279

280280
```yaml
281281
Type: StubPackageOption
282282
Parameter Sets: (All)
283-
Aliases:
283+
Aliases:
284284
285285
Required: False
286286
Position: Named
@@ -297,7 +297,7 @@ Use -SystemDrive to service an installed Windows image from a Windows PE environ
297297
```yaml
298298
Type: String
299299
Parameter Sets: (All)
300-
Aliases:
300+
Aliases:
301301
302302
Required: False
303303
Position: Named
@@ -314,7 +314,7 @@ If not specified, the default is the Windows directory in the root of the offlin
314314
```yaml
315315
Type: String
316316
Parameter Sets: (All)
317-
Aliases:
317+
Aliases:
318318
319319
Required: False
320320
Position: Named

docset/winserver2016-ps/DISM/Add-WindowsCapability.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.Dism.PowerShell.dll-Help.xml
4-
Module Name: System.Object[]
4+
Module Name: DISM
55
ms.date: 12/21/2016
66
online version: https://learn.microsoft.com/powershell/module/dism/add-windowscapability?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -63,7 +63,7 @@ Indicates that this cmdlet does not query Windows Update for source packages whe
6363
```yaml
6464
Type: SwitchParameter
6565
Parameter Sets: (All)
66-
Aliases:
66+
Aliases:
6767

6868
Required: False
6969
Position: Named
@@ -94,7 +94,7 @@ If not set, the default is `"$env:WINDIR\Logs\Dism\dism.log"`.
9494
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
9595
The log file will automatically be archived.
9696
The archived log file will be saved with .bak appended to the file name and a new log file will be generated.
97-
Each time the log file is archived the .bak file will be overwritten.
97+
Each time the log file is archived the .bak file will be overwritten.
9898
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.
9999
100100
```yaml
@@ -115,7 +115,7 @@ Specifies the identity of the capability to add to an operating system image.
115115
```yaml
116116
Type: String
117117
Parameter Sets: (All)
118-
Aliases:
118+
Aliases:
119119

120120
Required: True
121121
Position: Named
@@ -130,7 +130,7 @@ Indicates that the cmdlet operates on a running operating system on the local ho
130130
```yaml
131131
Type: SwitchParameter
132132
Parameter Sets: Online
133-
Aliases:
133+
Aliases:
134134

135135
Required: True
136136
Position: Named
@@ -146,7 +146,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
146146
```yaml
147147
Type: String
148148
Parameter Sets: Offline
149-
Aliases:
149+
Aliases:
150150

151151
Required: True
152152
Position: Named
@@ -159,14 +159,14 @@ Accept wildcard characters: False
159159
Specifies a temporary directory that will be used when extracting files for use during servicing.
160160
The directory must exist locally.
161161
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.
162-
Items in the scratch directory are deleted after each operation.
162+
Items in the scratch directory are deleted after each operation.
163163
You should not use a network share location as a scratch directory to expand a package (.cab or .msu file) for installation.
164164
The directory used for extracting files for temporary usage during servicing should be a local directory.
165165
166166
```yaml
167167
Type: String
168168
Parameter Sets: (All)
169-
Aliases:
169+
Aliases:
170170

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

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

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

224224
Required: False
225225
Position: Named

docset/winserver2016-ps/DISM/Add-WindowsDriver.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.Dism.PowerShell.dll-Help.xml
4-
Module Name: System.Object[]
4+
Module Name: DISM
55
ms.date: 12/21/2016
66
online version: https://learn.microsoft.com/powershell/module/dism/add-windowsdriver?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -56,7 +56,7 @@ This can be piped from the output of Export-WindowsDriver or Get-WindowsDriver.
5656
```yaml
5757
Type: AdvancedDriverObject
5858
Parameter Sets: (All)
59-
Aliases:
59+
Aliases:
6060

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

7777
Required: False
7878
Position: Named
@@ -90,7 +90,7 @@ You will not receive an error message.
9090
```yaml
9191
Type: String
9292
Parameter Sets: (All)
93-
Aliases:
93+
Aliases:
9494

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

112112
Required: False
113113
Position: Named
@@ -144,7 +144,7 @@ If not set, the default is `%WINDIR%\Logs\Dism\dism.log`.
144144
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
145145
The log file will automatically be archived.
146146
The archived log file will be saved with .bak appended to the file name and a new log file will be generated.
147-
Each time the log file is archived the .bak file will be overwritten.
147+
Each time the log file is archived the .bak file will be overwritten.
148148
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.
149149

150150
```yaml
@@ -166,7 +166,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
166166
```yaml
167167
Type: String
168168
Parameter Sets: (All)
169-
Aliases:
169+
Aliases:
170170
171171
Required: True
172172
Position: Named
@@ -181,7 +181,7 @@ Includes all subfolders when searching for drivers to add.
181181
```yaml
182182
Type: SwitchParameter
183183
Parameter Sets: (All)
184-
Aliases:
184+
Aliases:
185185
186186
Required: False
187187
Position: Named
@@ -194,14 +194,14 @@ Accept wildcard characters: False
194194
Specifies a temporary directory that will be used when extracting files for use during servicing.
195195
The directory must exist locally.
196196
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.
197-
Items in the scratch directory are deleted after each operation.
197+
Items in the scratch directory are deleted after each operation.
198198
You should not use a network share location as a scratch directory to expand a package (.cab or .msu file) for installation.
199199
The directory used for extracting files for temporary usage during servicing should be a local directory.
200200

201201
```yaml
202202
Type: String
203203
Parameter Sets: (All)
204-
Aliases:
204+
Aliases:
205205
206206
Required: False
207207
Position: Named
@@ -218,7 +218,7 @@ Use -SystemDrive to service an installed Windows image from a Windows PE environ
218218
```yaml
219219
Type: String
220220
Parameter Sets: (All)
221-
Aliases:
221+
Aliases:
222222
223223
Required: False
224224
Position: Named
@@ -235,7 +235,7 @@ If not specified, the default is the Windows directory in the root of the offlin
235235
```yaml
236236
Type: String
237237
Parameter Sets: (All)
238-
Aliases:
238+
Aliases:
239239
240240
Required: False
241241
Position: Named

0 commit comments

Comments
 (0)