iex (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/samratashok/ADModule/master/Import-ActiveDirectory.ps1');Import-ActiveDirectory
# If computer has no internet access, download repository Import-Module .\ADModule\Microsoft.ActiveDirectory.Management.dll -Verbose Import-Module .\ADModule\ActiveDirectory\ActiveDirectory.psd1
Get-Command -Module ActiveDirectory
Last updated 1 year ago