PowerShell Logo Small

Get-VmNetworkAdapterIsolation



This is the built-in help made by Microsoft for the command 'Get-VmNetworkAdapterIsolation', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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 isolation settings for a virtual network adapter.

SYNTAX


Get-VmNetworkAdapterIsolation [[-VMName] <String[]>] [-ComputerName <String[]>] [-VMNetworkAdapterName <String>] [<CommonParameters>]
Get-VmNetworkAdapterIsolation [-ComputerName <String[]>] [-VMNetworkAdapterName <String>] -ManagementOS [<CommonParameters>]
Get-VmNetworkAdapterIsolation [-VM] <VirtualMachine[]> [-VMNetworkAdapterName <String>] [<CommonParameters>]
Get-VmNetworkAdapterIsolation [-VMNetworkAdapter] <VMNetworkAdapterBase[]> [<CommonParameters>]
Get-VmNetworkAdapterIsolation [-VMSnapshot] <VMSnapshot> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VmNetworkAdapterIsolation cmdlet gets isolation settings for a virtual network adapter. The cmdlet displays the isolation method, and other information, such as the
multitenancy mode and the subnet ID for traffic bound for to the default compartment if multitenancy is enabled.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294125
Set-VmNetworkAdapterIsolation
Get-VM
Get-VMSnapshot
Get-VMNetworkAdapter

REMARKS

<

Examples


Example 1

PS C:\> Get-VMNetworkAdapterIsolation –VMName Multitenant-GW –VMNetworkAdapterName InternalNIC



This example retrieves the isolation settings of a VM.