Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Get-Acl

Get-Acl - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Get-Acl

Short description
Gets the security descriptor for a resource, such as a file or registry key.

Syntax


Description
The Get-Acl cmdlet gets objects that represent the security descriptor of a file or resource. The security descriptor 
contains the access control lists (ACLs) of the resource. The ACL specifies the permissions that users and user groups 
have to access the resource.


Beginning in Windows PowerShell 3.0, you can use the InputObject parameter of Get-Acl to get the security descriptor 
of objects that do not have a path.