June 11th, 2013

PowerTip: Use PowerShell to Display User Rights to File Volume

Doctor Scripto
Scripter

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

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback