Thanks Howard...just checking one thing. Can I be sure this will work with 3.63? I tried to carve down just enough to display the user's Location. But this code...

; *********************
$sysinfo = CreateObject("adsysteminfo")

; Get user's distinguished name (DN) ...
$username = $sysinfo.username

?"ADsPath = $username"

$UserObj = GetObject("LDAP://@Ldomain/$ADsPath")
$Location = $UserObj.PhysicalDeliveryOfficeName
? $Location

;***********************************

Returns this:

adsysteminfo
ADsPath = 0LDAP://CINTAS/$AdsPath
0

Thanks!