Re: add users to local administrators

From: Walter Schulz (Walter_Schulz@t-online.de)
Date: 01/28/03


From: Walter_Schulz@t-online.de (Walter Schulz)
Date: Tue, 28 Jan 2003 19:36:59 GMT


>I have a situation that my helpdesk support needs to have
>full access on some client workstation in one domain and
>not to any servers.
>now they are members of domain admins which is very bad
>security implementation.
>I need to add some of my AD users to the local
>administrators group on some workstation
>Please any help of that
>I searched Technet /Script Center but no script for that

PSEXEC \\computername net localgroup administrators dom\user /add

PSEXEC is part of the PSTOOLS at www.sysinternals.com

Ciao, Walter