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