RESOLVED ==>(null): 0x80005000 by Bill
Bill
Mon Dec 29 13:34:41 CST 2003
Well, it seems that on my system if there's a space between the "," and "user"
the script blows up.
Administrator, user <== will NOT work
Administrator,user <== will work
Runs fine!
In article <bspqqf0jqd@drn.newsguy.com>, Bill Burke says...
>
>Gavin,
>
>I'm using W2K Pro SP4. My system is a member of a W2K domain....
>
>WSH version is v5.6
>
>In article <#U876uizDHA.1708@TK2MSFTNGP12.phx.gbl>, Gavin Garley says...
>>
>>Works like a champ for me on XP and 2k Bill.
>>
>>What OS are you using?
>>
>>WSH version?
>>
>>
>>Gavin D. Garley
>>
>>
>>"Bill Burke" <Bill_member@newsguy.com> wrote in message
>>news:bspk2402v55@drn.newsguy.com...
>>> I copied the below script straight from the Microsoft Scripting Center -
>>and it
>>> won't run on my PC. I am a domain admin and a local admin. I get the
>>following
>>> error: (null): 0x80005000
>>>
>>> Any suggestions?
>>>
>>> TIA,
>>> Bill Burke
>>> bill@2burkes.com
>>>
>>> '****************************************
>>> strComputer = "."
>>> Set objUser = GetObject("WinNT://" & strComputer & "/Administrator, user")
>>> objUser.SetPassword "<newpassword>"
>>> objUser.SetInfo
>>> '****************************************
>>>
>>
>>
>