Active Directory Module
Requirements
Test-NetConnection DC1 -port 9389Installing Active Directory module
Installing on Windows 10 and 11
Add-WindowsCapability -online -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 Installing on Windows Servers
Get-WindowsFeature -Name "RSAT-AD-PowerShell"Install-WindowsFeature -Name "RSAT-AD-PowerShell" –IncludeAllSubFeatureRunning AD Module without RSAT or admin privileges
Last updated