I need two accounts on a Windows 2012 Server which can act as equally as administrators via Remote Desktop. Let's say I have created accounts Alice and Bob and they are both members of the the Group Administrators.
Now Alice creates some folders on D:. If Bob logs in he can view the files, add new folders and files but cannot modify existing files or add new files. If Bob looks at the permissions of the folders it says Administrators have Full Access.
I know about UAC and that Administrators are actually only Users when they use Windows Explorer. I have seen this
Server 2008 Set Administrators to own every new file
and this
but none of them really give a solution for this simple problem. I do not want to disable UAC and folders should not be change ownership just because a file needs to be edited.
What's the best practice if two administrators should automatically have unlimited access to all current and future files of each other? If possible without having to confirm UAC prompts.