In fact, if you liked that way of doing things, you can use that method to check their home directory as well as other properties:

code:
$obj = GetObject("WinNT://$domain/$userid,user")
"User's Home directory is: " $obj.HomeDirectory ?
"User's Logon Script is: " $obj.LoginScript ?

Brian