I'm trying to recurse a drive on a server of mine and want to find what out there I don't have access to move(as an admin). Right now I have
get-childitem "\\server\Share" ?recurse | get-acl |
select-object path,owner,accesstostring,group | export-csv c:\ACL.csv
but I just want to list what I DON'T have access to not everything (that would be one really big CSV) I assume there is some kind of foreach statement that is not coming to me, any help would be great.

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic