WindowsCompatibility
1.0.0
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 module provides a set of commands that allow you to use
Windows PowerShell modules from PowerShell Core (PowerShell 6).
The following commands are included:
Initialize-WinSession
Add-WinFunction
Invoke-WinCommand
Get-WinModule
Import-WinModule
Compare-WinModule
Copy-WinModule
See the help for the individual commands for examples on how
to use this functionality.
Additionally, the command `Add-WindowsPSModulePath` will update
your $ENV:PSModulePath to include Windows PowerShell module directories
within PowerShell Core 6.
NOTE: This release is only intended to be used with PowerShell Core 6
running on Microsoft Windows. Linux and MacOS are not supported at this
time.
FileList
- WindowsCompatibility.nuspec
- WindowsCompatibility-help.xml
- WindowsCompatibility.cat
- WindowsCompatibility.psd1
- WindowsCompatibility.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 (current version) | 3,523,237 | 11/15/2018 |
1.0.0-rc1 | 192 | 10/19/2018 |
0.0.1 | 1,965 | 6/7/2018 |