You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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