SlideShare a Scribd company logo
Install Active Directory PowerShell Module on Windows 10
i | P a g e
Table of Contents
Overview.......................................................................................................................................................1
Pre-requisites................................................................................................................................................1
Download..................................................................................................................................................1
Installation ................................................................................................................................................1
Verify RSAT Update Installation............................................................................................................1
List ActiveDirectory Module .....................................................................................................................2
Import ActiveDirectory Module................................................................................................................2
Troubleshooting........................................................................................................................................3
Error Message.......................................................................................................................................3
Workaround..........................................................................................................................................3
Expand Patch.........................................................................................................................................3
Deploy Patch.........................................................................................................................................4
Verify RSAT Update Installation............................................................................................................4
Install Active Directory PowerShell Module on Windows 10
1 | P a g e
Overview
The purpose of this guide is install Active Directory PowerShell Module on Windows 10.
Pre-requisites
 Windows 10
 Windows Feature RSAT (Remote Server Administration Tool)
 Install Windows 10 RSAT according to the architecture
 Enable the Active Directory PowerShell feature
 Update-Help for the module
Download
First step is to download the RSAT tools according to the Operating System architecture (x86 or x64)
https://www.microsoft.com/en-in/download/details.aspx?id=45520
Installation
Next step is install RSAT tools after downloading;
Launch the downloaded file “WindowsTH-RSAT_TP5_Update-x64.msu” to install the Windows Feature
“RSAT”.
Verify RSAT Update Installation
After installation is completed, validate the RSAT installation from PowerShell, which is also windows
update “KB2693643”.
Get-HotFix -Id KB2693643 | select HotfixID, Description, InstalledOn
Install Active Directory PowerShell Module on Windows 10
2 | P a g e
List ActiveDirectory Module
Next, we will verify if the Active Directory PowerShell module is available. To verify run the Powershell
script as below;
Get-Module -ListAvailable | Where {($_.Name -Like "ActiveD*")} | select Name, version
If the ActiveDirecotry Module gets listed. You are good and you can start managing Active directory with
PowerShell.
Import ActiveDirectory Module
After listing, in order to work on ActiveDirectory tasks from PowerShell, you need to first Import the
Module. To Import Active Directory Module, run the below PowerShell Script.
Install Active Directory PowerShell Module on Windows 10
3 | P a g e
Troubleshooting
Error Message
This update is not applicable to your computer.
Workaround
In order to resolve the RSAT installation, follow the below workaround steps.
copy c:DownloadsWindowsTH-KB2693643-x64.msu c:tmp
cd c:tmp
mkdir rsat
Expand Patch
Next step is to expand the copied file into a folder; to expand the file run the commad;
expand WindowsTH-KB2693643-x64.msu -f:* C:tmprsat
Install Active Directory PowerShell Module on Windows 10
4 | P a g e
Deploy Patch
Dism.exe /Online /Add-Package /PackagePath:C:tmprsatWindowsTH-KB2693643-x64.cab
Once the deployment / installation is completed, confirm system restart.
Verify RSAT Update Installation
After the system is rebooted, validate the RSAT installation status from PowerShell; which is also windows
update KBID # “KB2693643” that can be validated from “Programs and Features” option in the control
Panel.
Get-HotFix -Id KB2693643 | select HotfixID, Description, InstalledOn

More Related Content

What's hot (20)

PDF
How To Disable IE Enhanced Security Windows PowerShell
VCP Muthukrishna
 
PDF
How To Create Power Shell Function Mandatory Parameter Value
VCP Muthukrishna
 
PDF
How To Check IE Enhanced Security Is Enabled Windows PowerShell
VCP Muthukrishna
 
PDF
How To List Nginx Modules Installed / Complied on CentOS 7
VCP Muthukrishna
 
PDF
How To Install and Configure SNMP on RHEL 7 or CentOS 7
VCP Muthukrishna
 
PDF
How To Manage Yum Cache
VCP Muthukrishna
 
PDF
Windows PowerShell Basics - How To List PSDrive Info
VCP Muthukrishna
 
PDF
How To Manage Linux User on RHEL 7
VCP Muthukrishna
 
PDF
How to Change Hostname in CentOS 7 or RHEL 7
VCP Muthukrishna
 
PDF
How To Install and Configure Chrony on RHEL 7
VCP Muthukrishna
 
PDF
How To Create EBS Snapshot and Restore EBS Snapshot – Linux Instance
VCP Muthukrishna
 
PDF
How To Create PowerShell Function Mandatory Parameter and Optional Parameter
VCP Muthukrishna
 
PDF
How To Connect Amazon AWS EC2 with Key Pair – Linux
VCP Muthukrishna
 
PDF
How to Upgrade Openfire on CentOS 7
VCP Muthukrishna
 
PDF
How to Troubleshoot SELinux Audit2Allow unable to open (null)
VCP Muthukrishna
 
PDF
Install VMWare Tools CentOS 7
VCP Muthukrishna
 
PDF
Bash Script - How To Monitor Application Error Logs and Send Notification
VCP Muthukrishna
 
DOCX
How to Configure Amazon AWS EC2 Elastic IP Address
VCP Muthukrishna
 
PDF
How To Install and Configure Open SSH Server on Ubuntu
VCP Muthukrishna
 
PDF
Nginx bind() to 0.0.0.0:9080 failed
VCP Muthukrishna
 
How To Disable IE Enhanced Security Windows PowerShell
VCP Muthukrishna
 
How To Create Power Shell Function Mandatory Parameter Value
VCP Muthukrishna
 
How To Check IE Enhanced Security Is Enabled Windows PowerShell
VCP Muthukrishna
 
How To List Nginx Modules Installed / Complied on CentOS 7
VCP Muthukrishna
 
How To Install and Configure SNMP on RHEL 7 or CentOS 7
VCP Muthukrishna
 
How To Manage Yum Cache
VCP Muthukrishna
 
Windows PowerShell Basics - How To List PSDrive Info
VCP Muthukrishna
 
How To Manage Linux User on RHEL 7
VCP Muthukrishna
 
How to Change Hostname in CentOS 7 or RHEL 7
VCP Muthukrishna
 
How To Install and Configure Chrony on RHEL 7
VCP Muthukrishna
 
How To Create EBS Snapshot and Restore EBS Snapshot – Linux Instance
VCP Muthukrishna
 
How To Create PowerShell Function Mandatory Parameter and Optional Parameter
VCP Muthukrishna
 
How To Connect Amazon AWS EC2 with Key Pair – Linux
VCP Muthukrishna
 
How to Upgrade Openfire on CentOS 7
VCP Muthukrishna
 
How to Troubleshoot SELinux Audit2Allow unable to open (null)
VCP Muthukrishna
 
Install VMWare Tools CentOS 7
VCP Muthukrishna
 
Bash Script - How To Monitor Application Error Logs and Send Notification
VCP Muthukrishna
 
How to Configure Amazon AWS EC2 Elastic IP Address
VCP Muthukrishna
 
How To Install and Configure Open SSH Server on Ubuntu
VCP Muthukrishna
 
Nginx bind() to 0.0.0.0:9080 failed
VCP Muthukrishna
 

Viewers also liked (12)

PDF
How to Install Configure and Use sysstat utils on RHEL 7
VCP Muthukrishna
 
PDF
How To Manage Yum Packages - Group Packages
VCP Muthukrishna
 
PDF
How To Install and Configure AWS CLI for Windows
VCP Muthukrishna
 
PDF
How To Manage Yum Repositories
VCP Muthukrishna
 
PDF
How To Manage Yum History
VCP Muthukrishna
 
PDF
How To List YUM Packages
VCP Muthukrishna
 
PDF
How To Yum Package Installation
VCP Muthukrishna
 
PDF
How To Install and Use ABRT CLI on RHEL 7
VCP Muthukrishna
 
PDF
How To View Login History and Logout History on RHEL 7
VCP Muthukrishna
 
PDF
DNF Failed To Open Cache
VCP Muthukrishna
 
PDF
How To Install OpenFire in CentOS 7
VCP Muthukrishna
 
PDF
Shell Script Disk Usage Report and E-Mail Current Threshold Status
VCP Muthukrishna
 
How to Install Configure and Use sysstat utils on RHEL 7
VCP Muthukrishna
 
How To Manage Yum Packages - Group Packages
VCP Muthukrishna
 
How To Install and Configure AWS CLI for Windows
VCP Muthukrishna
 
How To Manage Yum Repositories
VCP Muthukrishna
 
How To Manage Yum History
VCP Muthukrishna
 
How To List YUM Packages
VCP Muthukrishna
 
How To Yum Package Installation
VCP Muthukrishna
 
How To Install and Use ABRT CLI on RHEL 7
VCP Muthukrishna
 
How To View Login History and Logout History on RHEL 7
VCP Muthukrishna
 
DNF Failed To Open Cache
VCP Muthukrishna
 
How To Install OpenFire in CentOS 7
VCP Muthukrishna
 
Shell Script Disk Usage Report and E-Mail Current Threshold Status
VCP Muthukrishna
 
Ad

More from VCP Muthukrishna (16)

PDF
How To Install and Configure GNome on CentOS 7
VCP Muthukrishna
 
PDF
How To Connect to Active Directory User Validation
VCP Muthukrishna
 
PDF
How To Connect To Active Directory PowerShell
VCP Muthukrishna
 
PDF
How To List Files on Remote Server - PowerShell
VCP Muthukrishna
 
PDF
How To List Files and Display In HTML Format
VCP Muthukrishna
 
PDF
How To Check and Delete a File via PowerShell
VCP Muthukrishna
 
PDF
Zimbra Troubleshooting - Mails not being Delivered or Deferred or Connection ...
VCP Muthukrishna
 
PDF
How To Setup SSH Keys on CentOS 7
VCP Muthukrishna
 
PDF
Windows PowerShell Basics – How To Create powershell for loop
VCP Muthukrishna
 
PDF
How To Construct IF and Else Conditional Statements
VCP Muthukrishna
 
PDF
How To Configure Nginx Load Balancer on CentOS 7
VCP Muthukrishna
 
PDF
How To Install and Configure Screen on CentOS 7
VCP Muthukrishna
 
PDF
How To Install and Configure Salt Master on Ubuntu
VCP Muthukrishna
 
PDF
How To Protect SSH Access with Fail2Ban on RHEL 7
VCP Muthukrishna
 
PDF
How To Configure SNMP Logging on RHEL 7
VCP Muthukrishna
 
PDF
How To Find Package Installation Date on RHEL 7
VCP Muthukrishna
 
How To Install and Configure GNome on CentOS 7
VCP Muthukrishna
 
How To Connect to Active Directory User Validation
VCP Muthukrishna
 
How To Connect To Active Directory PowerShell
VCP Muthukrishna
 
How To List Files on Remote Server - PowerShell
VCP Muthukrishna
 
How To List Files and Display In HTML Format
VCP Muthukrishna
 
How To Check and Delete a File via PowerShell
VCP Muthukrishna
 
Zimbra Troubleshooting - Mails not being Delivered or Deferred or Connection ...
VCP Muthukrishna
 
How To Setup SSH Keys on CentOS 7
VCP Muthukrishna
 
Windows PowerShell Basics – How To Create powershell for loop
VCP Muthukrishna
 
How To Construct IF and Else Conditional Statements
VCP Muthukrishna
 
How To Configure Nginx Load Balancer on CentOS 7
VCP Muthukrishna
 
How To Install and Configure Screen on CentOS 7
VCP Muthukrishna
 
How To Install and Configure Salt Master on Ubuntu
VCP Muthukrishna
 
How To Protect SSH Access with Fail2Ban on RHEL 7
VCP Muthukrishna
 
How To Configure SNMP Logging on RHEL 7
VCP Muthukrishna
 
How To Find Package Installation Date on RHEL 7
VCP Muthukrishna
 
Ad

Recently uploaded (20)

PDF
99 Bottles of Trust on the Wall — Operational Principles for Trust in Cyber C...
treyka
 
PDF
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
PDF
Bridging CAD, IBM TRIRIGA & GIS with FME: The Portland Public Schools Case
Safe Software
 
PPTX
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
PDF
Understanding AI Optimization AIO, LLMO, and GEO
CoDigital
 
PPTX
Smarter Governance with AI: What Every Board Needs to Know
OnBoard
 
PPTX
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
 
PDF
Kubernetes - Architecture & Components.pdf
geethak285
 
PDF
Pipeline Industry IoT - Real Time Data Monitoring
Safe Software
 
PDF
Understanding The True Cost of DynamoDB Webinar
ScyllaDB
 
PPTX
Reimaginando la Ciberdefensa: De Copilots a Redes de Agentes
Cristian Garcia G.
 
PDF
ArcGIS Utility Network Migration - The Hunter Water Story
Safe Software
 
PPTX
CapCut Pro PC Crack Latest Version Free Free
josanj305
 
PDF
Simplify Your FME Flow Setup: Fault-Tolerant Deployment Made Easy with Packer...
Safe Software
 
PDF
Why aren't you using FME Flow's CPU Time?
Safe Software
 
PDF
Supporting the NextGen 911 Digital Transformation with FME
Safe Software
 
PPTX
Wondershare Filmora Crack Free Download 2025
josanj305
 
PDF
Proactive Server and System Monitoring with FME: Using HTTP and System Caller...
Safe Software
 
PDF
My Journey from CAD to BIM: A True Underdog Story
Safe Software
 
PDF
Unlocking FME Flow’s Potential: Architecture Design for Modern Enterprises
Safe Software
 
99 Bottles of Trust on the Wall — Operational Principles for Trust in Cyber C...
treyka
 
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
Bridging CAD, IBM TRIRIGA & GIS with FME: The Portland Public Schools Case
Safe Software
 
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
Understanding AI Optimization AIO, LLMO, and GEO
CoDigital
 
Smarter Governance with AI: What Every Board Needs to Know
OnBoard
 
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
 
Kubernetes - Architecture & Components.pdf
geethak285
 
Pipeline Industry IoT - Real Time Data Monitoring
Safe Software
 
Understanding The True Cost of DynamoDB Webinar
ScyllaDB
 
Reimaginando la Ciberdefensa: De Copilots a Redes de Agentes
Cristian Garcia G.
 
ArcGIS Utility Network Migration - The Hunter Water Story
Safe Software
 
CapCut Pro PC Crack Latest Version Free Free
josanj305
 
Simplify Your FME Flow Setup: Fault-Tolerant Deployment Made Easy with Packer...
Safe Software
 
Why aren't you using FME Flow's CPU Time?
Safe Software
 
Supporting the NextGen 911 Digital Transformation with FME
Safe Software
 
Wondershare Filmora Crack Free Download 2025
josanj305
 
Proactive Server and System Monitoring with FME: Using HTTP and System Caller...
Safe Software
 
My Journey from CAD to BIM: A True Underdog Story
Safe Software
 
Unlocking FME Flow’s Potential: Architecture Design for Modern Enterprises
Safe Software
 

Install Active Directory PowerShell Module on Windows 10

  • 1. Install Active Directory PowerShell Module on Windows 10 i | P a g e Table of Contents Overview.......................................................................................................................................................1 Pre-requisites................................................................................................................................................1 Download..................................................................................................................................................1 Installation ................................................................................................................................................1 Verify RSAT Update Installation............................................................................................................1 List ActiveDirectory Module .....................................................................................................................2 Import ActiveDirectory Module................................................................................................................2 Troubleshooting........................................................................................................................................3 Error Message.......................................................................................................................................3 Workaround..........................................................................................................................................3 Expand Patch.........................................................................................................................................3 Deploy Patch.........................................................................................................................................4 Verify RSAT Update Installation............................................................................................................4
  • 2. Install Active Directory PowerShell Module on Windows 10 1 | P a g e Overview The purpose of this guide is install Active Directory PowerShell Module on Windows 10. Pre-requisites  Windows 10  Windows Feature RSAT (Remote Server Administration Tool)  Install Windows 10 RSAT according to the architecture  Enable the Active Directory PowerShell feature  Update-Help for the module Download First step is to download the RSAT tools according to the Operating System architecture (x86 or x64) https://www.microsoft.com/en-in/download/details.aspx?id=45520 Installation Next step is install RSAT tools after downloading; Launch the downloaded file “WindowsTH-RSAT_TP5_Update-x64.msu” to install the Windows Feature “RSAT”. Verify RSAT Update Installation After installation is completed, validate the RSAT installation from PowerShell, which is also windows update “KB2693643”. Get-HotFix -Id KB2693643 | select HotfixID, Description, InstalledOn
  • 3. Install Active Directory PowerShell Module on Windows 10 2 | P a g e List ActiveDirectory Module Next, we will verify if the Active Directory PowerShell module is available. To verify run the Powershell script as below; Get-Module -ListAvailable | Where {($_.Name -Like "ActiveD*")} | select Name, version If the ActiveDirecotry Module gets listed. You are good and you can start managing Active directory with PowerShell. Import ActiveDirectory Module After listing, in order to work on ActiveDirectory tasks from PowerShell, you need to first Import the Module. To Import Active Directory Module, run the below PowerShell Script.
  • 4. Install Active Directory PowerShell Module on Windows 10 3 | P a g e Troubleshooting Error Message This update is not applicable to your computer. Workaround In order to resolve the RSAT installation, follow the below workaround steps. copy c:DownloadsWindowsTH-KB2693643-x64.msu c:tmp cd c:tmp mkdir rsat Expand Patch Next step is to expand the copied file into a folder; to expand the file run the commad; expand WindowsTH-KB2693643-x64.msu -f:* C:tmprsat
  • 5. Install Active Directory PowerShell Module on Windows 10 4 | P a g e Deploy Patch Dism.exe /Online /Add-Package /PackagePath:C:tmprsatWindowsTH-KB2693643-x64.cab Once the deployment / installation is completed, confirm system restart. Verify RSAT Update Installation After the system is rebooted, validate the RSAT installation status from PowerShell; which is also windows update KBID # “KB2693643” that can be validated from “Programs and Features” option in the control Panel. Get-HotFix -Id KB2693643 | select HotfixID, Description, InstalledOn