Use PowerShell AD Module Without RSAT

Use PowerShell AD Module Without RSAT

2021, Dec 22    

Copy the Microsoft.ActiveDirectory.Management.dll from a computer that has RSAT installed from the following folder:

C:\Windows\Microsoft.NET\assembly\GAC_64\Microsoft.ActiveDirectory.Management

Then import the DLL as a module using the following command:

Import-Module .\Microsoft.ActiveDirectory.Management.dll

Click here to Download the required files