Try installing the
"AD DS Snap-Ins and Command-Line Tools" feature by running the following PowerShell command from an elevated console:
Get-WindowsCapability -Name RSAT.ActiveDirectory.DS-LDS.* -Online | Add-WindowsCapability -OnlineOr, you may install it by opening Server Manager in the Active Administrator server and add the role from there.
