Users (Owners)
Get-ChildItem <Path> -Recurse | ForEach-Object { Get-Acl $_.FullName } | Select-Object Path, OwnerGet-ChildItem <Path> -File | Get-Acl | Select-Object -ExpandProperty OwnerLast updated
Get-ChildItem <Path> -Recurse | ForEach-Object { Get-Acl $_.FullName } | Select-Object Path, OwnerGet-ChildItem <Path> -File | Get-Acl | Select-Object -ExpandProperty OwnerLast updated