Resume-NlbClusterNode
Resumes a node in a Network Load Balancing (NLB) cluster.
Resume-NlbClusterNode
[[-HostName] <String>]
[[-InterfaceName] <String>]
[<CommonParameters>]
Resume-NlbClusterNode
-InputObject <Node[]>
[<CommonParameters>]
The Resume-NlbClusterNode cmdlet resumes the node in a Network Load Balancing (NLB) cluster that was suspended. To override any remote control cmdlets that are issued, a node may need to be suspended and resumed.
PS C:\>Resume-NlbClusterNode
Name State Interface HostID
---- ----- --------- ------
node2 Stopped vlan-3 2
This example resumes the local cluster node. The node is in the Stopped state and needs to be started after coming back from the Suspended state.
PS C:\>Resume-NlbClusterNode -InputObject node3
Name State Interface HostID
---- ----- --------- ------
node3 Stopped vlan-3 2
This example resumes the cluster node named node3 on the local cluster. The node is in the Stopped state and needs to be started after coming back from the Suspended state.
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 node to resume.
Type: | Node[] |
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.Node
Microsoft.NetworkLoadBalancingClusters.PowerShell.Node