Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Display User Rights to File Volume

$
0
0

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

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles