Hello everyone:
I have to install LAPS in my AD and I was thinking of doing it in this way in case there was a failure when making the update of the scheme:
-Block the replication of the DC that has the schema role (it only has that role, the other roles have another DC)
REPADMIN /OPTIONS SERVERNAME +DISABLE_INBOUND_REPL
REPADMIN /OPTIONS SERVERNAME +DISABLE_OUTBOUND_REPL
-Make the change and see if the execution was correct. If it was correct to enable replication again:
REPADMIN /OPTIONS SERVERNAME -DISABLE_INBOUND_REPL
REPADMIN /OPTIONS SERVERNAME -DISABLE_OUTBOUND_REPL
-In case of failure, disconnect the DC from the network, take the schema role(seize) from another DC, reinstall a new DC and clean the remains of the other DC (ntdsutil)
Is a good idea?
What do you think?Thanks!