@@ -100,23 +100,24 @@ Accept wildcard characters: False
100
100
101
101
### -CauPluginArguments
102
102
103
- Specifies a set of name=value pairs for each updating plug-in to use.
104
- For instance, to specify a **Domain** argument for one plug-in:
103
+ Specifies a set of name=value pairs, as arguments, for each updating plug-in to use.
104
+
105
+ For instance, to specify a Domain argument for one plug-in:
105
106
106
107
- ` @{Domain=Domain.local}`
107
- You can specify multiple pairs in a set separated with semicolons.
108
- For instance :
109
108
110
- - ` @{name1=value1;name2=value2;name3=value3}` These name=value pairs must be meaningful to the
111
- **CauPluginName** parameter that you specify. If you specify arguments for more than one plug-in,
112
- provide the sets of name=value pairs in the order that you pass values into the **CauPluginName**
113
- parameter, separated by commas. For instance :
109
+ You can specify multiple pairs in a set separated with semicolons. For instance :
114
110
115
- - ` @{name1=value1;name2=value2;name3=value3},@{name4=value4;name5=value5} `
111
+ - ` @{name1=value1;name2=value2;name3=value3}`
116
112
117
- For the default **Microsoft.WindowsUpdatePlugin** plug-in, no arguments are needed.
113
+ These name=value pairs must be meaningful to the **CauPluginName** parameter that you specify. If
114
+ you specify arguments for more than one plug-in, provide the sets of name=value pairs in the order
115
+ that you pass values in **CauPluginName**, separated by commas. For instance :
116
+
117
+ - ` @{name1=value1;name2=value2;name3=value3},@{name4=value4;name5=value5}`
118
118
119
- The following arguments are optional :
119
+ For the default **Microsoft.WindowsUpdatePlugin** plug-in, no arguments are needed. The following
120
+ arguments are optional :
120
121
121
122
- **'IncludeRecommendedUpdates'='\<Value\>'**: Boolean value to indicate that recommended updates
122
123
will be applied in addition to important updates on each node. If not specified, the default value
@@ -125,17 +126,19 @@ The following arguments are optional:
125
126
Agent to filter the updates that will be applied to each node. For a name, use **QueryString** and
126
127
for a value, enclose the full query in quotation marks. If not specified, then the
127
128
**Microsoft.WindowsUpdatePlugin** plug-in by default uses the following argument:
128
- - ` QueryString="IsInstalled=0 and Type='Software' and IsHidden=0 and IsAssigned=1"`
129
+ - ` QueryString="IsInstalled=0 and Type='Software' and IsHidden=0 and IsAssigned=1"`
129
130
130
131
For more information about query strings for the default **Microsoft.WindowsUpdatePlugin** plug-in
131
132
and the criteria such as IsInstalled that can be included in the query strings, see
132
133
[IUpdateSearcher::Search method](/windows/win32/api/wuapi/nf-wuapi-iupdatesearcher-search).
133
134
134
135
For the **Microsoft.HotfixPlugin** plug-in, the following argument is required :
136
+
135
137
- **HotfixRootFolderPath=\<Path\>**: The UNC path to a hotfix root folder in an SMB share with a
136
138
structure that contains the updates to apply and that contains the hotfix configuration file.
137
139
138
140
The following arguments are optional for the **Microsoft.HotfixPlugin** plug-in :
141
+
139
142
- **RequireSmbEncryption=\<Value\>**: Boolean value to indicate that SMB Encryption will be enforced
140
143
for accessing data from the SMB share. If not specified, the default value is False. To ensure the
141
144
integrity of the data accessed from the SMB share, the plug-in requires that the share is enabled
@@ -146,10 +149,9 @@ The following arguments are optional for the **Microsoft.HotfixPlugin** plug-in:
146
149
- **HotfixInstallerTimeoutMinutes=\<Integer\>**: The length of time in minutes that the plug-in
147
150
allows the hotfix installer process to return. If not specified, the default value is 30 minutes.
148
151
- **HotfixConfigFileName=\<name\>**: Name for the hotfix configuration file. If not specified, the
149
- default name `DefaultHotfixConfig.xml` is used.
150
-
151
- For more information about required and optional arguments for the **Microsoft.HotfixPlugin**
152
- plug-in, see [How CAU Plug-ins Work](/windows-server/failover-clustering/cluster-aware-updating-plug-ins).
152
+ default name `DefaultHotfixConfig.xml` is used. For more information about required and optional
153
+ arguments for the **Microsoft.HotfixPlugin** plug-in, see
154
+ [How Cluster-Aware Updating plug-ins work](/windows-server/failover-clustering/cluster-aware-updating-plug-ins).
153
155
154
156
` ` ` yaml
155
157
Type: Hashtable[]
0 commit comments