Hello All,

I would like to create a script that does the same as the net view command, especialy with the same speed.
When you type in net view in a command prompt you get all the ACTIVE computers on the network.
I need something else then ping to figure out if the machine is online or not. I think it is stored in the DC because net view can do it so fast.
I already know how to list all the computer in my domain, but I just need the online machines. (for deployment.... etc.)
I use the GetObject("WinNT://" but would like the propery list of the computer object.

Any sugestions are welcome