Discover Modules

Get-Module

# Then we can just import new modules
Import-Module ActiveDirectory

# See if it is there
Get-Module

Last updated