Change Local Administrator Password on 9000 WS via AD


Go Back   Computer Help Articles > Windows XP Setup Deployment
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 06:17 AM
loafclover
 
Posts: n/a
Default Change Local Administrator Password on 9000 WS via AD

We need to change local administrator password on 9000 workstartion and was
wondering if this can be done by creating a script and deploying it by AD.

Can someone please help and advise. Any help would be grately appreciated.

Thanks
Reply With Quote
  #2  
Old 01-05-2006, 06:17 AM
Rodney Buike [MVP - Directory Services]
 
Posts: n/a
Default Re: Change Local Administrator Password on 9000 WS via AD

http://www.vbskrypt.com/index.php?/a...Computers.html

That should help, or at least get you going in the right direction.

Rod

"loafclover" <loafclover@discussions.microsoft.com> wrote in message
news:C4777484-8010-4166-8E85-D737DC0B65C0@microsoft.com...
> We need to change local administrator password on 9000 workstartion and
> was
> wondering if this can be done by creating a script and deploying it by AD.
>
> Can someone please help and advise. Any help would be grately appreciated.
>
> Thanks



Reply With Quote
  #3  
Old 01-05-2006, 06:17 AM
loafclover
 
Posts: n/a
Default Re: Change Local Administrator Password on 9000 WS via AD

Hi Rodney,
Many thanks for your reply. I have had a look and have a
question for you. Would this be an automated process or manual as in do I
have to type the computer name individually for each client machine that
needs local admin password resetting ?

What I would ideally like to do is change local admin password on all the
9000 clients by implementing a group policy which will run this script.

Please advise.

Thanks.


"Rodney Buike [MVP - Directory Services]" wrote:

> http://www.vbskrypt.com/index.php?/a...Computers.html
>
> That should help, or at least get you going in the right direction.
>
> Rod
>
> "loafclover" <loafclover@discussions.microsoft.com> wrote in message
> news:C4777484-8010-4166-8E85-D737DC0B65C0@microsoft.com...
> > We need to change local administrator password on 9000 workstartion and
> > was
> > wondering if this can be done by creating a script and deploying it by AD.
> >
> > Can someone please help and advise. Any help would be grately appreciated.
> >
> > Thanks

>
>
>

Reply With Quote
  #4  
Old 01-05-2006, 06:17 AM
Rodney Buike [MVP - Directory Services]
 
Posts: n/a
Default Re: Change Local Administrator Password on 9000 WS via AD

That would do one at a time manually.

Try this

sPassword = "" ' put your static password here
sComputer = "."
Set oUser = GetObject("WinNT://" & sComputer & "/Administrator, user")
WScript.Echo "changing the password on " & sComputer & " to " & sPassword
oUser.SetPassword "'" & sPassword & "'"
oUser.SetInfo
If (err.Number <> 0) Then
MsgBox Err.Description,,"Error!"
Else
MsgBox "Password Change is complete",,"Completed"
End if


--
Rodney Buike
MVP Windows Server - Directory Services

http://thelazyadmin.com

"loafclover" <loafclover@discussions.microsoft.com> wrote in message
news:6FC4779C-9F26-4126-B755-D606C5F67591@microsoft.com...
> Hi Rodney,
> Many thanks for your reply. I have had a look and have a
> question for you. Would this be an automated process or manual as in do I
> have to type the computer name individually for each client machine that
> needs local admin password resetting ?
>
> What I would ideally like to do is change local admin password on all the
> 9000 clients by implementing a group policy which will run this script.
>
> Please advise.
>
> Thanks.
>
>
> "Rodney Buike [MVP - Directory Services]" wrote:
>
>> http://www.vbskrypt.com/index.php?/a...Computers.html
>>
>> That should help, or at least get you going in the right direction.
>>
>> Rod
>>
>> "loafclover" <loafclover@discussions.microsoft.com> wrote in message
>> news:C4777484-8010-4166-8E85-D737DC0B65C0@microsoft.com...
>> > We need to change local administrator password on 9000 workstartion and
>> > was
>> > wondering if this can be done by creating a script and deploying it by
>> > AD.
>> >
>> > Can someone please help and advise. Any help would be grately
>> > appreciated.
>> >
>> > Thanks

>>
>>
>>



Reply With Quote
  #5  
Old 01-05-2006, 06:17 AM
Cary Shultz
 
Posts: n/a
Default Re: Change Local Administrator Password on 9000 WS via AD

This is a very common question in the AD news group. Look at cusrmgr.....

--
Cary W. Shultz
Roanoke, VA 24012
"loafclover" <loafclover@discussions.microsoft.com> wrote in message
news:C4777484-8010-4166-8E85-D737DC0B65C0@microsoft.com...
> We need to change local administrator password on 9000 workstartion and
> was
> wondering if this can be done by creating a script and deploying it by AD.
>
> Can someone please help and advise. Any help would be grately appreciated.
>
> Thanks



Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgraded to 7.5 and now i'm having error 80048820 while logging in JohnHLP Windows XP Messenger 0 01-05-2006 07:48 AM
Local admin rights not flowing through Eric Windows XP Security Admin 5 01-05-2006 05:42 AM
Local Audit Policy - Administrator cannot change? James Garrison Windows XP Security Admin 5 01-05-2006 04:31 AM
Long delay before Drives & Files appear in My Computer & Address Bar shizzlenizzlator@gmail.com Windows XP Help and Support 3 01-05-2006 02:44 AM
change proxy to local host ghost Windows XP Basics 0 01-05-2006 02:04 AM


All times are GMT. The time now is 05:32 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Change Local Administrator Password on 9000 WS via AD