Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



Add Employee ID

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 27-02-2007
Jose
 
Posts: n/a
Add Employee ID

All,

How can I add the Employee ID field in our Active Directory Users Properties?
We have a Windows 2003 Domain.

Any help is appreciated.
Reply With Quote
  #2  
Old 27-02-2007
Al Mulnick
 
Posts: n/a
Re: Add Employee ID

Depends on what you mean by "add". Can you expand on the requirements?


"Jose" <Jose@discussions.microsoft.com> wrote in message
news:504B788A-82AB-49EF-8A37-E529DD0F6DD5@microsoft.com...
> All,
>
> How can I add the Employee ID field in our Active Directory Users
> Properties?
> We have a Windows 2003 Domain.
>
> Any help is appreciated.



Reply With Quote
  #3  
Old 27-02-2007
Jose
 
Posts: n/a
Re: Add Employee ID

I want to either create a field to put the employee id under users properties
or create a new tab.

"Al Mulnick" wrote:

> Depends on what you mean by "add". Can you expand on the requirements?
>
>
> "Jose" <Jose@discussions.microsoft.com> wrote in message
> news:504B788A-82AB-49EF-8A37-E529DD0F6DD5@microsoft.com...
> > All,
> >
> > How can I add the Employee ID field in our Active Directory Users
> > Properties?
> > We have a Windows 2003 Domain.
> >
> > Any help is appreciated.

>
>
>

Reply With Quote
  #4  
Old 27-02-2007
Al Mulnick
 
Posts: n/a
Re: Add Employee ID

I don't recommend it, but there are examples of this being done on MSDN.
How's your programming skills? If you feel comfortable doing such a thing,
check out the programming concepts and ideas for the MMC and specifically
look for examples of extending the ADUC.

I do suggest considering using an existing, yet unused field. If you've
deployed Exchange, one of the extended attributes might be useful and is
already exposed by the Exchange mmc.

Does that help?

"Jose" <Jose@discussions.microsoft.com> wrote in message
news:8AB907C4-1569-408C-91DC-85CD7B5883FE@microsoft.com...
>I want to either create a field to put the employee id under users
>properties
> or create a new tab.
>
> "Al Mulnick" wrote:
>
>> Depends on what you mean by "add". Can you expand on the requirements?
>>
>>
>> "Jose" <Jose@discussions.microsoft.com> wrote in message
>> news:504B788A-82AB-49EF-8A37-E529DD0F6DD5@microsoft.com...
>> > All,
>> >
>> > How can I add the Employee ID field in our Active Directory Users
>> > Properties?
>> > We have a Windows 2003 Domain.
>> >
>> > Any help is appreciated.

>>
>>
>>



Reply With Quote
  #5  
Old 27-02-2007
Jose
 
Posts: n/a
Re: Add Employee ID

I have no programming skills.
yes, we do use exchange but I don't see any open\free fields under user
properties.

Thanks anyways

"Al Mulnick" wrote:

> I don't recommend it, but there are examples of this being done on MSDN.
> How's your programming skills? If you feel comfortable doing such a thing,
> check out the programming concepts and ideas for the MMC and specifically
> look for examples of extending the ADUC.
>
> I do suggest considering using an existing, yet unused field. If you've
> deployed Exchange, one of the extended attributes might be useful and is
> already exposed by the Exchange mmc.
>
> Does that help?
>
> "Jose" <Jose@discussions.microsoft.com> wrote in message
> news:8AB907C4-1569-408C-91DC-85CD7B5883FE@microsoft.com...
> >I want to either create a field to put the employee id under users
> >properties
> > or create a new tab.
> >
> > "Al Mulnick" wrote:
> >
> >> Depends on what you mean by "add". Can you expand on the requirements?
> >>
> >>
> >> "Jose" <Jose@discussions.microsoft.com> wrote in message
> >> news:504B788A-82AB-49EF-8A37-E529DD0F6DD5@microsoft.com...
> >> > All,
> >> >
> >> > How can I add the Employee ID field in our Active Directory Users
> >> > Properties?
> >> > We have a Windows 2003 Domain.
> >> >
> >> > Any help is appreciated.
> >>
> >>
> >>

>
>
>

Reply With Quote
  #6  
Old 27-02-2007
Tony Murray
 
Posts: n/a
Re: Add Employee ID

Here's a useful script.

http://www.kouti.com/scripts.htm

Look for employeeID.vbs

Tony
www.activedir.org


"Al Mulnick" wrote:

> I don't recommend it, but there are examples of this being done on MSDN.
> How's your programming skills? If you feel comfortable doing such a thing,
> check out the programming concepts and ideas for the MMC and specifically
> look for examples of extending the ADUC.
>
> I do suggest considering using an existing, yet unused field. If you've
> deployed Exchange, one of the extended attributes might be useful and is
> already exposed by the Exchange mmc.
>
> Does that help?
>
> "Jose" <Jose@discussions.microsoft.com> wrote in message
> news:8AB907C4-1569-408C-91DC-85CD7B5883FE@microsoft.com...
> >I want to either create a field to put the employee id under users
> >properties
> > or create a new tab.
> >
> > "Al Mulnick" wrote:
> >
> >> Depends on what you mean by "add". Can you expand on the requirements?
> >>
> >>
> >> "Jose" <Jose@discussions.microsoft.com> wrote in message
> >> news:504B788A-82AB-49EF-8A37-E529DD0F6DD5@microsoft.com...
> >> > All,
> >> >
> >> > How can I add the Employee ID field in our Active Directory Users
> >> > Properties?
> >> > We have a Windows 2003 Domain.
> >> >
> >> > Any help is appreciated.
> >>
> >>
> >>

>
>
>

Reply With Quote
  #7  
Old 27-02-2007
Al Mulnick
 
Posts: n/a
Re: Add Employee ID

They're advanced if I recall correctly. Turn on the advanced view of the
Exchange enhanced ADUC and have a look at the Exchange advanced tab. You
should see something about extended attributes in there.

Tony posted a link to a vbscript in a previous post that may be of use to
you as well. It doesn't display as you've asked, but it does let you add the
value and will show the current value that is set when you use it.

Al

"Jose" <Jose@discussions.microsoft.com> wrote in message
news:86225E7F-2156-4B94-8F28-D2EA95EFB0E4@microsoft.com...
>I have no programming skills.
> yes, we do use exchange but I don't see any open\free fields under user
> properties.
>
> Thanks anyways
>
> "Al Mulnick" wrote:
>
>> I don't recommend it, but there are examples of this being done on MSDN.
>> How's your programming skills? If you feel comfortable doing such a
>> thing,
>> check out the programming concepts and ideas for the MMC and specifically
>> look for examples of extending the ADUC.
>>
>> I do suggest considering using an existing, yet unused field. If you've
>> deployed Exchange, one of the extended attributes might be useful and is
>> already exposed by the Exchange mmc.
>>
>> Does that help?
>>
>> "Jose" <Jose@discussions.microsoft.com> wrote in message
>> news:8AB907C4-1569-408C-91DC-85CD7B5883FE@microsoft.com...
>> >I want to either create a field to put the employee id under users
>> >properties
>> > or create a new tab.
>> >
>> > "Al Mulnick" wrote:
>> >
>> >> Depends on what you mean by "add". Can you expand on the
>> >> requirements?
>> >>
>> >>
>> >> "Jose" <Jose@discussions.microsoft.com> wrote in message
>> >> news:504B788A-82AB-49EF-8A37-E529DD0F6DD5@microsoft.com...
>> >> > All,
>> >> >
>> >> > How can I add the Employee ID field in our Active Directory Users
>> >> > Properties?
>> >> > We have a Windows 2003 Domain.
>> >> >
>> >> > Any help is appreciated.
>> >>
>> >>
>> >>

>>
>>
>>



Reply With Quote
  #8  
Old 27-02-2007
Richard Mueller [MVP]
 
Posts: n/a
Re: Add Employee ID

Just to clarify, user objects already have an employeeID attribute, it just
does not appear anywhere in ADUC. You can assign and retrieve values in
code. The trick is to extend ADUC to display the value. Or, you can use ADSI
Edit to assign values.

--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
--

"Al Mulnick" <amulnick_No_SPAM@ncDOTrr.com> wrote in message
news:ekoG%23vhWHHA.4180@TK2MSFTNGP06.phx.gbl...
> They're advanced if I recall correctly. Turn on the advanced view of the
> Exchange enhanced ADUC and have a look at the Exchange advanced tab. You
> should see something about extended attributes in there.
>
> Tony posted a link to a vbscript in a previous post that may be of use to
> you as well. It doesn't display as you've asked, but it does let you add
> the value and will show the current value that is set when you use it.
>
> Al
>
> "Jose" <Jose@discussions.microsoft.com> wrote in message
> news:86225E7F-2156-4B94-8F28-D2EA95EFB0E4@microsoft.com...
>>I have no programming skills.
>> yes, we do use exchange but I don't see any open\free fields under user
>> properties.
>>
>> Thanks anyways
>>
>> "Al Mulnick" wrote:
>>
>>> I don't recommend it, but there are examples of this being done on MSDN.
>>> How's your programming skills? If you feel comfortable doing such a
>>> thing,
>>> check out the programming concepts and ideas for the MMC and
>>> specifically
>>> look for examples of extending the ADUC.
>>>
>>> I do suggest considering using an existing, yet unused field. If you've
>>> deployed Exchange, one of the extended attributes might be useful and is
>>> already exposed by the Exchange mmc.
>>>
>>> Does that help?
>>>
>>> "Jose" <Jose@discussions.microsoft.com> wrote in message
>>> news:8AB907C4-1569-408C-91DC-85CD7B5883FE@microsoft.com...
>>> >I want to either create a field to put the employee id under users
>>> >properties
>>> > or create a new tab.
>>> >
>>> > "Al Mulnick" wrote:
>>> >
>>> >> Depends on what you mean by "add". Can you expand on the
>>> >> requirements?
>>> >>
>>> >>
>>> >> "Jose" <Jose@discussions.microsoft.com> wrote in message
>>> >> news:504B788A-82AB-49EF-8A37-E529DD0F6DD5@microsoft.com...
>>> >> > All,
>>> >> >
>>> >> > How can I add the Employee ID field in our Active Directory Users
>>> >> > Properties?
>>> >> > We have a Windows 2003 Domain.
>>> >> >
>>> >> > Any help is appreciated.
>>> >>
>>> >>
>>> >>
>>>
>>>
>>>

>
>



Reply With Quote
  #9  
Old 01-03-2007
Joe Richards [MVP]
 
Posts: n/a
Re: Add Employee ID

http://msdn2.microsoft.com/en-us/library/ms676902.aspx

--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net


---O'Reilly Active Directory Third Edition now available---

http://www.joeware.net/win/ad3e.htm


Jose wrote:
> All,
>
> How can I add the Employee ID field in our Active Directory Users Properties?
> We have a Windows 2003 Domain.
>
> Any help is appreciated.

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Add Employee ID"
Thread Thread Starter Forum Replies Last Post
Which is the Best Employee Scheduling Software Raveroy Polls & Voting 8 07-11-2011 03:12 PM
Need Employee Monitoring software Nihar Khan Windows Software 8 24-09-2011 02:09 AM
How to handle employee's behaviour ? Grayson Education Career and Job Discussions 3 18-11-2010 01:30 AM
Apple Employee Discount Algonkin Portable Devices 6 25-07-2010 07:23 AM
Employee ID field Brion Active Directory 2 17-09-2009 12:23 PM


All times are GMT +5.5. The time now is 04:50 PM.