
In this video we have discussed the below:
what is active directory
why it is important to use automation for active directory related tasks
which python library is required for this course
how to setup the connectivity using python
how to perform basic search on active directory using python
Demonstrate bulk user account creation in Active Directory using Python by establishing connections, performing bulk input, and automating administrative tasks.
Learn how to perform bulk user account deletion in Active Directory using Python, building on connection setup and CSV-driven data to remove multiple accounts.
Automate Active Directory with Python by performing bulk group creation, configuring properties such as name, description, scope, and group type, and preparing for future membership updates.
Learn how to perform bulk group membership updates in Active Directory using Python, including adding users to security and distribution groups and troubleshooting common errors.
Move users and groups in bulk in Active Directory using Python, updating and removing membership with loop-based automation for efficient identity management.
Learn to update attributes of Active Directory objects with Python, including single-valued and multi-valued attributes, using update, append, and remove operations with examples like proxy addresses.
Learn to update multiple attributes of Active Directory objects in bulk using Python, including last name, display name, and description, by reading user data from a file and applying updates.
Learn how to retrieve a user's account expiration date from Active Directory using Python, access the account expires attribute, and convert the COM time value to a readable date.
Learn to bulk create Active Directory users from a CSV using Python, with dynamic username generation from first and last names, and robust duplicate validation and error handling.
Demonstrates bulk Active Directory user creation from a CSV using Python, with duplicate validation, domain handling, error logging, and step-by-step debugging to ensure clean user provisioning.
Showcases a Python-based Active Directory self-service bot. It enables password reset either system-generated or user-selected, via a Biton Flux interface with MongoDB Atlas and Twilio/WhatsApp.
In this video we have discussed the below:
what is active directory
Why active directory is important
why system administrator should learn automation
why it is important to use automation for active directory related tasks
which python library is required for this course
how to setup the connectivity using python
how to perform basic search on active directory using python
how to create reports on ad operations using python
What is pyad
how to install pyad