I want to run VB script connect to remote machines and access their winmgmt. However I want to load these scripts into a web page.
I keep getting ActiveX problems with the 'GetObject' command. Does anyone
have any suggestions? I can specify <object> in header, but this method is
only for 'local' winmgmts service isn't it?
Re: winmgmts not working on some servers ... I wrote a script to set Tab Complition up on a list of servers....winmgmt /clearadap ... (microsoft.public.scripting.vbscript)
Re: winmgmts not working on some servers ... I wrote a script to set Tab Complition up on a list of servers. ... oReg.SetStringValue HKLM, sPath,"CompletionChar",9 ...winmgmt /clearadap ... (microsoft.public.scripting.vbscript)
Re: WMI VBSCRIPT error 0x80041001 ... The following script runs fine on SBS2003 and Vista Business. ... fails with error code 0x80041001 on XP Pro 64-bit, ... After a quick glance the script looks OK, so WMI may be corrupt. ...winmgmt /clearadap ... (microsoft.public.scripting.vbscript)
Nope - Still NO JOY! ...Script does NOT fix problem ... ... | Attempting to install - SQL Server 2005 Express Edition ... if not exist %windir%\system32\wbem goto TryInstall... net stop winmgmt... (microsoft.public.windowsupdate)