Get Host ID of all computers?

I need a quick Analyses to get VOL information of every machine, can someone help? This is typically received by typing VOL at command prompt.

Thanks,

Sno

sounds like the classic 1-2 punch.

Take an action

dos  vol > c:\temp
setting "vol" = "{line 2 of file "c:\temp" }" on "{parameter "action issue date" of action}" for client
del c:\temp

Thanks, Brolly. But I need an Analyses for this.

q: (string value of property "name" of it, last 8 of (integer value of it as hexadecimal) of property "SerialNumber" of it) of select objects "name,SerialNumber from win32_volume" of wmi

3 Likes

thanks alot for your help, Brolly…