I am running scripts quering data using wmi but some of
my systems are not on the domain. How can I specify the
user id and password for computers instead of using
ntml/Kerbose. Such as in this script.
Set objWMIService = GetObject("winmgmts:\\" & strComputer
& "\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * from
Win32_PhysicalMemory",,48)