Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
May 13, 2007
A. To view this information, you can use PowerShell's get-acl cmdlet, as follows: get-acl boot.wimThat command returns the owner of a file or folder, along with other items, including the path and access information. To display just the owner, repeat the command in brackets with just the owner attribute--for example,(get-acl boot.wim).owner
You May Also Like