2
2
description : Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
3
3
external help file : Microsoft.FailoverClusters.PowerShell.dll-Help.xml
4
4
Module Name : FailoverClusters
5
- ms.date : 10 /21/2022
5
+ ms.date : 11 /21/2022
6
6
online version : https://learn.microsoft.com/powershell/module/failoverclusters/remove-clusternode?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
7
7
schema : 2.0.0
8
8
title : Remove-ClusterNode
@@ -23,7 +23,7 @@ Remove-ClusterNode [[-Name] <StringCollection>] [-Force] [-Wait <Int32>]
23
23
24
24
## DESCRIPTION
25
25
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,
27
27
the node no longer functions as part of the cluster unless the node is added back to the cluster.
28
28
Removing a node is also called evicting a node from the cluster.
29
29
@@ -116,8 +116,8 @@ Accept wildcard characters: False
116
116
117
117
# ## -IgnoreStorageConnectivityLoss
118
118
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
121
121
this node has any Storage Spaces Direct storage. If this cmdlet finds Storage Spaces Direct storage,
122
122
it prompts you for confirmation before it removes the node.
123
123
@@ -167,7 +167,7 @@ Accept wildcard characters: False
167
167
168
168
# ## -Wait
169
169
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,
171
171
then the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
172
172
cmdlet returns without waiting.
173
173
@@ -185,7 +185,7 @@ Accept wildcard characters: False
185
185
186
186
# ## -WhatIf
187
187
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.
189
189
190
190
` ` ` yaml
191
191
Type: SwitchParameter
0 commit comments