Having some problems retrieving the logonWorkstation user attribute from Active Directory. I'm assuming the attribute I need is logonWorkstation (i.e. From ADUC, on a user's profile, it's on the Account tab, "Log On To...". Used to lock an ID down to only be able to login to specific workstations).
I have no issues with any of the other attributes I want to pull in this VBscript i.e. samaccountname, description, DN, CN, etc. but for some reason this one is giving me a hassle.
I know the canonicalName attribute you have to read into an array, but I can't get the array method to work either. Any secrets out there on this field?
=================
There are 10 kinds of people in this world, those that understand binary and those that do not.
I have no issues with any of the other attributes I want to pull in this VBscript i.e. samaccountname, description, DN, CN, etc. but for some reason this one is giving me a hassle.
I know the canonicalName attribute you have to read into an array, but I can't get the array method to work either. Any secrets out there on this field?
=================
There are 10 kinds of people in this world, those that understand binary and those that do not.