Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 702 Bytes

Add-WindowsPSModulePath.md

File metadata and controls

53 lines (34 loc) · 702 Bytes
external help file Module Name online version schema
WindowsCompatibility-help.xml
WindowsCompatibility
2.0.0

Add-WindowsPSModulePath

SYNOPSIS

Appends the existing Windows PowerShell PSModulePath to existing PSModulePath

SYNTAX

Add-WindowsPSModulePath [<CommonParameters>]

DESCRIPTION

If the current PSModulePath does not contain the Windows PowerShell PSModulePath, it will be appended to the end.

EXAMPLES

EXAMPLE 1

Add-WindowsPSModulePath
Import-Module Hyper-V

EXAMPLE 2

Add-WindowsPSModulePath
Get-Module -ListAvailable

PARAMETERS

INPUTS

None.

OUTPUTS

None.

NOTES

RELATED LINKS