Active Directory
module on a domain joined machine that does not have Remote Server Administration Toolkit (RSAT) installed on it. Installing RSAT requires admin privileges and is actually what makes the AD Powershell module available and this lab shows how to bypass this obstacle.C:\Windows\Microsoft.NET\assembly\GAC_64\Microsoft.ActiveDirectory.Management
on a system that has the RSAT installed:Get-Command get-adcom*
returns nothing, but that changes once we import the module: