Suspend-NlbCluster
Suspends all nodes of a Network Load Balancing (NLB) cluster.
Suspend-NlbCluster
[[-HostName] <String>]
[[-InterfaceName] <String>]
[<CommonParameters>]
Suspend-NlbCluster
-InputObject <Cluster[]>
[<CommonParameters>]
The Suspend-NlbCluster cmdlet suspends all nodes of a Network Load Balancing (NLB) cluster. A cluster may need to be suspended to override any remote control cmdlets, or non-Windows PowerShell® operations, that are issued and for maintenance work.
PS C:\>Suspend-NlbCluster
Name IPAddress SubnetMask Mode
---- --------- ---------- ----
cluster1 3.53.100.100 255.0.0.0 UNICAST
This example suspends all cluster nodes on the local cluster.
Specifies the name of the cluster host against which this cmdlet is run.
If this parameter is omitted or a value of .
is entered, then the local cluster is assumed.
Type: | String |
Aliases: | Host, HN, H |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the cluster to suspend.
Type: | Cluster[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the interface to which NLB is bound. This is the interface of the cluster against which this cmdlet is run.
Type: | String |
Aliases: | Interface, IN, I |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.NetworkLoadBalancingClusters.PowerShell.Cluster
Microsoft.NetworkLoadBalancingClusters.PowerShell.Cluster