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

Lines changed: 8 additions & 8 deletions
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

Lines changed: 9 additions & 9 deletions
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

Lines changed: 8 additions & 8 deletions
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

Lines changed: 8 additions & 8 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 2 deletions
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

Lines changed: 3 additions & 2 deletions
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

Lines changed: 5 additions & 4 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 9 additions & 7 deletions
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

0 commit comments

Comments
 (0)