Skip to main content

Get List of Permissions from a file System

 

Powershell - Initial Start 

get-acl | % { $_.Access } | Select IdentityReference , FileSystemRights


Other things to look at are:

  •  AccessControlType, ie: Allow, Deny
  • Whether it's inherited and the inheritance flags
  • Propagation Flags ?? - what is that 


Comments

Popular posts from this blog