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
Powershell - Initial Start
get-acl | % { $_.Access } | Select IdentityReference , FileSystemRights
Other things to look at are:
Comments
Post a Comment