Hi All,
I need all the computers in the WORKGROUP. I tried the
Dim objComputers
Set objComputers = GetObject("WinNT://WORKGROUP")
But it is Active Directory object. Is there any way to get the computers without WinNT://?
Thanks in advance
-Ganesh