Book Image

Active Directory with PowerShell

By : Pamarthi Venkata Sitaram, YELLAPRAGADA U PADMAVATHI
5 (1)
Book Image

Active Directory with PowerShell

5 (1)
By: Pamarthi Venkata Sitaram, YELLAPRAGADA U PADMAVATHI

Overview of this book

Table of Contents (16 chapters)
Active Directory with PowerShell
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


Throughout this chapter, we saw various operations related to group membership changes such as the addition and removal of Active Directory objects, which include users, computers, and groups from security groups. The group management using PowerShell resolves mostly around a handful of cmdlets such as Get-ADGroup, Add-ADGroupMember, Remove-ADGroupMember, Set-ADGroup, and Remove-ADGroup. Getting familiar with these cmdlets helps you perform group modifications very easily.

In the next chapter, we will see how to manage Group Policies using PowerShell. This is another important topic every system administrator should learn because troubleshooting Group Policies is a daily job, and one should know how PowerShell helps in simplifying these tasks.