Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

History

History
53 lines (34 loc) · 702 Bytes

File metadata and controls

53 lines (34 loc) · 702 Bytes
external help fileWindowsCompatibility-help.xml
Module NameWindowsCompatibility
online version
schema2.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-WindowsPSModulePathImport-Module Hyper-V

EXAMPLE 2

Add-WindowsPSModulePathGet-Module-ListAvailable

PARAMETERS

INPUTS

None.

OUTPUTS

None.

NOTES

RELATED LINKS