Change local administrator password ? through GPO or push script ?
- From: Pascal <pascal_t@xxxxxxxxxxxxxxxxxx>
- Date: Sat, 21 Apr 2007 17:29:44 +0200
Hi,
I would like to change the local administrator password of every computers member of my AD domain but I am not sure of the best method.
Method 1 : Create a vbs script that points to the local computer (".") and then deploy this script by GPO.
Problem : The password is not encrypted at all and could be potentially read by any users. The solution to encrypt in vbe is not a solution neither because, as far as I know, it is quite easy to decrypt it.
Method 2 : A script executed by an administrator that scan computers accounts on the domain and then "push" the new password to them.
Problem : If a computer is not connected when the admin launch the script, the old password will still remain.
To my opinion, the first method could be the best solution (less administrative effort) if I found a way to secure the script.
What method are you using ? Do you have any advices ? :D
Thank you
--
Pascal
- Follow-Ups:
- Re: Change local administrator password ? through GPO or push script ?
- From: Myweb
- Re: Change local administrator password ? through GPO or push script ?
- From: Richard Mueller [MVP]
- Re: Change local administrator password ? through GPO or push script ?
- From: Adam
- Re: Change local administrator password ? through GPO or push script ?
- Prev by Date: Re: 2003 R2 SP2 problem (DNS?)
- Next by Date: Re: ADMT and SID's
- Previous by thread: Re: 2003 R2 SP2 problem (DNS?)
- Next by thread: Re: Change local administrator password ? through GPO or push script ?
- Index(es):
Relevant Pages
|