# Get Drive/Folder Owner

```none
GET-ACL “$Path”| Select-Object path, Owner -expand access | Select-Object @{n=”Path”;e={$_.Path.replace(“Microsoft.PowerShell.Core\FileSystem::”,””)}}, Owner, IdentityReference, FileSystemRights, AccessControlType, IsInherited
```

<div class="code-toolbar" id="bkmrk-copy-13"></div>[Original Article](http://winplat.net/2014/08/23/find-file-folder-owner-information-using-powershell-or-command-prompt)