$ 0 0 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