PowerShell Logo Small

Get-VMNetworkAdapterFailoverConfiguration



This is the built-in help made by Microsoft for the command 'Get-VMNetworkAdapterFailoverConfiguration', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the IP address of a virtual network adapter configured to be used when a virtual machine fails over.

SYNTAX


Get-VMNetworkAdapterFailoverConfiguration [-VMName] <String[]> [-ComputerName <String[]>] [-VMNetworkAdapterName <String>] [<CommonParameters>]
Get-VMNetworkAdapterFailoverConfiguration [-VM] <VirtualMachine[]> [-VMNetworkAdapterName <String>] [<CommonParameters>]
Get-VMNetworkAdapterFailoverConfiguration [-VMNetworkAdapter] <VMNetworkAdapterBase[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VMNetworkAdapterFailoverConfiguration cmdlet gets the IP address configuration of a virtual network adapter configured to be used when
a virtual machine fails over.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Get-VMNetworkAdapterFailoverConfiguration VM01



This example gets the failover IP address configuration of all virtual network adapters attached to a virtual machine named VM01.




Example 2

PS C:\>Get-VMNetworkAdapterFailoverConfiguration VM01 –VMNetworkAdapterName NetworkAdapter



This example gets the failover IP address configuration of a virtual network adapter named NetworkAdapter on a virtual machine named VM01.