I'm having issues with permissions on Windows Server 2008 R2.
I'm used to (from Windows Server 2003) being able to open up a CMD prompt and type something like: `copy \some\file /y' and overwrite a file in the current directory.
The permissions on the directory/file allow modifying by 'Administrators', but I get Access is denied.
unless I specifically run the cmd.exe 'as Administrator' which is unacceptable for how I need to manage my server. I need to be able to on-the-fly perform tasks without having to go and open a new cmd prompt, switch to the directory, retype the command, etc.
So how can I make it so my user who is a member of Administrators can by-default, run commands as an Administrator?