RE: change password from administrator on workstations



Here is the script that you can deploy it on the workstations to require them
to change password:
"Set objUser = GetObject _
("LDAP://CN=myerken,OU=management,DC=Fabrikam,DC=com";)

objUser.Put "pwdLastSet", 0
objUser.SetInfo"

IF THAT WHAT DID YOU WANT, PRESS ON THE YES BUTTON BELOW :)

Regards,

"dtp7171600" wrote:

> Hello,
>
> I have a network with 1 2003 domain controller.
> I want to use group policy to change the password
> from the local administrator on my workstations.
> Is this possible?
>
> Thanks,
>
.