Skip to content

Commit b5592be

Browse files
authored
Update formatting
1 parent 4c66e49 commit b5592be

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

docset/winserver2022-ps/clusterawareupdating/Set-CauClusterRole.md

+18-10
Original file line numberDiff line numberDiff line change
@@ -208,36 +208,44 @@ Accept wildcard characters: False
208208
### -CauPluginArguments
209209
210210
Specifies a set of name=value pairs, as arguments, for each updating plug-in to use.
211+
211212
For instance, to specify a Domain argument for one plug-in:
213+
212214
- `@{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+
219224
- `@{name1=value1;name2=value2;name3=value3},@{name4=value4;name5=value5}`
220225

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+
223229
- **'IncludeRecommendedUpdates'='\<Value\>'**: Boolean value to indicate that recommended updates
224230
will be applied in addition to important updates on each node. If not specified, the default value
225231
is False.
226232
- A standard Windows Update Agent query string that specifies criteria used by the Windows Update
227233
Agent to filter the updates that will be applied to each node. For a name, use **QueryString** and
228234
for a value, enclose the full query in quotation marks. If not specified, then the
229235
**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"`
231237

232238
For more information about query strings for the default **Microsoft.WindowsUpdatePlugin** plug-in
233239
and the criteria such as IsInstalled that can be included in the query strings, see
234240
[IUpdateSearcher::Search method](/windows/win32/api/wuapi/nf-wuapi-iupdatesearcher-search).
235241

236242
For the **Microsoft.HotfixPlugin** plug-in, the following argument is required:
243+
237244
- **HotfixRootFolderPath=\<Path\>**: The UNC path to a hotfix root folder in an SMB share with a
238245
structure that contains the updates to apply and that contains the hotfix configuration file.
239246

240247
The following arguments are optional for the **Microsoft.HotfixPlugin** plug-in:
248+
241249
- **RequireSmbEncryption=\<Value\>**: Boolean value to indicate that SMB Encryption will be enforced
242250
for accessing data from the SMB share. If not specified, the default value is False. To ensure the
243251
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:
250258
- **HotfixConfigFileName=\<name\>**: Name for the hotfix configuration file. If not specified, the
251259
default name `DefaultHotfixConfig.xml` is used. For more information about required and optional
252260
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).
254262

255263
```yaml
256264
Type: Hashtable[]

0 commit comments

Comments
 (0)