There is a windows 2008 file server with shared folder in my domain. When users copy their files to it, the owner of files changes to Administrator. How to keep the user the owner of files?
Typical copy command does not preserve the ownership of the files.
Use the 'Xcopy /o' in command prompt to copy files with their ownership and ACL information. It will keep the file ownership while copying between different hosts.
Microsoft is conducting an online survey to understand your opinion of the Technet Web site. If you choose to participate, the online survey will be presented to you when you leave the Technet Web site.