Skip to content

Commit 0e4bc16

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 01ba597 commit 0e4bc16

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PS C:\> Add-CauClusterRole -ClusterName "CONTOSO-FC1" -CauPluginName Microsoft.W
9191
This command adds the CAU clustered role, using a default name, on the cluster called CONTOSO-FC1.
9292
The CAU clustered role is configured to perform updates using the **Microsoft.WindowsUpdatePlugin**
9393
plug-in with the optional **IncludeRecommendedUpdates** parameter set to True, and using the
94-
**Microsoft.HotfixPlugin plug-in** using the hotfix root folder \\\\CauHotfixSrv\shareName and the
94+
**Microsoft.HotfixPlugin plug-in** using the hotfix root folder `\\CauHotfixSrv\shareName` and the
9595
default hotfix configuration file. If a failure occurs during the installation of updates on a node
9696
by **Microsoft.WindowsUpdatePlugin**, updates are applied by **Microsoft.HotfixPlugin plug-in**. If
9797
it isn't already enabled, the Remote Shutdown Windows Firewall rule group is enabled on each

docset/winserver2022-ps/clusterawareupdating/Invoke-CauRun.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ PS C:\> Invoke-CauRun -ClusterName CONTOSO-FC1 -CauPluginName Microsoft.WindowsU
7474

7575
This command performs a scan and a full updating run on the cluster named CONTOSO-FC1. This cmdlet
7676
uses the **Microsoft.WindowsUpdatePlugin** plug-in with the default configuration, and the
77-
**Microsoft.HotfixPlugin** plug-in using the hotfix root folder \\\\CauHotfixSrv\shareName and the
77+
**Microsoft.HotfixPlugin** plug-in using the hotfix root folder `\\CauHotfixSrv\shareName` and the
7878
default hotfix configuration file. If it isn't already enabled, the **Remote Shutdown** Windows
7979
Firewall rule group is enabled on each cluster node before the updating run. If a failure occurs
8080
during the installation of updates on a node by **Microsoft.WindowsUpdatePlugin**, updates aren't
@@ -528,8 +528,7 @@ succeed if the underlying clustered space is in degraded condition.
528528
If `Suspend-ClusterNode` fails with ERROR_CLUSTER_SPACE_DEGRADED error, CAU will keep retrying for
529529
**SuspendClusterNodeTimeoutMinutes** or suspend the call if the command succeeds.
530530

531-
The retries for this error don't count towards the **MaxRetriesPerNode** parameter set by the user
532-
parameter set by the user.
531+
The retries for this error don't count towards the **MaxRetriesPerNode** parameter set by the user.
533532

534533
The timeout value is per cluster node. So CAU could potentially spend the amount of time specified
535534
for this value for every node in the cluster in the worst case.

docset/winserver2022-ps/clusterawareupdating/Invoke-CauScan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ plug-in in the plug-in order passed into the **CauPluginName** parameter then mu
181181
used during a scan for updates
182182
183183
By default, CAU scans and stages the applicable updates for all plug-ins in parallel.
184-
This parameter is valid only when multiple plug-ins are specified in **CauPluginName** parameter.
184+
This parameter is valid only when multiple plug-ins are specified in the **CauPluginName** parameter.
185185
If a single plug-in is specified, a warning appears.
186186
187187
```yaml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ By default, CAU scans and stages the applicable updates for all plug-ins in para
504504
the configuration of this parameter, CAU installs the applicable updates for each plug-in
505505
sequentially.
506506
507-
The parameter is valid only when multiple plug-ins are specified in **CauPluginName** parameter. If a
507+
The parameter is valid only when multiple plug-ins are specified in the **CauPluginName** parameter. If a
508508
single plug-in is specified, a warning appears.
509509
510510
```yaml
@@ -597,7 +597,7 @@ Accept wildcard characters: False
597597
```
598598

599599
### -SuspendClusterNodeTimeoutMinutes
600-
Specifies the maximum amount of time CAU should wait for the Suspend-ClusterNodecmdlet to succeed if
600+
Specifies the maximum amount of time CAU should wait for the `Suspend-ClusterNode` cmdlet to succeed if
601601
the underlying clustered space is in degraded condition.
602602

603603
If `Suspend-ClusterNode` fails with ERROR_CLUSTER_SPACE_DEGRADED error, CAU will keep retrying for

0 commit comments

Comments
 (0)