WindowsCompatibility
0.0.1
This module Provides compatibility utilities that allow PowerShell Core sessions to
invoke commands that are only available in Windows PowerShell. These utilities help you
to discover available modules, import those modules through proxies and then use the module
commands much as if they were native to PowerShell Core.
Minimum PowerShell version
6.0
See the version list below for details.
Installation Options
Owners
Copyright
Copyright (c) Microsoft Corporation. All rights reserved
Package Details
Author(s)
- PowerShell
 
Tags
Functions
Initialize-WinSession Add-WinFunction Invoke-WinCommand Get-WinModule Import-WinModule Compare-WinModule Copy-WinModule Add-WindowsPSModulePath
PSEditions
Dependencies
This module has no dependencies.
Release Notes
This is the first release of this module with the basic commands:
    Initialize-WinSession
    Add-WinFunction
    Invoke-WinCommand
    Get-WinModule
    Import-WinModule
    Compare-WinModule
    Copy-WinModule
These commands provide a set of tools allowing you to run Windows PowerShell
commands from PowerShell Core (PowerShell 6). See the help for the
individual commands for examples on how to use this functionality.
Additionally, the command `Add-WindowsPSModulePath` enables enumerating
existing Windows PowerShell modules within PowerShell Core 6.
FileList
- WindowsCompatibility.nuspec
 - WindowsCompatibility-help.xml
 - WindowsCompatibility.psd1
 - WindowsCompatibility.psm1
 
Version History
| Version | Downloads | Last updated | 
|---|---|---|
| 1.0.0 | 6,211,029 | 11/15/2018 | 
| 1.0.0-rc1 | 195 | 10/19/2018 | 
| 0.0.1 (current version) | 1,975 | 6/7/2018 |