Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
ACTIVE DIRECTORY ADMINISTRATION & AUTOMATION USING PYTHON
Rating: 3.2 out of 5(14 ratings)
3,381 students

ACTIVE DIRECTORY ADMINISTRATION & AUTOMATION USING PYTHON

AUTOMATION ON ACTIVE DIRECTORY USING PYTHON
Created byRoni Das
Last updated 12/2021
English

What you'll learn

  • AUTOMATION OF ACTIVE DIRECTORY TASKS USING PYTHON

Course content

3 sections • 16 lectures • 8h 6m total length
  • Setting up the connection & simple search using python24:44

    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

  • BULK USER ACCOUNT CREATION USING PYTHON26:48

    Demonstrate bulk user account creation in Active Directory using Python by establishing connections, performing bulk input, and automating administrative tasks.

  • BULK USER ACCOUNT DELETION USING PYTHON1:34

    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.

  • BULK GROUP CREATION USING PYTHON7:24

    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.

  • BULK GROUP MEMBERSHIP UPDATE USING PYTHON4:52

    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.

  • READ AD GROUP MEMBERSHIP UPDATE USING PYTHON22:25
  • HOW TO MOVE USER ACCOUNT ,GROUP IN BULK USING PYTHON24:09

    Move users and groups in bulk in Active Directory using Python, updating and removing membership with loop-based automation for efficient identity management.

  • HOW TO UPDATE ATTRIBUTES OF AD OBJECTS USING PYTHON21:27

    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.

  • HOW TO UPDATE ATTRIBUTES OF AD OBJECTS IN BULK USING PYTHON19:32

    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.

  • HOW TO CHANGE AD USER PASSWORD IN BULK USING PYTHON20:01
  • How To Get Ad User Account Expiration Date Using Python11:23

    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.

  • How To Get Ad User Account Expiration Date Using Python14:41
  • Bulk AD User Creation From Csv File Using Python(duplicate validation) PART :148:21

    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.

  • Bulk AD User Creation From Csv File Using Python(duplicate validation) PART :252:43

    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.

Requirements

  • BASICS OF PYTHON

Description


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

Who this course is for:

  • ANY LEVEL