sComputerName$ = "TheVilla"
Const WMI_PATH_NAME = "winmgmts:{impersonationLevel=impersonate}!\\"
Set BiosSet = GetObject(WMI_PATH_NAME & sComputerName$ &
"\root\cimv2").InstancesOf("Win32_ComputerSystem")
Has this call changed in Vista? Is there a different syntax for it now?
JW