Hi Ross,
That was the link I included in my OP...my hang up is that I'm unsure how to use that to recursively hit all files in a user's drive. The wiki example shows how to get all the ACL's for a single file, but I'm needing to remove ACL's across all files in a drive.
Admittedly, it's the end of a long day...the words on the screen are getting blurry...given the info from the wiki, how would I modify the first code snippet (used to get the ACL's from the file) in order to get ACL's for all the files? Because at that point I should just be able to pipe that CSV output into the second code snippet and it will strip out all permissions except for the owner, right?