Is there a way to add addlocalgroupmember module on windows server 2012? I didnot find any. I need to add AD account on local admin group but i couldn't find a way.
The closest i was able to reach is to install activedirectory-powershell feature using the following command but that too didn't help.
Basically i need to find a way to run a powershell command similar to the below one on win server 2012 -
Add-LocalGroupMember -Group "Administrators" -Member "domain\user"