S
Simon Chung-Jen Chuang
Hello,
I use the following ASP code to access Active Directory's property:
Dim objUser
Set objUser = GetObject("WinNT://myDomain/UserId")
I can get objUser.FullName. But when I try to get objUser.Division, there
occurs an error.
Can you tell me how to get objUser.Division?
Thanks,
Simon
I use the following ASP code to access Active Directory's property:
Dim objUser
Set objUser = GetObject("WinNT://myDomain/UserId")
I can get objUser.FullName. But when I try to get objUser.Division, there
occurs an error.
Can you tell me how to get objUser.Division?
Thanks,
Simon