Search notes:

PowerShell cmdLet Import-Module

Import a module that is not located in one of the directories listed in $env:PSModulePath:
import-module p:\ath\to\module

-disableNameChecking

Suppresses the warning that would be caused if a module uses commands with unapproved verbs.

-prefix

TODO: Compare with the entry DefaultCommandPrefix in a PowerShell module manifest file.

See also

using module xyz
Powershell command noun: module

Index