Answer the question
In order to leave comments, you need to log in
Required fields when creating a user in Active Directory?
Can you please tell me how to make certain fields in the user card required to be filled in when creating it?
And if it will be possible to use a mask or regular expressions when filling them, then generally super!
Answer the question
In order to leave comments, you need to log in
Microsoft has a compiler separate from VS called Build Tools for Visual Studio. Despite the fact that it is "for Visual Studio", but you can put it separately and build projects.
On account of what to choose - for Windows, a microsoft compiler. As a variant of mingw, but msvc is better, IMHO.
For niks - gcc, clang and so on.
Make some external web interface for adding users, and check that all these fields are filled in.
You can make a user template with filled fields, and just copy new ones from it.
In short, you need to change the scheme. BUT the fields you need must be filled in for ALL users, including service users, so it's easier to make a script check for filling in the required fields.
How and with what you will fill them is your concern. In AD itself, this is problematic to configure.
There are 3rd-party solutions that can do this. For example, here www.adaxes.com/tutorials_SimplifyingDataEntry_Make... Here you can fill in everything through a beautiful web interface, which will at the same time check the required fields, automatically generate the missing ones, and that's it. But it's for the money. If there is no money, then you need to sculpt your own crutches either in the form of a script or in the form of a web muzzle.
Oh yes, in the first case, the scheme does not need to be expanded.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question