PowerTip: Use PowerShell to Display User Rights to File Volume

Doctor Scripto

Summary: Use Windows PowerShell to display user rights to a file volume.

Hey, Scripting Guy! Question How can I use Windows PowerShell to display access to an NTFS volume?

Hey, Scripting Guy! Answer Use the Get-Acl cmdlet and expand the Access property:

Get-Acl | select -ExpandProperty access

 

0 comments

Discussion is closed.

Feedback usabilla icon