This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hello,
I would like to know if it is possible to install AD command in powershell for Windows Server 2012/2016 without activate adds features ?
I want to talk to my DC with the simple command Get-ADComputer, like an admin machine.
Thank you in advance,
Regards.
You can just install the Powershell module for Active Directory with the following command:
Add-WindowsFeature -Name RSAT-AD-PowerShell
hth
This posting is provided AS IS without warranty of any kind