Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set WMI = GetObject("winmgmts:") error

Status
Not open for further replies.
Apr 26, 2000
12
US
I keep getting the following VBScript runtime error: "File name or class name not found during Automation operation: 'GetObject'", on this statement: Set WMI = GetObject("winmgmts:"), and numerous variations of it. My guess is I don't have something installed. I'm testing on Windows 95, but will wind up running the script on Windows 98, Win2000 and NT. I'm not into VBScript that much, but I've muddled through a few programs. I would really appreciate any help.
 
Many features of WMI are supported on win 95. Dont know if you have scripting support (wsh)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top