PowerShell modules

Check where are PowerShell modules located in the system:

$Env:PSModulePath

Returns paths to the locations of the modules locally installed. New modules can be copied to one of those locations in order to make them available.

Check modules available:

Get-Module -ListAvailable

Comments

Popular posts from this blog

Decoding OCSP GET requests

Signing a CSR with an Enrollment Agent certificate

Compacting an AD CS database