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

Latest commit

 

History

History
47 lines (27 loc) · 1.26 KB

WindowsCompatibility.md

File metadata and controls

47 lines (27 loc) · 1.26 KB
Module Name Module Guid Download Help Link Help Version Locale
WindowsCompatibility
9d427bc5-2ae1-4806-b9d1-2ae62461767e
0.0.0.1
en-US

WindowsCompatibility Module

Description

This module provides PowerShell Core 6 compatibility with existing Windows PowerShell scripts.

WindowsCompatibility Cmdlets

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.