Re: Pushing out a password CHange

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Greg Green wrote:
> Hi All,
> Im trying to find out if its possible to push out a change in username and
> password on the local machines for our domain.
> Why you ask? ... well..... currently we have around 8 passwords from 3
> previous mergers and noone competant enough in the past to change and manage
> the systems. Now i'd like to have a unified user/password as admin account
> on localmachines this is happening to all machines on our network,
> workstations and servers (different password obviously :p).
>
> Regards,
>
> Greg Green
>
>
>

You can create a script file to affect the change (e.g. net user
commands in a batch file) and assign the script to the computers via a
computer startup script GPO. Of course, this assumes that all your
clients can participate in group policy.

For instance, the command "net user administrator %1" will change the
local administrator password. You can supply the password itself as a
parameter for the script file in the GPO (that's where the %1 comes in;
it's a placeholder for the first parameter fed to the script); assign
the AGP right to "domain computers" or whatever security group you wish
(with computer accounts, not user accounts, as members); revoke the
Authenticated Users read and AGP rights to protect the GPO and its
settings, since it contains sensitive passwords.
.



Relevant Pages

  • Re: Login Script user exclusions
    ... You might be able to paste the code below into your script. ... If the list of computers is long this approach might not work, ... Make sure the login script is defined to run via the GPO, ...
    (microsoft.public.windows.server.scripting)
  • Re: Group policy does not apply correctly .. please comment
    ... user policy to be different on some specific computers (e.g terminal servers ... You need to put the logon script into a separate GPO that is linked to ...
    (microsoft.public.windows.group_policy)
  • Re: Computers didnt receive the GPO update on reboot
    ... reboot or script it. ... > selected the startup script properties of my GPO. ... > computers into, it works fine on next reboot. ... > into a new OU in order to have my new startup script working.. ...
    (microsoft.public.win2000.active_directory)
  • Multiple GPOs for Computer and User OUs?
    ... and another OU for the group of Students. ... I have created a GPO and associated it with the Students ... I have created other GPOs for each OU of computers to run ... a logon script, ...
    (microsoft.public.win2000.group_policy)
  • Re: Finding users in local admin groups
    ... > Here is a vbscript that you can run against a remote computer that moves ... > *local* users except 'Administrator) from the Administrators group to the ... You should also add to the script logging to a file of the ... > you moved on what computers. ...
    (microsoft.public.win2000.security)