Folks, did some searching, but coming up dry. Trying to specify that the user I want to query attributes on is the *currently* logged on user (this will run in a logon script). So I think it's just the LDAP path I need help building:

$myuser = GetObject(LDAP://$username etc)
$location = $myuser.physicalDeliveryOfficeName

IOW, I wonder if I can use the Kix $username variable to dynamically build the LDAP path as a user logs in. Thanks again!