Ask a Question related to Windows Server, Design and Development.
-
Sarah Tanembaum #1
Re: Enable additional users properties in Active Directory users and Computers
"Mike Brannigan [MSFT]" <mikebran@online.microsoft.com> wrote in message
news:O5qGXY1XEHA.808@tk2msftngp13.phx.gbl...[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/display_specifiers.asp[/url]> "Mail Man" <this4meonly@yahoo.com> wrote in message
> news:2753502d.0407010033.348ae6d4@posting.google.c om...> U&C> > When I looked at the users properties in Schema
> >
> > I found a lot of users properties which is not showing by default in AD>> > like employeeID
> > is there any tool or script which allow me to Read/write from shecma
> > or can I play with registry to view it from U&C MMC
> > Thanks 4 your time
> You can use ADSI scripting to directly use these additional attributes.
>
> If you want them to use available in the MMC then you will need to more
> development around the use of Display Specifiers see
>Does MS supply an easy-to-use GUI tools to modify/extend the schema instead>
> --
>
> Regards,
>
> Mike
> --
> Mike Brannigan [Microsoft]
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights
>
> Please note I cannot respond to e-mailed questions, please use these
> newsgroups
>
> "Mail Man" <this4meonly@yahoo.com> wrote in message
> news:2753502d.0407010033.348ae6d4@posting.google.c om...> U&C> > When I looked at the users properties in Schema
> >
> > I found a lot of users properties which is not showing by default in AD>> > like employeeID
> > is there any tool or script which allow me to Read/write from shecma
> > or can I play with registry to view it from U&C MMC
> > Thanks 4 your time
>
of just using the command line such as LDIFDE and CSVDE?
If yes, what's the name of it and where to get it? If not, is there 3rd
party that does it? Thanks
Sarah Tanembaum Guest
-
Active Content - Flash - fix for Contribute Users
Greetings, I have a group of users that use Contribute. Many of these users create Flash Paper forms and embed them in a standard template. These... -
MSI file installation fails on computers with logged-inrestricted users
I'm trying to package Flash Player 8b for silent distribution via Microsoft SMS. My package works correctly on computers where a logged in user is... -
should users enable extensions installed by admin?
When administrators install extensions, they are supposed to become usable by individual users. When a user looks for installed extensions, all... -
Active Directory Role-Based Authentication Fails for Users - Local
Developed a web-based application that queries active directory for roles to associate the appropriate functionality to the user. After a recent... -
Exporting users that below to a certain group - windows 2003 active directory
Is there any tool or script that will export the users names from a certain group from the active directory? I tried ldifde but it exports the cn... -
Mike Brannigan [MSFT] #2
Re: Enable additional users properties in Active Directory users and Computers
The Schema Manager MMC snap-in allows for schema modifications through a
GUI.
See the Help and Support use the topic Schema snap-in to search for.
This will tell you how to add the MMC etc.
My only concern is that if you are asking this question are you ready to
make a schema change, do you understand the full ramifications of what you
are planning and do you have al the appropriate planning, and testing done
or ready prior to this.
--
Regards,
Mike
--
Mike Brannigan [Microsoft]
This posting is provided "AS IS" with no warranties, and confers no
rights
Please note I cannot respond to e-mailed questions, please use these
newsgroups
"Sarah Tanembaum" <sarahtanembaum@yahoo.com> wrote in message
news:2kkckhF3964pU1@uni-berlin.de...AD>
> "Mike Brannigan [MSFT]" <mikebran@online.microsoft.com> wrote in message
> news:O5qGXY1XEHA.808@tk2msftngp13.phx.gbl...> > "Mail Man" <this4meonly@yahoo.com> wrote in message
> > news:2753502d.0407010033.348ae6d4@posting.google.c om...> > > When I looked at the users properties in Schema
> > >
> > > I found a lot of users properties which is not showing by default in[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/display_specifiers.asp[/url]>> > U&C> >> > > like employeeID
> > > is there any tool or script which allow me to Read/write from shecma
> > > or can I play with registry to view it from U&C MMC
> > > Thanks 4 your time
> > You can use ADSI scripting to directly use these additional attributes.
> >
> > If you want them to use available in the MMC then you will need to more
> > development around the use of Display Specifiers see
> >AD> >
> > --
> >
> > Regards,
> >
> > Mike
> > --
> > Mike Brannigan [Microsoft]
> >
> > This posting is provided "AS IS" with no warranties, and confers no
> > rights
> >
> > Please note I cannot respond to e-mailed questions, please use these
> > newsgroups
> >
> > "Mail Man" <this4meonly@yahoo.com> wrote in message
> > news:2753502d.0407010033.348ae6d4@posting.google.c om...> > > When I looked at the users properties in Schema
> > >
> > > I found a lot of users properties which is not showing by default ininstead>> > U&C> >> > > like employeeID
> > > is there any tool or script which allow me to Read/write from shecma
> > > or can I play with registry to view it from U&C MMC
> > > Thanks 4 your time
> >
> Does MS supply an easy-to-use GUI tools to modify/extend the schema> of just using the command line such as LDIFDE and CSVDE?
>
> If yes, what's the name of it and where to get it? If not, is there 3rd
> party that does it? Thanks
>
>
Mike Brannigan [MSFT] Guest
-
Sarah Tanembaum #3
Re: Enable additional users properties in Active Directory users and Computers
Thanks Mike.
I'm not sure. Perhaps one should be careful modifying such as any> make a schema change, do you understand the full
> ramifications of what you are planning and do you
> have al the appropriate planning, and testing done
> or ready prior to this.
attributes, methods, and/or classes that are being used by Windows Systems
and Apps;
But adding attributes, methods, and/or classes, beside the initial
replication rammafication such as schema change propagation, data
synchronization, perhaps other latencies issues, what other things one
should worry about?
Thanks for your kind advice.
Sarah
"Mike Brannigan [MSFT]" <mikebran@online.microsoft.com> wrote in message
news:uXgfjFCYEHA.3308@TK2MSFTNGP10.phx.gbl...attributes.> The Schema Manager MMC snap-in allows for schema modifications through a
> GUI.
> See the Help and Support use the topic Schema snap-in to search for.
> This will tell you how to add the MMC etc.
>
> My only concern is that if you are asking this question are you ready to
> make a schema change, do you understand the full ramifications of what you
> are planning and do you have al the appropriate planning, and testing done
> or ready prior to this.
>
> --
>
> Regards,
>
> Mike
> --
> Mike Brannigan [Microsoft]
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights
>
> Please note I cannot respond to e-mailed questions, please use these
> newsgroups
>
> "Sarah Tanembaum" <sarahtanembaum@yahoo.com> wrote in message
> news:2kkckhF3964pU1@uni-berlin.de...> AD> >
> > "Mike Brannigan [MSFT]" <mikebran@online.microsoft.com> wrote in message
> > news:O5qGXY1XEHA.808@tk2msftngp13.phx.gbl...> > > "Mail Man" <this4meonly@yahoo.com> wrote in message
> > > news:2753502d.0407010033.348ae6d4@posting.google.c om...
> > > > When I looked at the users properties in Schema
> > > >
> > > > I found a lot of users properties which is not showing by default in> > > U&C
> > > > like employeeID
> > > > is there any tool or script which allow me to Read/write from shecma
> > > > or can I play with registry to view it from U&C MMC
> > > > Thanks 4 your time
> > >
> > > You can use ADSI scripting to directly use these additionalmore> > >
> > > If you want them to use available in the MMC then you will need to[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/display_specifiers.asp[/url]>> >> > > development around the use of Display Specifiers see
> > >> AD> > >
> > > --
> > >
> > > Regards,
> > >
> > > Mike
> > > --
> > > Mike Brannigan [Microsoft]
> > >
> > > This posting is provided "AS IS" with no warranties, and confers no
> > > rights
> > >
> > > Please note I cannot respond to e-mailed questions, please use these
> > > newsgroups
> > >
> > > "Mail Man" <this4meonly@yahoo.com> wrote in message
> > > news:2753502d.0407010033.348ae6d4@posting.google.c om...
> > > > When I looked at the users properties in Schema
> > > >
> > > > I found a lot of users properties which is not showing by default in> instead> >> > > U&C
> > > > like employeeID
> > > > is there any tool or script which allow me to Read/write from shecma
> > > > or can I play with registry to view it from U&C MMC
> > > > Thanks 4 your time
> > >
> > >
> > Does MS supply an easy-to-use GUI tools to modify/extend the schema>> > of just using the command line such as LDIFDE and CSVDE?
> >
> > If yes, what's the name of it and where to get it? If not, is there 3rd
> > party that does it? Thanks
> >
> >
>
Sarah Tanembaum Guest



Reply With Quote

