D
D
DastiX2015-09-07 12:39:54
C++ / C#
DastiX, 2015-09-07 12:39:54

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

7 answer(s)
R
res2001, 2019-03-30
@res2001

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.

A
Alexander Lamdan, 2019-03-30
@alexander_lamdan

G++, GCC if you are on Unix/Linux systems

V
Vladimir T, 2019-03-31
@32bit_me

MinGW (GCC build for windows), for example.

A
athacker, 2015-09-07
@athacker

Make some external web interface for adding users, and check that all these fields are filled in.

I
Ivan, 2015-09-07
@Amigo83

You can make a user template with filled fields, and just copy new ones from it.

C
chupasaurus, 2015-09-07
@chupasaurus

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.

M
Morgil, 2015-09-08
@Morgil

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 question

Ask a Question

731 491 924 answers to any question