How to replicate and configure an Active Directory DC test

I have .Net code that will read / write to our local Active Directory domain. The reading part has been tested and works fine, but I want to check the "recording" part. My application will modify some user profiles in the active directory, but I do not want to implement this on a real server just in case something breaks. What is the best approach to testing the write function without risking a server crash?

Is there a way to replicate Active Directory to another server and run tests on this new server, unlike the original Active Directory domain? I was thinking of adding a test machine as an additional domain controller to my domain so that it copies the schema. Then, taking it out of the network and running tests on it, and if it breaks, our real domain does not affect it.

Can someone tell me what is the best approach to do this? The more detailed, the better .. Thank you.

+3
source share
1 answer

You have basically two options:

1) AD . , , , . .

2) AD LDS (Active Directory ) - AD/AM (Active Directory/Application Mode). Windows-, Windows XP Vista. "" AD - , .

+7

Source: https://habr.com/ru/post/1715541/


All Articles