Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Active Directory

You're reading from   Mastering Active Directory Deploy and secure infrastructures with Active Directory, Windows Server 2016, and PowerShell

Arrow left icon
Product type Paperback
Published in Aug 2019
Publisher Packt
ISBN-13 9781789800203
Length 786 pages
Edition 2nd Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Dishan Francis Dishan Francis
Author Profile Icon Dishan Francis
Dishan Francis
Arrow right icon
View More author details
Toc

Table of Contents (25) Chapters Close

Preface 1. Section 1: Active Directory Planning, Design, and Installation FREE CHAPTER
2. Active Directory Fundamentals 3. Active Directory Domain Services 2016 4. Designing an Active Directory Infrastructure 5. Active Directory Domain Name System 6. Placing Operations Master Roles 7. Migrating to Active Directory 2016 8. Section 2: Active Directory Administration
9. Managing Active Directory Objects 10. Managing Users, Groups, and Devices 11. Designing the OU Structure 12. Managing Group Policies 13. Section 3: Active Directory Service Management
14. Active Directory Services 15. Active Directory Certificate Services 16. Active Directory Federation Services 17. Active Directory Rights Management Services 18. Section 4: Best Practices and Troubleshooting
19. Active Directory Security Best Practices 20. Advanced AD Management with PowerShell 21. Azure Active Directory Hybrid Setup 22. Active Directory Audit and Monitoring 23. Active Directory Troubleshooting 24. Other Books You May Enjoy

AD management with PowerShell – preparation

A PowerShell module includes assemblies, scripts, and functionalities. In order to use the functionalities, we need to import the module. After that, we can call for the contents of the module to manage relevant server roles, services, or features. Before we start AD management with PowerShell, first we need to import the ActiveDirectory module.

There are a few ways to do this. These include installing the AD DS server role or by installing Remote Server Administration Tools (RSAT):

  • AD DS server role:
    1. If we install the AD DS server role using Server Manager, Active Directory module for Windows PowerShell is installed as a feature:
    1. If the AD DS role is installed using PowerShell, we need to include the management tools by using -IncludeManagementTools. Otherwise, by default, it will not install the module:
        ...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime