
Learn to create and manage Active Directory user and computer objects with PowerShell, including creating accounts, setting passwords, enabling accounts, and using New-ADUser and related commands.
Create Active Directory users in a lab environment with PowerShell, using foreach loops or CSV import to set display name, given name, surname, sam account name, and password never expires.
Modify Active Directory user accounts with PowerShell and graphical tools, updating attributes like description and telephone. Learn to search and apply changes using Get-ADUser with -Property and filters.
Use Windows PowerShell to list the administrator's security groups and add James to each group, making him a member of five groups like Domain Admins, Schema Admins, and Administrators.
Update multiple users’ telephone numbers in Active Directory using PowerShell, identify office, home, and mobile numbers, read from a file, and apply changes with add, replace, or clear operations.
Explore enabling and disabling Active Directory objects using PowerShell, including distinguished name formats, pipeline use, department-based filtering, and moving objects between containers with identity and target path.
Demonstrates removing Active Directory users with PowerShell, including deleting, disabling, or hiding accounts, and reading usernames from a text file with -Confirm:$false.
Learners explore how to create, modify, enable, disable, or delete computer accounts in Active Directory using PowerShell, including pre-staging, description updates, and moving accounts between organizational units.
Enable and disable computer accounts to keep Active Directory clean and aligned with security policies, and periodically reconcile records. Use Get-ADComputer to filter, and Remove-ADComputer to delete stale accounts.
Learn to manage active directory security groups with powershell, creating local global and universal groups, adding and listing members, and searching, modifying, and deleting group objects.
Learn how to add user and computer accounts to security groups in Active Directory with PowerShell, including adding multiple members, piping commands, importing from files, and copying group memberships.
Learn to add computer accounts to security groups in Active Directory using powershell, using the dollar symbol in computer names and get-adcomputer to populate test and production groups.
Demonstrates nesting security groups in Active Directory by adding one group to another, explains group scopes (global, universal, domain local), and tests with child and parent groups.
Discover how to view and export security group members with Get-ADGroupMember to CSV, inspect object types, handle nested groups recursively, and remove members or delete groups with Remove-ADGroupMember and Remove-ADGroup.
This course is aimed to IT Pros and is supposed to give the viewer the information they need to know to get started with Powershell and how to manage Windows Server 2016 Active Directory with its help. The goal is to provide coverage of AD DS server’s tasks including topics like Managing, configuring and modifying Users, Computers, Groups, Group Policies in detail with PowerShell
The course is targeted to help to automate and script daily tasks. There are lots of live demonstrations how to use PowerShell commands and a Server's GUI. I hope it will help to do your job more efficiently.
A Brief Contents of the Course: