You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,7 +78,7 @@ The custom data file will be renamed custom.data and saved in the app data store
78
78
```yaml
79
79
Type: String
80
80
Parameter Sets: (All)
81
-
Aliases:
81
+
Aliases:
82
82
83
83
Required: False
84
84
Position: Named
@@ -93,7 +93,7 @@ Specifies the location of a dependency package.
93
93
```yaml
94
94
Type: String[]
95
95
Parameter Sets: (All)
96
-
Aliases:
96
+
Aliases:
97
97
98
98
Required: False
99
99
Position: Named
@@ -109,7 +109,7 @@ This folder must also contain your application license.
109
109
```yaml
110
110
Type: String
111
111
Parameter Sets: (All)
112
-
Aliases:
112
+
Aliases:
113
113
114
114
Required: False
115
115
Position: Named
@@ -124,7 +124,7 @@ Specifies the location of the .xml file containing your application license.
124
124
```yaml
125
125
Type: String
126
126
Parameter Sets: (All)
127
-
Aliases:
127
+
Aliases:
128
128
129
129
Required: False
130
130
Position: Named
@@ -155,7 +155,7 @@ If not set, the default is `%WINDIR%\Logs\Dism\dism.log`.
155
155
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
156
156
The log file will automatically be archived.
157
157
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.
159
159
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.
160
160
161
161
```yaml
@@ -176,7 +176,7 @@ Specifies that the action is to be taken on the operating system that is current
176
176
```yaml
177
177
Type: SwitchParameter
178
178
Parameter Sets: Online
179
-
Aliases:
179
+
Aliases:
180
180
181
181
Required: True
182
182
Position: Named
@@ -195,7 +195,7 @@ The *PackagePath* parameter is only supported for offline servicing when the tec
195
195
```yaml
196
196
Type: String
197
197
Parameter Sets: (All)
198
-
Aliases:
198
+
Aliases:
199
199
200
200
Required: False
201
201
Position: Named
@@ -211,7 +211,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
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.
Specifies a temporary directory that will be used when extracting files for use during servicing.
242
242
The directory must exist locally.
243
243
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.
245
245
You should not use a network share location as a scratch directory to expand a package (.cab or .msu file) for installation.
246
246
The directory used for extracting files for temporary usage during servicing should be a local directory.
247
247
248
248
```yaml
249
249
Type: String
250
250
Parameter Sets: (All)
251
-
Aliases:
251
+
Aliases:
252
252
253
253
Required: False
254
254
Position: Named
@@ -266,7 +266,7 @@ Using *SkipLicense* in other scenarios can compromise an image.
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.
279
279
280
280
```yaml
281
281
Type: StubPackageOption
282
282
Parameter Sets: (All)
283
-
Aliases:
283
+
Aliases:
284
284
285
285
Required: False
286
286
Position: Named
@@ -297,7 +297,7 @@ Use -SystemDrive to service an installed Windows image from a Windows PE environ
297
297
```yaml
298
298
Type: String
299
299
Parameter Sets: (All)
300
-
Aliases:
300
+
Aliases:
301
301
302
302
Required: False
303
303
Position: Named
@@ -314,7 +314,7 @@ If not specified, the default is the Windows directory in the root of the offlin
@@ -63,7 +63,7 @@ Indicates that this cmdlet does not query Windows Update for source packages whe
63
63
```yaml
64
64
Type: SwitchParameter
65
65
Parameter Sets: (All)
66
-
Aliases:
66
+
Aliases:
67
67
68
68
Required: False
69
69
Position: Named
@@ -94,7 +94,7 @@ If not set, the default is `"$env:WINDIR\Logs\Dism\dism.log"`.
94
94
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
95
95
The log file will automatically be archived.
96
96
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.
98
98
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.
99
99
100
100
```yaml
@@ -115,7 +115,7 @@ Specifies the identity of the capability to add to an operating system image.
115
115
```yaml
116
116
Type: String
117
117
Parameter Sets: (All)
118
-
Aliases:
118
+
Aliases:
119
119
120
120
Required: True
121
121
Position: Named
@@ -130,7 +130,7 @@ Indicates that the cmdlet operates on a running operating system on the local ho
130
130
```yaml
131
131
Type: SwitchParameter
132
132
Parameter Sets: Online
133
-
Aliases:
133
+
Aliases:
134
134
135
135
Required: True
136
136
Position: Named
@@ -146,7 +146,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
@@ -56,7 +56,7 @@ This can be piped from the output of Export-WindowsDriver or Get-WindowsDriver.
56
56
```yaml
57
57
Type: AdvancedDriverObject
58
58
Parameter Sets: (All)
59
-
Aliases:
59
+
Aliases:
60
60
61
61
Required: False
62
62
Position: Named
@@ -72,7 +72,7 @@ This can be piped from the output of **Export-WindowsDriver** or **Get-WindowsDr
72
72
```yaml
73
73
Type: BasicDriverObject
74
74
Parameter Sets: (All)
75
-
Aliases:
75
+
Aliases:
76
76
77
77
Required: False
78
78
Position: Named
@@ -90,7 +90,7 @@ You will not receive an error message.
90
90
```yaml
91
91
Type: String
92
92
Parameter Sets: (All)
93
-
Aliases:
93
+
Aliases:
94
94
95
95
Required: False
96
96
Position: Named
@@ -107,7 +107,7 @@ For more information about driver signing requirements, see [Windows Deployment
107
107
```yaml
108
108
Type: SwitchParameter
109
109
Parameter Sets: (All)
110
-
Aliases:
110
+
Aliases:
111
111
112
112
Required: False
113
113
Position: Named
@@ -144,7 +144,7 @@ If not set, the default is `%WINDIR%\Logs\Dism\dism.log`.
144
144
In Windows PE, the default directory is the RAMDISK scratch space which can be as low as 32 MB.
145
145
The log file will automatically be archived.
146
146
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.
148
148
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.
149
149
150
150
```yaml
@@ -166,7 +166,7 @@ If the directory named Windows is not a subdirectory of the root directory, *Win
166
166
```yaml
167
167
Type: String
168
168
Parameter Sets: (All)
169
-
Aliases:
169
+
Aliases:
170
170
171
171
Required: True
172
172
Position: Named
@@ -181,7 +181,7 @@ Includes all subfolders when searching for drivers to add.
Specifies a temporary directory that will be used when extracting files for use during servicing.
195
195
The directory must exist locally.
196
196
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.
198
198
You should not use a network share location as a scratch directory to expand a package (.cab or .msu file) for installation.
199
199
The directory used for extracting files for temporary usage during servicing should be a local directory.
200
200
201
201
```yaml
202
202
Type: String
203
203
Parameter Sets: (All)
204
-
Aliases:
204
+
Aliases:
205
205
206
206
Required: False
207
207
Position: Named
@@ -218,7 +218,7 @@ Use -SystemDrive to service an installed Windows image from a Windows PE environ
218
218
```yaml
219
219
Type: String
220
220
Parameter Sets: (All)
221
-
Aliases:
221
+
Aliases:
222
222
223
223
Required: False
224
224
Position: Named
@@ -235,7 +235,7 @@ If not specified, the default is the Windows directory in the root of the offlin
0 commit comments