external help file | Module Name | online version | schema |
---|---|---|---|
WindowsCompatibility-help.xml |
WindowsCompatibility |
2.0.0 |
Appends the existing Windows PowerShell PSModulePath to existing PSModulePath
Add-WindowsPSModulePath [<CommonParameters>]
If the current PSModulePath does not contain the Windows PowerShell PSModulePath, it will be appended to the end.
Add-WindowsPSModulePath
Import-Module Hyper-V
Add-WindowsPSModulePath
Get-Module -ListAvailable