Re: What is the value of <not Set>?



"SRowe" <SRowe@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DFE6FE01-6C7B-498D-ADAD-24DD29EE9EB7@xxxxxxxxxxxxxxxx
> I'm looking at the employeeID attribute in AD. By default it is <not set>,
> according ADSIEdit. How do you write an IF statement to determine if
> employeeID has been set?

I am not familiar with ADSIEdit, but most likely if there is no value set,
the value in a script will be Null, so you could use the IsNull statement.

If IsNull(employeeID) Then {some code}


.



Relevant Pages

  • Re: Possible to hide/secure Attributes on an User Object in LDAP?
    ... After digging around in there with ADSIEDIT, it looks like the Schema part ... change the security on, plus populate with our own data? ... I guess I could create completely new Attributes within the Schema? ... example employeeID is available. ...
    (microsoft.public.windows.server.active_directory)
  • Possible to hide/secure Attributes on an User Object in LDAP?
    ... populated in Active Directory that are available if you use ADSIEDIT. ... example employeeID is available. ... If I use ADSIEDIT I can see I can set the security on the User Object, ... don't know if there is a way to set security only on an attribute, ...
    (microsoft.public.windows.server.active_directory)
  • Re: What is the value of ?
    ... "James Whitlow" wrote: ... >> employeeID has been set? ... > I am not familiar with ADSIEdit, but most likely if there is no value set, ... Prev by Date: ...
    (microsoft.public.scripting.vbscript)
  • What is the value of ?
    ... I'm looking at the employeeID attribute in AD. ... according ADSIEdit. ... Scott ... Prev by Date: ...
    (microsoft.public.scripting.vbscript)
  • updating tables with a form - part 2
    ... Stock Number Field_Add ... EmployeeID Field_Add ... AddDate Field ... Prev by Date: ...
    (microsoft.public.access.modulesdaovba)