@@ -208,36 +208,44 @@ Accept wildcard characters: False
208
208
### -CauPluginArguments
209
209
210
210
Specifies a set of name=value pairs, as arguments, for each updating plug-in to use.
211
+
211
212
For instance, to specify a Domain argument for one plug-in:
213
+
212
214
- ` @{Domain=Domain.local}`
213
- You can specify multiple pairs in a set separated with semicolons.
214
- For instance :
215
- - ` @{name1=value1;name2=value2;name3=value3}` These name=value pairs must be meaningful to the
216
- **CauPluginName** parameter that you specify. If you specify arguments for more than one plug-in,
217
- provide the sets of name=value pairs in the order that you pass values in **CauPluginName**,
218
- separated by commas. For instance :
215
+
216
+ You can specify multiple pairs in a set separated with semicolons. For instance :
217
+
218
+ - ` @{name1=value1;name2=value2;name3=value3}`
219
+
220
+ These name=value pairs must be meaningful to the **CauPluginName** parameter that you specify. If
221
+ you specify arguments for more than one plug-in, provide the sets of name=value pairs in the order
222
+ that you pass values in **CauPluginName**, separated by commas. For instance :
223
+
219
224
- ` @{name1=value1;name2=value2;name3=value3},@{name4=value4;name5=value5}`
220
225
221
- For the default **Microsoft.WindowsUpdatePlugin** plug-in, no arguments are needed.
222
- The following arguments are optional :
226
+ For the default **Microsoft.WindowsUpdatePlugin** plug-in, no arguments are needed. The following
227
+ arguments are optional :
228
+
223
229
- **'IncludeRecommendedUpdates'='\<Value\>'**: Boolean value to indicate that recommended updates
224
230
will be applied in addition to important updates on each node. If not specified, the default value
225
231
is False.
226
232
- A standard Windows Update Agent query string that specifies criteria used by the Windows Update
227
233
Agent to filter the updates that will be applied to each node. For a name, use **QueryString** and
228
234
for a value, enclose the full query in quotation marks. If not specified, then the
229
235
**Microsoft.WindowsUpdatePlugin** plug-in by default uses the following argument:
230
- - ` QueryString="IsInstalled=0 and Type='Software' and IsHidden=0 and IsAssigned=1"`
236
+ - ` QueryString="IsInstalled=0 and Type='Software' and IsHidden=0 and IsAssigned=1"`
231
237
232
238
For more information about query strings for the default **Microsoft.WindowsUpdatePlugin** plug-in
233
239
and the criteria such as IsInstalled that can be included in the query strings, see
234
240
[IUpdateSearcher::Search method](/windows/win32/api/wuapi/nf-wuapi-iupdatesearcher-search).
235
241
236
242
For the **Microsoft.HotfixPlugin** plug-in, the following argument is required :
243
+
237
244
- **HotfixRootFolderPath=\<Path\>**: The UNC path to a hotfix root folder in an SMB share with a
238
245
structure that contains the updates to apply and that contains the hotfix configuration file.
239
246
240
247
The following arguments are optional for the **Microsoft.HotfixPlugin** plug-in :
248
+
241
249
- **RequireSmbEncryption=\<Value\>**: Boolean value to indicate that SMB Encryption will be enforced
242
250
for accessing data from the SMB share. If not specified, the default value is False. To ensure the
243
251
integrity of the data accessed from the SMB share, the plug-in requires that the share is enabled
@@ -250,7 +258,7 @@ The following arguments are optional for the **Microsoft.HotfixPlugin** plug-in:
250
258
- **HotfixConfigFileName=\<name\>**: Name for the hotfix configuration file. If not specified, the
251
259
default name `DefaultHotfixConfig.xml` is used. For more information about required and optional
252
260
arguments for the **Microsoft.HotfixPlugin** plug-in, see
253
- [How CAU Plug -ins Work ](/windows-server/failover-clustering/cluster-aware-updating-plug-ins).
261
+ [How Cluster-Aware Updating plug -ins work ](/windows-server/failover-clustering/cluster-aware-updating-plug-ins).
254
262
255
263
` ` ` yaml
256
264
Type: Hashtable[]
0 commit comments