Python – Remove Specific AD groups From Target Users
We have received a requirement where we need to remove a specific AD group from certain users. Sharing a Python Script Sample which you can modify according to your needs. I have deliberately used Python instead of Powershell for this magic to Sharpen my Python skills and also to assist Python lovers. Modules required: LDAP3…