Summary: Use Windows PowerShell to display user rights to a file volume.
How can I use Windows PowerShell to display access to an NTFS volume?
Use the Get-Acl cmdlet and expand the Access property:
Get-Acl | select -ExpandProperty access
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