New-NlbClusterIpv6Address
Generates an IPv6 address to use with the NLB cmdlets.
Syntax
Default (Default)
New-NlbClusterIpv6Address
[[-HostName] <String>]
[-InterfaceName] <String>
[-LinkLocal]
[-Global]
[<CommonParameters>]
Description
The New-NlbClusterIpv6Address cmdlet generates IPv6 addresses to create cluster virtual IP addresses or node dedicated IP addresses.
Examples
Example 1: Get IPv6 addresses with the specified interface on the local computer
PS C:\>New-NlbClusterIpv6Address -InterfaceName "Vlan-003"
fe80::b071:3696:dadd:26d4
This command gets the applicable IPv6 addresses that is used with the interface named Vlan-003 on the local computer. This address can be used as a dedicated IP address on the node or a virtual IP address on the cluster.
Parameters
-Global
Indicates that the cmdlet returns a global IPv6 address. If this parameter is omitted, then all applicable IPv6 address types are returned.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | G |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-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.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | Host, HN, H |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-InterfaceName
Specifies the interface to which NLB is bound. This is the interface of the cluster against which this cmdlet is run.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | Interface, IN, I |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-LinkLocal
Indicates that this cmdlet returns only a link local IPv6 address. If this parameter is omitted, then all applicable IPv6 address types are returned.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | L |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.