AD Admin account to be disabled when employee quits

I have case where customer would like to disable AD Admin accounts when person is left.

There are currently lot of admin accounts created directly in AD, first we would need to map them to identity, but we don't want to update information / birth rights to them. We just would need to disable those accounts when person is left. Persons do also have another AD account which they use in daily life, but those admin accounts are used to sign shared servers etc.

What is the preferred way to handle this kind of  scenario?

Parents Reply
  • There are two different mechanism behind these. 

    1. For the mapping in the Synchronization editor the logic is in the synchronization editor. This logic comes in to use with each synchronization.

    2. The domain search criteria is uses the logic from the script ADS_PersonAuto_Mapping_ADSAccount. Use of this logic may be configured with the configuration parameters and it is triggered as an post process after a syncrhonization that runs through job service.

    By the way you could as well customize the script ADS_PersonAuto_Mapping_ADSAccount to solve your case.

Children