WindowsCompatibility
1.0.0-rc1
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
Installation Options
Owners
Copyright
Copyright (c) Microsoft Corporation. All rights reserved
Package Details
Author(s)
- PowerShell
Tags
WindowsPowerShell Compatibility Core
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 candidate (RC) of this module with the following 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.cat
- WindowsCompatibility.psd1
- WindowsCompatibility.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 11 | 11/15/2018 |
1.0.0-rc1 (current version) | 3 | 10/2/2018 |
0.0.1-RC | 2 | 9/28/2018 |