Why would I do that? I managed to find it on my own... not very speedy responses on this message board. Kinda disapointing.

Anyway, if anyone else is interested in learning how I found if a user has a modem installed, I simply have kix check the registry for a certain key like:

$modem = ReadValue("HKEY_LOCAL_MACHINE\Software\Microsoft\RAS\Tapi Devices\Unimodem", "Friendly Name")

Then you could use that value in anyway you need. Maybe something like:

If ($modem = "") = 0
{then do something because the user has a modem}
Else
{do something else because no modem was found}
EndIf

That has tested out positive on a diversity of machines. Glad I could help.... myself.

Thanks anyway! [Razz]
_________________________
Ganiman