> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/active-directory/ad-module.md).

# ad module

* [samratashok/ADModule](https://github.com/samratashok/ADModule)

```bash
Import-Module C:\ADModule\Microsoft.ActiveDirectory.Management.dll -Verbose
Import-Module C:\AD\Tools\ADModule\ActiveDirectory\ActiveDirectory.psd1
Get-Command -Module ActiveDirectory

[OR] . .\Import-ActiveDirectory.ps1
```

TODO.
