Install Active Directory PowerShell module

Run one of the following commands to install the Active Directory PowerShell module:

  • For Windows client systems:

    Get-WindowsCapability -Online -Name 'RSAT.ActiveDirectory*' | Add-WindowsCapability -Online
  • For Windows server systems:

    Install-WindowsFeature -Name RSAT-AD-PowerShell

Â