Releases: SvenGroot/WslManagementPS
WSL Management for PowerShell 2.1
What's new
Version 2.1 of the WSL Management module for PowerShell adds the Get-WslDistributionOnline
cmdlet, graciously contributed by @JediNite.
For a full list of changes, see the Change Log.
Release contents
This release contains the all files required to use the module. The module can be installed by placing the Wsl
directory in one of the directories listed under $env:PSModulePath
.
This release is also available from the PowerShell Gallery, so it can be easily installed using Install-Module Wsl
, or Update-Module Wsl
if you were using an older version.
WSL Management for PowerShell 2.0
What's new
Version 2.0 of the WSL Management module for PowerShell provides several updates that provide better compatibility and additional functionality for newer versions of WSL, which are available from the Microsoft Store.
For a full list of changes, see the Change Log.
Release contents
This release contains the all files required to use the module. The module can be installed by placing the Wsl
directory in one of the directories listed under $env:PSModulePath
.
This release is also available from the PowerShell Gallery, so it can be easily installed using Install-Module Wsl
, or Update-Module Wsl
if you were using version 1.0.
WslManagementPS 1.0
Initial release of the Wsl PowerShell module. It is available on PowerShell Gallery