Writing scripts for remote computer management can save man-hours and shoe leather. But like any part of Windows, it has to be properly secured, or you risk opening up your network to the bad guys.
WMI is the acronym for Windows Management Instrumentation, a COM based Microsoft technology used to retrieve system related information. You can use this technology to retrieve the CPU ID, MAC ID, etc ...
I had a major issue with WMI yesterday and I'm not in a very good mood.<BR><BR>Does anyone know what causes the %SystemRoot%\System32\Wbem\Repository to corrupt ...
got a win2k system, multihomed (2 nics on different subnets). not in ads btw<P>want to be able to disable one nic periodically. ideally i want to do this through a script that i can call through ...