Skip to content

Commit ea9fc5d

Browse files
committed
Bulk text formatting updates
1 parent e982154 commit ea9fc5d

20 files changed

+82
-77
lines changed

docset/winserver2022-ps/failoverclusters/Add-ClusterFileServerRole.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ When adding a clustered file server, specify a name for the file server, any IP
3030
that isn't automatically supplied by your DHCP settings, and the storage volume or volumes that the
3131
clustered file server should use.
3232

33-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
34-
authentication on the server computer.
33+
> [!NOTE]
34+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
35+
> authentication on the server computer.
3536
3637
## EXAMPLES
3738

@@ -92,9 +93,8 @@ Accept wildcard characters: False
9293
### -IgnoreNetwork
9394
9495
Specifies one or more networks to ignore when running the cmdlet. Networks with DHCP enabled are
95-
always included, but other networks need a static address to be specified using the **StaticAddress**
96-
97-
parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
96+
always included, but other networks need a static address to be specified using the
97+
**StaticAddress** parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
9898
9999
```yaml
100100
Type: StringCollection
@@ -176,9 +176,9 @@ Accept wildcard characters: False
176176
177177
### -Wait
178178
179-
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified, then
180-
the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
181-
cmdlet returns without waiting.
179+
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
180+
then the cmdlet waits for completion. If the value `0` is specified, then the call is initiated and
181+
the cmdlet returns without waiting.
182182

183183
```yaml
184184
Type: Int32

docset/winserver2022-ps/failoverclusters/Add-ClusterGenericApplicationRole.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ If an application is run as a Generic Application, the cluster software will sta
3232
then periodically query the operating system to see whether the application appears to be running.
3333
If so, then it is presumed to be online and will not be restarted or failed over.
3434

35-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
36-
authentication on the server computer.
35+
> [!NOTE]
36+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
37+
> authentication on the server computer.
3738
3839
## EXAMPLES
3940

@@ -111,7 +112,7 @@ Accept wildcard characters: False
111112

112113
### -CommandLine
113114

114-
Specifies the Windows PowerShell® command line to use for the highly available generic application.
115+
Specifies the Windows PowerShell command line to use for the highly available generic application.
115116
If the full path is specified, then the current directory is parsed out of the Windows PowerShell
116117
command line.
117118

@@ -130,9 +131,8 @@ Accept wildcard characters: False
130131
### -IgnoreNetwork
131132

132133
Specifies one or more networks to ignore when running the cmdlet. Networks with DHCP enabled are
133-
always included, but other networks need a static address to be specified using the **StaticAddress**
134-
135-
parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
134+
always included, but other networks need a static address to be specified using the
135+
**StaticAddress** parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
136136

137137
```yaml
138138
Type: StringCollection
@@ -230,9 +230,9 @@ Accept wildcard characters: False
230230

231231
### -Wait
232232

233-
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified, then
234-
the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
235-
cmdlet returns without waiting.
233+
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
234+
then the cmdlet waits for completion. If the value `0` is specified, then the call is initiated and
235+
the cmdlet returns without waiting.
236236

237237
```yaml
238238
Type: Int32

docset/winserver2022-ps/failoverclusters/Add-ClusterGenericScriptRole.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ The script provides the cluster software with information about the current stat
3131
application. As needed, the cluster software will restart or fail over the script. Through the
3232
script, the application will be restarted or failed over.
3333

34-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
35-
authentication on the server computer.
34+
> [!NOTE]
35+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
36+
> authentication on the server computer.
3637
3738
## EXAMPLES
3839

@@ -95,9 +96,8 @@ Accept wildcard characters: False
9596
### -IgnoreNetwork
9697
9798
Specifies one or more networks to ignore when running the cmdlet. Networks with DHCP enabled are
98-
always included, but other networks need a static address to be specified using the **StaticAddress**
99-
100-
parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
99+
always included, but other networks need a static address to be specified using the
100+
**StaticAddress** parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
101101
102102
```yaml
103103
Type: StringCollection
@@ -195,9 +195,9 @@ Accept wildcard characters: False
195195
196196
### -Wait
197197
198-
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified, then
199-
the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
200-
cmdlet returns without waiting.
198+
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
199+
then the cmdlet waits for completion. If the value `0` is specified, then the call is initiated and
200+
the cmdlet returns without waiting.
201201

202202
```yaml
203203
Type: Int32

docset/winserver2022-ps/failoverclusters/Add-ClusterGenericServiceRole.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ periodically query the Service Controller, which is a feature of the operating s
3131
whether the service appears to be running. If so, then it is presumed to be online, and will not be
3232
restarted or failed over.
3333

34-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
35-
authentication on the server computer.
34+
> [!NOTE]
35+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
36+
> authentication on the server computer.
3637
3738
## EXAMPLES
3839

@@ -99,9 +100,8 @@ Accept wildcard characters: False
99100
### -IgnoreNetwork
100101

101102
Specifies one or more networks to ignore when running the cmdlet. Networks with DHCP enabled are
102-
always included, but other networks need a static address to be specified using the **StaticAddress**
103-
104-
parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
103+
always included, but other networks need a static address to be specified using the
104+
**StaticAddress** parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
105105

106106
```yaml
107107
Type: StringCollection
@@ -199,9 +199,9 @@ Accept wildcard characters: False
199199

200200
### -Wait
201201

202-
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified, then
203-
the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
204-
cmdlet returns without waiting.
202+
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
203+
then the cmdlet waits for completion. If the value `0` is specified, then the call is initiated and
204+
the cmdlet returns without waiting.
205205

206206
```yaml
207207
Type: Int32

docset/winserver2022-ps/failoverclusters/Add-ClusterGroupSetDependency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Accept wildcard characters: False
158158
### -ThrottleLimit
159159
160160
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
161-
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
161+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
162162
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
163163
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
164164
computer.

docset/winserver2022-ps/failoverclusters/Add-ClusterNode.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Before adding the new node, you should run validation tests on the existing node
2929
proposed new node. By running the validation tests, you can confirm that the server to be added is
3030
connected correctly to the networks and storage and that it contains the same software updates.
3131

32-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
33-
authentication on the server computer.
32+
> [!NOTE]
33+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
34+
> authentication on the server computer.
3435
3536
## EXAMPLES
3637

docset/winserver2022-ps/failoverclusters/Add-ClusterResourceType.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ The failover cluster software provides Resource DLL files for the most common ty
3030
Using the application programming interface (API) provided in the Microsoft Platform Software
3131
Development Kit (SDK), other vendors can add support for other resource types.
3232

33-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
34-
authentication on the server computer.
33+
> [!NOTE]
34+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
35+
> authentication on the server computer.
3536
3637
## EXAMPLES
3738

docset/winserver2022-ps/failoverclusters/Add-ClusterScaleOutFileServerRole.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ distributed across nodes for better throughput. This type of file server support
2929
Block (SMB) protocol. It doesn't support the Network File System (NFS) protocol, or certain role
3030
services such as File Server Resource Manager (FSRM) or Distributed File System (DFS) Replication.
3131

32-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
33-
authentication on the server computer.
32+
> [!NOTE]
33+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
34+
> authentication on the server computer.
3435
3536
## EXAMPLES
3637

@@ -144,8 +145,8 @@ Accept wildcard characters: False
144145
### -Wait
145146
146147
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
147-
then the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
148-
cmdlet returns without waiting.
148+
then the cmdlet waits for completion. If the value `0` is specified, then the call is initiated and
149+
the cmdlet returns without waiting.
149150

150151
```yaml
151152
Type: Int32

docset/winserver2022-ps/failoverclusters/Add-ClusterVMMonitoredItem.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ Accept wildcard characters: False
233233
234234
### -Wait
235235
236-
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified, then
237-
the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
238-
cmdlet returns without waiting.
236+
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
237+
then the cmdlet waits for completion. If the value `0` is specified, then the call is initiated and
238+
the cmdlet returns without waiting.
239239

240240
```yaml
241241
Type: Int32

docset/winserver2022-ps/failoverclusters/Add-ClusterVirtualMachineRole.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ node, fails or requires scheduled maintenance, then another node begins to run t
3232
instead through a process known as failover. The virtual hard disk (VHD) file for the clustered
3333
virtual machine must be on the clustered disk used by that virtual machine.
3434

35-
**Note:** This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
36-
authentication on the server computer.
37-
38-
**Note:** This cmdlet generates a .TMP file under the user temp folder, and you can't have more than
39-
65535 .TMP files generated by this cmdlet, otherwise you will receive an exception "The File Exist".
40-
For more information, please go to:
41-
https://techcommunity.microsoft.com/t5/ITOps-Talk-Blog/TQA-Add-ClusterVirtualMachineRole-fails-with-the-error-quot-The/ba-p/713344
35+
> [!NOTE]
36+
>
37+
> - This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
38+
> authentication on the server computer.
39+
>
40+
> - This cmdlet generates a .TMP file under the user temp folder, and you can't have more than 65535
41+
> .TMP files generated by this cmdlet, otherwise you will receive an exception "The File Exist". For
42+
> more information, please go to:
43+
> https://techcommunity.microsoft.com/t5/ITOps-Talk-Blog/TQA-Add-ClusterVirtualMachineRole-fails-with-the-error-quot-The/ba-p/713344
4244
4345
## EXAMPLES
4446

docset/winserver2022-ps/failoverclusters/Add-ClusteriSCSITargetServerRole.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ Accept wildcard characters: False
169169
### -Wait
170170
171171
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
172-
then the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
173-
cmdlet returns without waiting.
172+
then the cmdlet waits for completion. If the value `0` is specified, then the call is initiated and
173+
the cmdlet returns without waiting.
174174

175175
```yaml
176176
Type: Int32

docset/winserver2022-ps/failoverclusters/Block-ClusterAccess.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Block-ClusterAccess [-User] <StringCollection> [-InputObject <PSObject>] [-Clust
2424

2525
The `Block-ClusterAccess` cmdlet prevents the specified user or users from accessing a failover
2626
cluster. If you don't want to completely block access and instead want to limit a user to using
27-
Windows PowerShell® to view cluster settings (not change settings), then use the
27+
Windows PowerShell to view cluster settings (not change settings), then use the
2828
`Grant-ClusterAccess` cmdlet with the **Readonly** parameter.
2929

3030
## EXAMPLES

docset/winserver2022-ps/failoverclusters/Clear-ClusterDiskReservation.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ Clear-ClusterDiskReservation [[-Node] <StringCollection>] -Disk <UInt32[]> [-For
2525
The `Clear-ClusterDiskReservation` cmdlet clears the persistent reservation on a disk in a
2626
failover cluster. This cmdlet prompts for confirmation unless you specify the **Force** parameter.
2727

28-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
29-
authentication on the server computer.
28+
> [!NOTE]
29+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
30+
> authentication on the server computer.
3031
3132
## EXAMPLES
3233

docset/winserver2022-ps/failoverclusters/Clear-ClusterNode.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ The `Clear-ClusterNode` cmdlet clears the cluster configuration from a node that
2626
a failover cluster. This cmdlet helps ensure that the failover cluster configuration has been
2727
completely removed from a node that was evicted.
2828

29-
Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
30-
authentication on the server computer.
29+
> [!NOTE]
30+
> This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
31+
> authentication on the server computer.
3132
3233
## EXAMPLES
3334

@@ -150,8 +151,8 @@ Accept wildcard characters: False
150151
### -Wait
151152

152153
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
153-
then the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
154-
cmdlet returns without waiting.
154+
then the cmdlet waits for completion. If the value `0` is specified, then the call is initiated and
155+
the cmdlet returns without waiting.
155156

156157
```yaml
157158
Type: Int32

docset/winserver2022-ps/failoverclusters/Disable-ClusterStorageSpacesDirect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Accept wildcard characters: False
116116
### -ThrottleLimit
117117
118118
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
119-
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
119+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
120120
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
121121
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
122122
computer.

docset/winserver2022-ps/failoverclusters/Enable-ClusterStorageSpacesDirect.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Accept wildcard characters: False
9797
9898
Indicates that this cmdlet that the pool should be automatically created and configured. When a pool
9999
already exists before Storage Spaces Direct is enabled the **AutoConfig** parameter becomes a no-op.
100-
**AutoConfig** is set to true by default. If you don't want the pool to be automatically created, but
101-
created manually, you should set **AutoConfig** to false.
100+
**AutoConfig** is set to true by default. If you don't want the pool to be automatically created,
101+
but created manually, you should set **AutoConfig** to false.
102102
103103
```yaml
104104
Type: Boolean
@@ -251,7 +251,7 @@ Accept wildcard characters: False
251251
### -ThrottleLimit
252252

253253
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
254-
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
254+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
255255
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
256256
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
257257
computer.

docset/winserver2022-ps/failoverclusters/FailoverClusters.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ but aren't yet part of the set of clustered disks.
109109
Retrieves a cryptographic key checkpoint or registry checkpoint for a resource.
110110

111111
### [Get-ClusterDiagnosticInfo](./Get-ClusterDiagnosticInfo.md)
112-
Gets diagnostics for a cluster a cluster that contains VMs and produces a zip file containing the data.
112+
Gets diagnostics for a cluster a cluster that contains VMs and produces a zip file containing the
113+
data.
113114

114115
### [Get-ClusterFaultDomain](./Get-ClusterFaultDomain.md)
115116
Gets the cluster fault domains in a cluster.

docset/winserver2022-ps/failoverclusters/Get-Cluster.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ The `Get-Cluster` cmdlet gets information about one or more failover clusters in
2626
This cmdlet can obtain a variety of configuration and state information about a failover cluster,
2727
including the following items:
2828

29-
-- State information about whether a backup is in progress.
30-
31-
-- State information about whether the cluster is in a forced quorum state.
32-
33-
-- Cross-network settings that are especially relevant for multi-site clusters.
29+
- State information about whether a backup is in progress.
30+
- State information about whether the cluster is in a forced quorum state.
31+
- Cross-network settings that are especially relevant for multi-site clusters.
3432

3533
To set a common property for the cluster, use this cmdlet to get the cluster object and then set the
3634
appropriate property on that cluster object directly.
@@ -143,11 +141,10 @@ QuarantineThreshold : 3
143141
This example shows default values for QuarantineThreshold and QuarantineDuration for the local
144142
cluster.
145143

146-
-- QuarantineThreshold: This is the number of times that a node can become isolated in an hour
144+
- **QuarantineThreshold**: This is the number of times that a node can become isolated in an hour
147145
before the cluster will be quarantined. This is set to 3 by default.
148-
149-
--QuarantineDuration: This setting, set to 7200 seconds or 2 hours by default, controls how long a
150-
host will remain quarantined.
146+
- **QuarantineDuration**: This setting, set to 7200 seconds or 2 hours by default, controls how long
147+
a host will remain quarantined.
151148

152149
## PARAMETERS
153150

docset/winserver2022-ps/failoverclusters/Get-ClusterAccess.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The `Get-ClusterAccess` cmdlet gets information about permissions that control a
2626
failover cluster.
2727

2828
A cluster can allow full access or read-only access. Read-only access limits the user to Windows
29-
PowerShell® cmdlets that provide information about the cluster.
29+
PowerShell cmdlets that provide information about the cluster.
3030

3131
## EXAMPLES
3232

docset/winserver2022-ps/failoverclusters/Get-ClusterFaultDomain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Accept wildcard characters: False
118118
### -ThrottleLimit
119119
120120
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
121-
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
121+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
122122
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
123123
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
124124
computer.

0 commit comments

Comments
 (0)