Author: AnteausAnteaus Date: Feb 12, 2008 01:20
"Marcin" wrote:
> The simplest way to accomplish this would be to add that user to the Domain
> Admins group...
>
NO!!!!!!!!
If you do that, the user can take control of the server over the LAN, and do
whatever mischief they like to it. And, then some.
The correct method for giving a user full local control is to use a
loginscript with a NET LOCALGROUP command,e.g.
net localgroup Administrators /add jsmith
Ths will give the user full control over the local computer, but without the
rights to remote-manage other computers.
Either that, or it can be achieved through group policy.
|