@@ -100,23 +100,24 @@ Accept wildcard characters: False
100100
101101### -CauPluginArguments
102102
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:
105106
106107- ` @{Domain=Domain.local}`
107- You can specify multiple pairs in a set separated with semicolons.
108- For instance :
109108
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 :
114110
115- - ` @{name1=value1;name2=value2;name3=value3},@{name4=value4;name5=value5} `
111+ - ` @{name1=value1;name2=value2;name3=value3}`
116112
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}`
118118
119- The following arguments are optional :
119+ For the default **Microsoft.WindowsUpdatePlugin** plug-in, no arguments are needed. The following
120+ arguments are optional :
120121
121122- **'IncludeRecommendedUpdates'='\<Value\>'**: Boolean value to indicate that recommended updates
122123 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:
125126 Agent to filter the updates that will be applied to each node. For a name, use **QueryString** and
126127 for a value, enclose the full query in quotation marks. If not specified, then the
127128 **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"`
129130
130131For more information about query strings for the default **Microsoft.WindowsUpdatePlugin** plug-in
131132and the criteria such as IsInstalled that can be included in the query strings, see
132133[IUpdateSearcher::Search method](/windows/win32/api/wuapi/nf-wuapi-iupdatesearcher-search).
133134
134135For the **Microsoft.HotfixPlugin** plug-in, the following argument is required :
136+
135137- **HotfixRootFolderPath=\<Path\>**: The UNC path to a hotfix root folder in an SMB share with a
136138 structure that contains the updates to apply and that contains the hotfix configuration file.
137139
138140The following arguments are optional for the **Microsoft.HotfixPlugin** plug-in :
141+
139142- **RequireSmbEncryption=\<Value\>**: Boolean value to indicate that SMB Encryption will be enforced
140143 for accessing data from the SMB share. If not specified, the default value is False. To ensure the
141144 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:
146149- **HotfixInstallerTimeoutMinutes=\<Integer\>**: The length of time in minutes that the plug-in
147150 allows the hotfix installer process to return. If not specified, the default value is 30 minutes.
148151- **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).
153155
154156` ` ` yaml
155157Type: Hashtable[]
0 commit comments