Module Name | Module Guid | Download Help Link | Help Version | Locale |
---|---|---|---|---|
WindowsCompatibility |
9d427bc5-2ae1-4806-b9d1-2ae62461767e |
0.0.0.1 |
en-US |
This module provides PowerShell Core 6 compatibility with existing Windows PowerShell scripts.
Appends the existing Windows PowerShell PSModulePath to existing PSModulePath
This command defines a global function that always runs in the compatibility session.
Compare the set of modules for this version of PowerShell against those available in the compatibility session.
Copy modules from the compatibility session that are directly usable in PowerShell Core.
Get a list of the available modules from the compatibility session
Import a compatibility module.
Initialize the connection to the compatibility session.
Invoke a ScriptBlock that runs in the compatibility runspace.