PowerShell Logo Small

Get-VMNetworkAdapterExtendedAcl



This is the built-in help made by Microsoft for the command 'Get-VMNetworkAdapterExtendedAcl', 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 extended ACLs configured for a virtual network adapter.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-VMNetworkAdapterExtendedAcl cmdlet gets the extended access control lists (ACLs) configured for a virtual network adapter. If an ACL applies to both inbound and
outbound packets, it appears in both inbound and outbound lists.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294119
Add-VMNetworkAdapterExtendedAcl
Remove-VMNetworkAdapterExtendedAcl
Get-VM
Get-VMNetworkAdapter
Get-VMSnapshot

REMARKS

<

Examples


Example 1: Get all extended ACLs

PS C:\> Get-VMNetworkAdapterExtendedAcl -VMName "TSQA01"



This command gets all the extended ACLs for the virtual machine named TSQA01.