We have an issue with a file server, whenever a user account is deleted the ownership of his/her files returns to their SID number, which shows up in our report as unknown.

Has anyone found a way to change the owner of a file to another user in PowerShell 2.0?

After escalating the issue to Google, it seems that this can’t be done.

I find it hard to believe that we are the only ones that have come across this issue?

We could change the owner via the Gui, but this would take a long time as we have a few thousand folders to change owners on.

Any help or findings would be great.

Thanks

Gary

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

http://cosmoskey.blogspot.com/2010/07/setting-owner-on-acl-in-powershell.html

This should help you manage your goal sir.

It can be done, there are just some specific requirements for the user attempting the the ownership change, as well as the new owner. The link I provided gives you all the details you should need.

link|improve this answer
Thanks Dave, that works a treat. Cheers...Gary – Gary Fawcett Sep 13 '10 at 3:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.