Re: Command line error on W2K, but NOT on XP.
Tech-Archive recommends: Fix windows errors by optimizing your registry
- From: "Michael Harris \(MVP\)" <mikhar at mvps dot org>
- Date: Mon, 13 Nov 2006 16:17:39 -0800
chief123 wrote:
I have a script I am using to change the password of an existing local
account on our W2K and XP workstations. The script runs great on the
XP boxes, but when I tried it on a W2Ksp4 workstation I get an error
80005000 on the following line:
Set objUser = GetObject("WinNT://" & strComputer & "/testuser, user")
I verified the account does exist on this workstation. Perhaps a
compatiability issue?
Try removing the space between the comma and the word user...
This:
"/testuser,user"
Not this:
"/testuser, user"
--
Michael Harris
Microsoft MVP Scripting
.
Relevant Pages
- Re: what is the correct procedure to join a worsktation to a domain
... I did that and roaming profile does not update nor the script. ... roaming profile except admin account. ... replace old workstation ws21 HD to bigger one. ... (microsoft.public.windows.server.sbs) - Protecting against dDOS bots (was: Newbie php problem)
... The form mail script posted that was used, ... requires the applicant to pass some kind of Turing test, ... Turing test if the account balance ever drops to zero. ... Log into the same account repeatedly, which consumes your credit ... (alt.php) - Re: Entourage account setup applescript not working
... I pasted the script at the end just in case. ... When comparing the account settings on 2 computers, ... This script assists a user with the setup of his Exchange account ... Customize the network and server properties below with information ... (microsoft.public.mac.office.entourage) - Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)
... Restarting Windows 2000 resolved the problem for this particular account, ... confused when it sees a duplicate SID. ... > One way to get SQL Server to agree with the renamed NT ... > Preview (to ensure the script was created), ... (microsoft.public.sqlserver.security) - Re: Trust relationship between this workstation and Primary Domain
... it, with a new computer ID, a new workgroup ID, but again to no avail. ... password policy, renamed admin account, automatic updates are controlled by ... * PLEASE post all messages and replies in the newsgroups ... "Workstation ... (microsoft.public.win2000.networking) |
|