You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Get-NetVirtualizationProviderAddress** cmdlet gets Provider Addresses configured in Microsoft® Hyper-V® Server 2016 Network Virtualization.
27
-
A Provider Address is an IPv4 or IPv6 address that Network Virtualization uses for multiple virtual Customer Addresses.
28
-
For more information, see [Network Virtualization technical details](https://technet.microsoft.com/library/jj134174.aspx) on TechNet.
29
26
30
-
You can specify which Provider Addresses to get by using address state, interface index, prefix length, IP address, or VLAN ID.
31
-
You can use this cmdlet to get Provider Addresses for other cmdlets, such as the Set-NetVirtualizationProviderAddress cmdlet or the Remove-NetVirtualizationProviderAddress cmdlet.
27
+
The `Get-NetVirtualizationProviderAddress` cmdlet gets Provider Addresses configured in Microsoft®
28
+
Hyper-V® Server 2016 Network Virtualization. A Provider Address is an IPv4 or IPv6 address that
29
+
Network Virtualization uses for multiple virtual Customer Addresses. For more information, see
30
+
[Network Virtualization technical details](https://technet.microsoft.com/library/jj134174.aspx) on
31
+
TechNet.
32
+
33
+
You can specify which Provider Addresses to get by using address state, interface index, prefix
34
+
length, IP address, or VLAN ID. You can use this cmdlet to get Provider Addresses for other cmdlets,
35
+
such as the `Set-NetVirtualizationProviderAddress` cmdlet or the
36
+
`Remove-NetVirtualizationProviderAddress` cmdlet.
32
37
33
38
## EXAMPLES
34
39
35
40
### Example 1: Get Provider Addresses for an interface
Runs the cmdlet in a remote session or on a remote computer.
96
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
97
-
The default is the current session on the local computer.
99
+
100
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
101
+
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
102
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Specifies an array of Boolean values that determines whether a highly available Provider Address configuration entry exists on a Hyper-V Network Virtualization gateway.
143
-
If you use a Provider Address cluster resource, this value is $True; otherwise, the value is $False.
144
-
This parameter is a read-only parameter, used by an administrator to diagnose problems.
151
+
152
+
Specifies an array of **Boolean** values that determines whether a highly available Provider Address
153
+
configuration entry exists on a Hyper-V Network Virtualization gateway. If you use a Provider
154
+
Address cluster resource, this value is `$true`. Otherwise, the value is `$false`. This parameter is
155
+
a read-only parameter, used by an administrator to diagnose problems.
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
191
-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
192
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
203
+
204
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
205
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
206
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
207
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
239
+
240
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments