Start-NlbClusterNode

Starts a Network Load Balancing (NLB) cluster node.

Syntax

Start-NlbClusterNode
     [[-HostName] <String>]
     [-InterfaceName <String>]
     [<CommonParameters>]
Start-NlbClusterNode
     -InputObject <Node[]>
     [<CommonParameters>]

Description

The Start-NlbClusterNode cmdlet starts a node in a Network Load Balancing (NLB) cluster. Once the node is started, NLB will include that node in load balancing network traffic.

Examples

EXAMPLE 1

PS C:\>Start-NlbClusterNode -InputObject node2
Name                State               Interface           HostID 
----                -----               ---------           ------ 
node2               Converged           vlan-3              2

This example starts cluster node named node2 on the local cluster.

Parameters

-HostName

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

-InputObject

Specifies the cluster node to start.

Type:Node[]
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-InterfaceName

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:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.NetworkLoadBalancingClusters.PowerShell.Node

Outputs

Microsoft.NetworkLoadBalancingClusters.PowerShell.Node