Skip to content

Commit 72b9629

Browse files
Applied suggestions from code review
Co-authored-by: Sean Wheeler <[email protected]>
1 parent ae19fed commit 72b9629

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ enabled, the Remote Shutdown Windows Firewall rule group will be enabled on each
107107
Because the command uses the *Force* parameter, the cmdlet runs without displaying confirmation
108108
prompts.
109109

110-
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
110+
This example uses splatting to pass parameter values from the `$parameters` variable to the command.
111111
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
112112

113113
### Example 3: Add a CAU clustered role on the specified cluster using plug-ins

docset/winserver2022-ps/clusterawareupdating/Export-CauReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ $CauReport | Export-CauReport -Format HTML -Path "C:\temp\contoso-fc1_last.html"
3838
```
3939

4040
This command gets a detailed version of the last CAU report for the cluster named Contoso-FC1, then
41-
exports that report in HTML format to the path C:\temp\contoso-fc1_last.html. The timestamps in the
42-
report are formatted in the Coordinated Universal Time (UTC) zone.
41+
exports that report in HTML format to the path `C:\temp\contoso-fc1_last.html`. The timestamps in
42+
the report are formatted in the Coordinated Universal Time (UTC) zone.
4343

4444
## PARAMETERS
4545

docset/winserver2022-ps/clusterawareupdating/Get-CauReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Get-CauReport "Contoso-FC1" -Report $CauReportSummary
7272
```
7373

7474
The first command gets the last updating run report summary from the cluster named Contoso-FC1 and
75-
stores the result in the variable named $CauReportSummary.
75+
stores the result in the variable named `$CauReportSummary`.
7676

7777
The second command gets the detailed report from the information stored in the $CauReportSummary
7878
variable.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ before marking the node as failed, and allows no more than one node to fail befo
7373
entire updating run as failed. Because the command specifies the *Force* parameter, the cmdlet runs
7474
without displaying confirmation prompts.
7575

76-
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
76+
This example uses splatting to pass parameter values from the `$parameters` variable to the command.
7777
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
7878

7979
### Example 2: Preform a scan and a full updating run on the specified cluster using multiple plug-ins
@@ -103,7 +103,7 @@ applied by **Microsoft.HotfixPlugin plug-in**. If the installation of updates by
103103
**Microsoft.HotfixPlugin plug-in** installs updates. Because the command specifies the *Force*
104104
parameter, the cmdlet runs without displaying confirmation prompts.
105105

106-
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
106+
This example uses splatting to pass parameter values from the `$parameters` variable to the command.
107107
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
108108

109109
### Example 3: Recover from a previous updating run that failed on the specified cluster

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ This example gets a detailed list of the initial set of updates that would curre
6767
each node in the cluster named CONTOSO-FC1. The list is based on the updates that would be applied
6868
by the **Microsoft.WindowsUpdatePlugin** plug-in, using a specified query string, and the
6969
**Microsoft.HotfixPlugin**, after the necessary hotfixes and the hotfix configuration file have been
70-
downloaded to \\\\CauHotfixSrv\shareName. This example also shows how to pass the administrative
70+
downloaded to `\\CauHotfixSrv\shareName`. This example also shows how to pass the administrative
7171
credentials for cluster CONTOSO-FC1 to the cmdlet.
7272

73-
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
73+
This example uses splatting to pass parameter values from the `$parameters` variable to the command.
7474
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
7575

7676
## PARAMETERS

docset/winserver2022-ps/clusterawareupdating/Save-CauDebugTrace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Save-CauDebugTrace -ClusterName "CONTOSO-FC1" -FilePath "C:\temp\testrun.zip"
3737
```
3838

3939
This command saves the debug tracing information for the cluster named CONTOSO-FC1, to a trace file
40-
called testrun.zip in the C:\temp folder.
40+
called `testrun.zip` in the `C:\temp` folder.
4141

4242
## PARAMETERS
4343

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ restart is necessary. If the restart does not complete within this time, then th
8484
that node is marked as failed. Because the command specifies the *Force* parameter, the cmdlet runs
8585
without displaying confirmation prompts.
8686

87-
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
87+
This example uses splatting to pass parameter values from the `$parameters` variable to the command.
8888
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
8989

9090
### Example 2: Configure settings for a CAU cluster role on the specified cluster on the second week of the month
@@ -122,7 +122,7 @@ leaves Maintenance mode. The script is located at the root of drive G: in cluste
122122
named verifyupdatesinstalled.ps1. Because the command specifies the *Force* parameter, the cmdlet
123123
runs without displaying confirmation prompts.
124124

125-
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
125+
This example uses splatting to pass parameter values from the `$parameters` variable to the command.
126126
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
127127

128128
### Example 3: Initiate an updating run on the specified cluster
@@ -153,7 +153,7 @@ spans are specified for logging a warning or canceling the updating run if it is
153153
earliest date that an updating run can be triggered is 1/1/2012. Because the command specifies the
154154
*Force* parameter, the cmdlet runs without displaying confirmation prompts
155155

156-
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
156+
This example uses splatting to pass parameter values from the `$parameters` variable to the command.
157157
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
158158

159159
## PARAMETERS

0 commit comments

Comments
 (0)