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

PowerShell PSRP for Linux release 1.4.2-2

Latest
Compare
Choose a tag to compare
@dantraMSFT dantraMSFT released this 20 Apr 23:28
· 6 commits to master since this release

PowerShell PSRP OMI Client

v1.4.2

The OMI PSRP client is released directly into the PowerShell package.
For PowerShell hosts, the psrp v1.4.2 nuget package is needed.

New Features

None

Issues Fixed in this Release

This is addressed with an updated psrp nuget package. The change is to include libmi directly in the package instead of relying on a separate nuget package. The change address all known issues on Linux but macOs requires building with --runtime.

  • when Windows Server's 5985 port doesn't open, remoting will hang then timeout then crash
    #117

  • segfault in InteractionProtocolHandler_Session_Connect in debug builds on failed connections.
    microsoft/omi#502

The above two issues are regressions caused by protocol threading changes in libmi.

PowerShell PSRP OMI Provider

v1.4.2-2

This OMI provider, in conjunction with OMI and PowerShell, implement the server (remote) side of PSRP such that a Windows, OSX or Linux PowerShell client can connect to a Linux machine and run PowerShell commands.

New Features

None

Issues Fixed in this Release

  • when Windows Server's 5985 port doesn't open, remoting will hang then timeout then crash
    #117

  • segfault in InteractionProtocolHandler_Session_Connect in debug builds on failed connections.
    microsoft/omi#502

The above two issues are regressions caused by protocol threading changes in libmi.

Package Checksums

Package MD5 Checksum
psrp-1.4.2-2.universal.x64.deb CD0F1EB99A1204C6DCDA721A06BC49E2
psrp-1.4.2-2.universal.x64.rpm 06D8B77FEEA48603B1EEBDE90E3FBEE6

Prerequisite Packages

-OMI >= 1.4.2-2, or downloadable from the packages.microsoft.com package server.
-PowerShell

Supported Linux Distributions

  • CentOS 7 (preferably 7.3) (x64)
  • Ubuntu 14.04 LTS, 16.04 LTS (x64)