Delete Sync user by shifting to particular OU.

Delete Sync user by shifting to particular OU.

If the user needs to get deleted when the user is shifted to a  particular OU in  Active Directory.

The advice is to change the permission of that particular OU, by denying the read access for the user who configured in the product for the particular domain.

Say, if "dk" is the OU allocated for moving the resigned users in Active Directory.

Say user "sample" is configured in domain configuration in the product, then restrict access of the OU "dk" for the user "sample".

So that while importing the OU "dk" is not accessible and the users in that OU will be considered as deleted.

Thus as a result the users in the OU "dk" get deleted from the product.

Below is the view of OUs in AD



Deny read access to the user "sample"



Configure the corresponding user "sample" in the product


So that while listing  OUs in SDP omits the OU "dk"



                  New to ADSelfService Plus?

                    • Related Articles

                    • Can we restore a deleted technician as it appears under deleted users?

                      Once a technician user account is deleted, the same user account cannot be added back. When a technician is deleted, we do not delete all the traces of the user. For historic purposes, the user will be available in certain records. create a new user ...
                    • How to import users from AD under a site value configured in different attributes of AD

                      Applicable for build - 14306 and above. SDP MSP uses attribute values while importing from AD. By Default , the officesite name in AD config is mapped to SDP MSP Site field. In case users wants to use different field for the same purpose, use its ...
                    • Query to find requests deleted by technician

                      Working on Builds 14500 This report is used to find the deleted request in the application. We can get the data from the Trash and system log viewer. To make any changes to a query, refer to the KB article below. SELECT err.message "System log ...
                    • Duplicate users while importing from AD

                      Use the below queries; To find the number of duplicate users:  SELECT objectguid, COUNT(*) TotalCount FROM aduser GROUP BY objectguid HAVING COUNT(*) > 1; SELECT userid, samaccname, objectguid, COUNT(*) TotalCount FROM aduser GROUP BY userid, ...
                    • How to configure SAML with Azure AD

                      This guide will help us configure SAML for users who want to use Azure AD as their IdP and also give you insights on a few issues that you might run into while configuring SAML in an Azure Environment. In an ideal environment, customers will have an ...