Windows Server 2008 R2 - Make owner of created files BUILTIN\Administrators
I am encountering some difficulty with makeing the owner of files created
in a particular directory to be the Built In Administrators group, rather
than the actual user that created it. This seems to be the standard
behavior on Windows Server 2003, but I can't figure out how to make it
work on Server 2008 R2
The reason I want to do this is because the user that creates the files is
a local user, and hence when I try to access information about the files
created programatically, I can't translate the SID into a user account.
Ideally if the files had their creator / owner as the built in
Administrators group, it would have a well know SID that could be
translated to a user account.
Any assistance would be greatly appreciated.