Skip to content

Cmdlets

Raimund Andée edited this page Oct 10, 2016 · 1 revision

Get-NTFSAccess

Returns a list of all access control entries found on the given object(s).

#Get permissions from all files or folders in the current folder
dir | Get-NTFSAccess

#to read the permissions of a specific file
Get-NTFSAccess -Path C:\Windows

asad

Clone this wiki locally