PowerShell Logo Small

Get-VMNetworkAdapterAcl



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

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-VMNetworkAdapterAcl cmdlet gets the ACLs configured for a virtual machine network adapter. If an ACL entry is created to be applied to both directions, it will
appear under the list of entries for the inbound direction and under the list of entries for the outbound direction in the output from Get-VMNetworkAdapterAcl.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306861

REMARKS

<

Examples


Example 1

PS C:\>Get-VMNetworkAdapterAcl –VMName Redmond



Gets all the port ACLs configured on virtual machine Redmond.