Get-NlbClusterVip
Retrieves virtual IP addresses that are queried by the caller.
Get-NlbClusterVip
[-HostName <String>]
[-InterfaceName <String>]
[[-IP] <IPAddress>]
[<CommonParameters>]
Get-NlbClusterVip
-InputObject <Cluster[]>
[[-IP] <IPAddress>]
[<CommonParameters>]
The Get-NlbClusterVIP cmdlet retrieves the virtual IP addresses that are queried by the caller. This IP address is used to address the cluster as a whole, and is the IP address that maps to the full Internet name that you specify for the Network Load Balancing (NLB) cluster.
PS C:\>Get-NlbClusterVip
IPAddress SubnetMask
--------- ----------
3.53.100.100 255.0.0.0
3.53.100.101 255.0.0.0
3.53.100.102 255.0.0.0
fe80::b349:6945:9449:d03c ::
This example lists all the virtual IP addresses on the local cluster.
PS C:\>Get-NlbClusterVip -IP fe80::a20f:cca:4cd2:7ea0
IPAddress SubnetMask
--------- ----------
fe80::a20f:cca:4cd2:7ea0 ::
This example gets the specified virtual IP addresses 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: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the cluster for which the virtual IP address is enumerated.
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: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the IP address of the cluster for which the virtual IP address is enumerated.
Type: | IPAddress |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.NetworkLoadBalancingClusters.PowerShell.Cluster
Microsoft.NetworkLoadBalancingClusters.PowerShell.ClusterVip