Skip to content

Commit 0b80692

Browse files
Merge pull request MicrosoftDocs#3201 from robinharwood/roharwoo_failoverclusters_text_formatting_3
FailoverClusters BulkFixup (3/4) - Text formatting updates
2 parents 61a39d2 + dce5ff5 commit 0b80692

29 files changed

+126
-123
lines changed

docset/winserver2022-ps/failoverclusters/Remove-ClusterCheckpoint.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clustercheckpoint?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterCheckpoint
@@ -23,7 +23,7 @@ Remove-ClusterCheckpoint [[-ResourceName] <String>] [-Force] [-CheckpointName <S
2323

2424
## DESCRIPTION
2525

26-
The **Remove-ClusterCheckpoint** cmdlet removes a cryptographic key checkpoint or registry
26+
The `Remove-ClusterCheckpoint` cmdlet removes a cryptographic key checkpoint or registry
2727
checkpoint for a resource.
2828

2929
Checkpoints help provide failover support for applications that store configuration information
@@ -186,7 +186,7 @@ Accept wildcard characters: False
186186

187187
### -WhatIf
188188

189-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
189+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
190190

191191
```yaml
192192
Type: SwitchParameter

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterFaultDomain.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clusterfaultdomain?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterFaultDomain
@@ -33,7 +33,7 @@ Remove-ClusterFaultDomain -InputObject <CimInstance[]> [-Flags <UInt32>]
3333

3434
## DESCRIPTION
3535

36-
The **Remove-ClusterFaultDomain** cmdlet removes a fault domain. The fault domain cannot be empty.
36+
The `Remove-ClusterFaultDomain` cmdlet removes a fault domain. The fault domain cannot be empty.
3737

3838
## EXAMPLES
3939

@@ -173,7 +173,7 @@ Accept wildcard characters: False
173173
174174
### -PassThru
175175
176-
Returns an object representing the item with which you are working. By default, this cmdlet does not
176+
Returns an object representing the item with which you are working. By default, this cmdlet doesn't
177177
generate any output.
178178
179179
```yaml
@@ -210,7 +210,7 @@ Accept wildcard characters: False
210210

211211
### -WhatIf
212212

213-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
213+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
214214

215215
```yaml
216216
Type: SwitchParameter

docset/winserver2022-ps/failoverclusters/Remove-ClusterGroup.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clustergroup?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterGroup
@@ -22,7 +22,7 @@ Remove-ClusterGroup [-VMId <Guid>] [[-Name] <StringCollection>] [-Force] [-Remov
2222

2323
## DESCRIPTION
2424

25-
The **Remove-ClusterGroup** cmdlet removes a clustered role. also called a resource group, from a
25+
The `Remove-ClusterGroup` cmdlet removes a clustered role. also called a resource group, from a
2626
failover cluster.
2727

2828
Use this cmdlet to delete a group. If the group still has resources in it, then either remove the
@@ -46,7 +46,7 @@ PS C:\> Remove-ClusterGroup -Name MyFileServer -Force
4646
```
4747

4848
This example removes the clustered role named MyFileServer, if the resources have first been removed
49-
from it. The cmdlet does not prompt for confirmation.
49+
from it. The cmdlet doesn't prompt for confirmation.
5050

5151
### Example 3
5252

@@ -175,7 +175,7 @@ Accept wildcard characters: False
175175
176176
### -WhatIf
177177
178-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
178+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
179179
180180
```yaml
181181
Type: SwitchParameter

docset/winserver2022-ps/failoverclusters/Remove-ClusterGroupFromSet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterCollection.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clustergroupfromset?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterGroupFromSet
@@ -31,7 +31,7 @@ Remove-ClusterGroupFromSet -InputObject <CimInstance[]> [-Group] <String>
3131

3232
## DESCRIPTION
3333

34-
The **Remove-ClusterGroupFromSet** cmdlet removes a group from a set.
34+
The `Remove-ClusterGroupFromSet` cmdlet removes a group from a set.
3535

3636
## EXAMPLES
3737

@@ -139,7 +139,7 @@ Accept wildcard characters: False
139139
140140
### -PassThru
141141
142-
Returns an object representing the item with which you are working. By default, this cmdlet does not
142+
Returns an object representing the item with which you are working. By default, this cmdlet doesn't
143143
generate any output.
144144
145145
```yaml

docset/winserver2022-ps/failoverclusters/Remove-ClusterGroupSet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterCollection.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clustergroupset?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterGroupSet
@@ -139,7 +139,7 @@ Accept wildcard characters: False
139139
140140
### -PassThru
141141
142-
Returns an object representing the item with which you are working. By default, this cmdlet does not
142+
Returns an object representing the item with which you are working. By default, this cmdlet doesn't
143143
generate any output.
144144
145145
```yaml
@@ -176,7 +176,7 @@ Accept wildcard characters: False
176176

177177
### -WhatIf
178178

179-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
179+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
180180

181181
```yaml
182182
Type: SwitchParameter

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterCollection.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clustergroupsetdependency?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterGroupSetDependency
@@ -29,7 +29,7 @@ Remove-ClusterGroupSetDependency -InputObject <CimInstance[]> [-Provider] <Strin
2929

3030
## DESCRIPTION
3131

32-
The **Remove-ClusterGroupSetDependency** cmdlet removes a dependency from a group set.
32+
The `Remove-ClusterGroupSetDependency` cmdlet removes a dependency from a group set.
3333

3434
## EXAMPLES
3535

@@ -122,7 +122,7 @@ Accept wildcard characters: False
122122
123123
### -PassThru
124124
125-
Returns an object representing the item with which you are working. By default, this cmdlet does not
125+
Returns an object representing the item with which you are working. By default, this cmdlet doesn't
126126
generate any output.
127127
128128
```yaml

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clusternode?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterNode
@@ -23,7 +23,7 @@ Remove-ClusterNode [[-Name] <StringCollection>] [-Force] [-Wait <Int32>]
2323

2424
## DESCRIPTION
2525

26-
The **Remove-ClusterNode** cmdlet removes a node from a failover cluster. After the node is removed,
26+
The `Remove-ClusterNode` cmdlet removes a node from a failover cluster. After the node is removed,
2727
the node no longer functions as part of the cluster unless the node is added back to the cluster.
2828
Removing a node is also called evicting a node from the cluster.
2929

@@ -116,8 +116,8 @@ Accept wildcard characters: False
116116

117117
### -IgnoreStorageConnectivityLoss
118118

119-
Indicates that this cmdlet does not check whether the cluster node contains non-shared storage, if
120-
Storage Spaces Direct is enabled. If you do not specify this parameter, the cmdlet checks whether
119+
Indicates that this cmdlet doesn't check whether the cluster node contains non-shared storage, if
120+
Storage Spaces Direct is enabled. If you don't specify this parameter, the cmdlet checks whether
121121
this node has any Storage Spaces Direct storage. If this cmdlet finds Storage Spaces Direct storage,
122122
it prompts you for confirmation before it removes the node.
123123

@@ -167,7 +167,7 @@ Accept wildcard characters: False
167167

168168
### -Wait
169169

170-
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter is not specified,
170+
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
171171
then the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
172172
cmdlet returns without waiting.
173173

@@ -185,7 +185,7 @@ Accept wildcard characters: False
185185

186186
### -WhatIf
187187

188-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
188+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
189189

190190
```yaml
191191
Type: SwitchParameter

docset/winserver2022-ps/failoverclusters/Remove-ClusterResource.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clusterresource?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterResource
@@ -22,7 +22,7 @@ Remove-ClusterResource [[-Name] <StringCollection>] [-Force] [-InputObject <PSOb
2222

2323
## DESCRIPTION
2424

25-
The **Remove-ClusterResource** cmdlet removes a clustered resource from the failover cluster. Before
25+
The `Remove-ClusterResource` cmdlet removes a clustered resource from the failover cluster. Before
2626
removing a resource, be sure to review whether any other resource is dependent on that resource.
2727

2828
## EXAMPLES
@@ -131,7 +131,7 @@ Accept wildcard characters: False
131131
132132
### -WhatIf
133133
134-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
134+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
135135
136136
```yaml
137137
Type: SwitchParameter

docset/winserver2022-ps/failoverclusters/Remove-ClusterResourceDependency.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clusterresourcedependency?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterResourceDependency
@@ -22,7 +22,7 @@ Remove-ClusterResourceDependency [[-Resource] <String>] [[-Provider] <String>]
2222

2323
## DESCRIPTION
2424

25-
The **Remove-ClusterResourceDependency** cmdlet removes a dependency between two resources in a
25+
The `Remove-ClusterResourceDependency` cmdlet removes a dependency between two resources in a
2626
clustered role within a failover cluster.
2727

2828
A dependent resource is brought online after the resources on which it depends. Likewise, a
@@ -141,7 +141,7 @@ Accept wildcard characters: False
141141
142142
### -WhatIf
143143
144-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
144+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
145145
146146
```yaml
147147
Type: SwitchParameter

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clusterresourcetype?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterResourceType
@@ -22,7 +22,7 @@ Remove-ClusterResourceType [[-Name] <StringCollection>] [-InputObject <PSObject>
2222

2323
## DESCRIPTION
2424

25-
The **Remove-ClusterResourceType** cmdlet removes a resource type from a failover cluster. A
25+
The `Remove-ClusterResourceType` cmdlet removes a resource type from a failover cluster. A
2626
resource type is a class of resource, such as physical disk, network name, or virtual machine, that
2727
is organized by the failover cluster. After a resource type is removed from a failover cluster,
2828
resources of that type will not be able to be used in the cluster.
@@ -106,7 +106,7 @@ Accept wildcard characters: False
106106
107107
### -WhatIf
108108
109-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
109+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
110110
111111
```yaml
112112
Type: SwitchParameter

docset/winserver2022-ps/failoverclusters/Remove-ClusterSharedVolume.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clustersharedvolume?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterSharedVolume
@@ -23,7 +23,7 @@ Remove-ClusterSharedVolume [[-Name] <StringCollection>] [-InputObject <PSObject>
2323

2424
## DESCRIPTION
2525

26-
The **Remove-ClusterSharedVolume** cmdlet removes a volume from the Cluster Shared Volumes in a
26+
The `Remove-ClusterSharedVolume` cmdlet removes a volume from the Cluster Shared Volumes in a
2727
failover cluster, and places it in Available Storage in the cluster. After placing a volume in
2828
Available Storage, you can use the volume when you configure a new clustered role.
2929

@@ -122,7 +122,7 @@ Accept wildcard characters: False
122122
123123
### -WhatIf
124124
125-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
125+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
126126
127127
```yaml
128128
Type: SwitchParameter

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/remove-clustervmmonitoreditem?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Remove-ClusterVMMonitoredItem
@@ -31,7 +31,7 @@ Remove-ClusterVMMonitoredItem [-InputObject <PSObject>] [-Service <StringCollect
3131

3232
## DESCRIPTION
3333

34-
The **Remove-ClusterVMMonitoredItem** cmdlet removes monitoring of a service or event that is
34+
The `Remove-ClusterVMMonitoredItem` cmdlet removes monitoring of a service or event that is
3535
currently being monitored. After removal, if the service fails or the event occurs, the system will
3636
no longer take an action, such as restarting the virtual machine.
3737

@@ -190,8 +190,8 @@ Accept wildcard characters: False
190190
191191
### -Wait
192192
193-
Specifies the time in seconds to wait for the cmdlet. If the *Wait* parameter is not specified, then
194-
the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
193+
Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
194+
then the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
195195
cmdlet returns without waiting.
196196

197197
```yaml

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterStorageSpacesDirect.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/repair-clusterstoragespacesdirect?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Repair-ClusterStorageSpacesDirect
@@ -33,7 +33,7 @@ Repair-ClusterStorageSpacesDirect [-DisableStorageMaintenanceMode] [-Node <Strin
3333

3434
## DESCRIPTION
3535

36-
The **Repair-ClusterStorageSpacesDirect** cmdlet repairs Storage Spaces Direct (S2D) disks.
36+
The `Repair-ClusterStorageSpacesDirect` cmdlet repairs Storage Spaces Direct (S2D) disks.
3737

3838
## EXAMPLES
3939

@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
128128
### -Node
129129
130-
Specifies a node on which the cmdlet performs the operation. If you do not specify a value, all
130+
Specifies a node on which the cmdlet performs the operation. If you don't specify a value, all
131131
nodes are used.
132132
133133
```yaml
@@ -200,7 +200,7 @@ Accept wildcard characters: False
200200

201201
### -WhatIf
202202

203-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
203+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
204204

205205
```yaml
206206
Type: SwitchParameter

0 commit comments

Comments
 (0)