How to view other attributes in Active Directory Users & C..

G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Hi,

Is there a way to make other attributes, like EmployeeID, visible in the AD
Users & Computers snap-in? I know I can view/edit those attributes using
ADSI Edit, but that program is not user friendly. I want to be able to add
certain properties to users when I create them.

T.I.A.

Evert
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

You need to manage the display specifiers to add context menus to your
administrative tools.
A couple of useful links:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/extending_the_user_interface_for_directory_objects.asp

http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/activedirectory/howto/adschema.mspx

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/display_specifiers.asp

Regards,
/Jimmy
--
Jimmy Andersson, Q Advice AB
Microsoft MVP - Directory Services
---------- www.qadvice.com ----------


"Surfnet" <evdbelt@acta.nl> wrote in message
news:cohs76$e4c$1@voyager.news.surf.net...
> Hi,
>
> Is there a way to make other attributes, like EmployeeID, visible in the
> AD Users & Computers snap-in? I know I can view/edit those attributes
> using ADSI Edit, but that program is not user friendly. I want to be able
> to add certain properties to users when I create them.
>
> T.I.A.
>
> Evert
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Thanks, Jimmy. I'll have a look at that.

Regards,
Evert
"Jimmy Andersson [MVP]" <jimmy_NO_SPAM_@mvps.org> wrote in message
news:e2J$XGu1EHA.1188@tk2msftngp13.phx.gbl...
> You need to manage the display specifiers to add context menus to your
> administrative tools.
> A couple of useful links:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/extending_the_user_interface_for_directory_objects.asp
>
> http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/activedirectory/howto/adschema.mspx
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/display_specifiers.asp
>
> Regards,
> /Jimmy
> --
> Jimmy Andersson, Q Advice AB
> Microsoft MVP - Directory Services
> ---------- www.qadvice.com ----------
>
>
> "Surfnet" <evdbelt@acta.nl> wrote in message
> news:cohs76$e4c$1@voyager.news.surf.net...
>> Hi,
>>
>> Is there a way to make other attributes, like EmployeeID, visible in the
>> AD Users & Computers snap-in? I know I can view/edit those attributes
>> using ADSI Edit, but that program is not user friendly. I want to be able
>> to add certain properties to users when I create them.
>>
>> T.I.A.
>>
>> Evert
>>
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Hello Jimmy,

It says:
Create the property sheet extension DLL. A property sheet extension is a COM
in-proc server that, at a minimum, implements the IShellExtInit and
IShellPropSheetExt interfaces. For more information, see Implementing the
Property Page COM Object.

Does that mean that I have to create a program (dll)? If so, is there no
easy way to click on a checkmark to have an attribute displayed in de Users
& Computers interface?

T.I.A.

Evert


"Jimmy Andersson [MVP]" <jimmy_NO_SPAM_@mvps.org> wrote in message
news:e2J$XGu1EHA.1188@tk2msftngp13.phx.gbl...
> You need to manage the display specifiers to add context menus to your
> administrative tools.
> A couple of useful links:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/extending_the_user_interface_for_directory_objects.asp
>
> http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/activedirectory/howto/adschema.mspx
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/display_specifiers.asp
>
> Regards,
> /Jimmy
> --
> Jimmy Andersson, Q Advice AB
> Microsoft MVP - Directory Services
> ---------- www.qadvice.com ----------
>
>
> "Surfnet" <evdbelt@acta.nl> wrote in message
> news:cohs76$e4c$1@voyager.news.surf.net...
>> Hi,
>>
>> Is there a way to make other attributes, like EmployeeID, visible in the
>> AD Users & Computers snap-in? I know I can view/edit those attributes
>> using ADSI Edit, but that program is not user friendly. I want to be able
>> to add certain properties to users when I create them.
>>
>> T.I.A.
>>
>> Evert
>>
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

Well, no. But there is another way if you're comfortable writing code, and
that is to write your own UI and publish it via IIS...

Regards,
/Jimmy
--
Jimmy Andersson, Q Advice AB
Microsoft MVP - Directory Services
---------- www.qadvice.com ----------


"Evert van de Belt" <evdbelt@acta.nl> wrote in message
news:cok3a7$mig$1@voyager.news.surf.net...
> Hello Jimmy,
>
> It says:
> Create the property sheet extension DLL. A property sheet extension is a
> COM in-proc server that, at a minimum, implements the IShellExtInit and
> IShellPropSheetExt interfaces. For more information, see Implementing the
> Property Page COM Object.
>
> Does that mean that I have to create a program (dll)? If so, is there no
> easy way to click on a checkmark to have an attribute displayed in de
> Users & Computers interface?
>
> T.I.A.
>
> Evert
>
>
> "Jimmy Andersson [MVP]" <jimmy_NO_SPAM_@mvps.org> wrote in message
> news:e2J$XGu1EHA.1188@tk2msftngp13.phx.gbl...
>> You need to manage the display specifiers to add context menus to your
>> administrative tools.
>> A couple of useful links:
>>
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/extending_the_user_interface_for_directory_objects.asp
>>
>> http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/activedirectory/howto/adschema.mspx
>>
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/display_specifiers.asp
>>
>> Regards,
>> /Jimmy
>> --
>> Jimmy Andersson, Q Advice AB
>> Microsoft MVP - Directory Services
>> ---------- www.qadvice.com ----------
>>
>>
>> "Surfnet" <evdbelt@acta.nl> wrote in message
>> news:cohs76$e4c$1@voyager.news.surf.net...
>>> Hi,
>>>
>>> Is there a way to make other attributes, like EmployeeID, visible in the
>>> AD Users & Computers snap-in? I know I can view/edit those attributes
>>> using ADSI Edit, but that program is not user friendly. I want to be
>>> able to add certain properties to users when I create them.
>>>
>>> T.I.A.
>>>
>>> Evert
>>>
>>
>>
>
>