Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Programming in WMI
- I am new in writing program in WMI. I have a syntax error is my first program in the For statement when run listed below.Can anyone help me out?dim objWMIFor Each objWMI In GetObject("winmgmts:rootcimv2").InstanceOf("Win32_Service") Wscript.EchoobjWMI.NameNextHere would be my steps to resolving the error.1. Instantiate your Win32_Service object before the for loop block.2....
- Tags: Error Resume Next strComputer, kaypaul@..., objWMI, programming, Win32_Service, WMI
- Q&A 2005-01-27
Additional Resources
- Netdde on W2000
- Hi all,we use an application named InTouch 7.1.It was written for NT, but we install it on W2000. It seems to work for the main features, but same secondary features based on NETDDE protocol doesn't run. The SW support told us that it doesn't work becasue w2000 doesn't support NETDDE,...
- Tags: 2000 os, ginone70, NetDDE, objService, strComputer, W2000, windows
- Discussion threads 2005-12-01
- How do I send the VBScript Output to my Email?
- I am using the below script to find out the status of the Windows Services in the Server. How can i send the output to my email instead of showing it on the desktop?strComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\" & strComputer & "rootcimv2")Set colServices...
- Tags: bhnizam79@..., Set objWMIService, strComputer, e-mail, Microsoft VBScript
- Discussion threads 2007-10-04
- Delve deeper into WMI scripting for Windows administration
- When managing Windows in the enterprise, it's practically imperative that you take advantage of scripting in order to automate administrative tasks across a large number of client systems.Previously, I introduced the idea of managing resources with scripts using Windows Management Instrumentation WMI. I covered using the tool to bind to...
- Tags: WMI, Allen V. Rouse MCSE, MCDBA, CCNA, Microsoft Windows, namespace
- Technical articles 2004-02-17
- Automate Windows administration with WMI scripting
- Consider this scenario: Your company's configuration standards committee has determined that seven of the Windows XP services that are running by default should be disabled on each workstation on which Windows XP is installed. One of them, they believe, may be a security risk, while the others simply are not...
- Tags: WMI, Allen V. Rouse MCSE, MCDBA, CCNA, Microsoft Windows, computer, VBS
- Technical articles 2004-04-23
- Automate Windows administration with WMI scripting
- This article has been reprinted from TechProGuild. If you find this article helpful, subscribe to TechProGuild to get access to all of our in-depth technical articles. Sign up now for a FREE 30-day trial. All the articles on our site that include a green $ icon are available only to...
- Tags: Allen V. Rouse MCSE, MCDBA, CCNA, computer, Microsoft Windows, VBS, WMI
- Technical articles 2004-04-16
- << Previous
- page 1 of 1
- Next >>