|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
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 > > > |
|
#4
|
|||
|
|||
|
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 >> >> >> |
|
#5
|
|||
|
|||
|
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 |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
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 |