Re: Change local administrator password ? through GPO or push script ?
- From: Myweb <meiweb@xxxxxx>
- Date: Sat, 21 Apr 2007 20:40:00 +0000 (UTC)
Hello Pascal,
Maybe try this one. Create a batch file pass.bat (or whatever) with the content
net user administrator %1 (%1 describes the first entry in the parameter field)
OR
net user %1 %2 (you also can use %1 %2 and add "Username Password" in the parameter field (be aware of the space))
Add this file via GPO to the Default domain policy>Computer configuration>Windows settings>Scripts, STARTUP script and set the parameter with the new parameters you like to use. At the next time the workstation starts up in the domain the local admin password get changed.
The password will only be visible for your domain admins not for the normal user even if he has adminpak installed. The GPO he can not open as a normal user.
Best regards
Myweb
Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.
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
.
- Follow-Ups:
- References:
- Prev by Date: Re: ADFS Development Issues
- Next by Date: Re: lastModifiedBy attribute
- Previous by thread: Re: Change local administrator password ? through GPO or push script ?
- Next by thread: Re: Change local administrator password ? through GPO or push script ?
- Index(es):
Relevant Pages
|
Loading