Automate Active Directory by Python
Checkout full video tutorials https://www.youtube.com/playlist?list=PLYf4Vz9V1ESqob7r-nme7dOruKD-NS9lw In this video series I will show you how you can automate active directory operations by python.
Subscribe VFX Pipeline channel to stay tune. https://www.youtube.com/vfxpipeline
Like VFX Pipeline on Facebook https://www.facebook.com/vfxpipeline
Download Free Source Codes from GitHub https://www.github.com/vfxpipeline
Automate Active Directory #1 Introduction
Automate Active Directory #2 Setup ThreadedServer with RPyc Python
Automate Active Directory #3 Use subprocess check output in Rpyc exposed methods
Automate Active Directory #4 Use argparse for command-line options, arguments and sub-commands
Automate Active Directory #5 Build py to exe file
Automate Active Directory #6 Setup Active Directory Server
Automate Active Directory #7 Set global variables
Automate Active Directory #8 Connect to Rpyc Server by send command function
Automate Active Directory #9 Add new users in active directory (DSADD USER)
Automate Active Directory #10 Edit and Remove active directory users (DSMOD USER)
Automate Active Directory #11 Add and Remove groups in active directory (DSADD GROUP)
Automate Active Directory #12 Add and Remove users in group (DSMOD USER)
Automate Active Directory #13 Change password of active directory users (DSMOD USER)
Automate Active Directory #14 Create multiple active directory users from CSV file