Removed the Atlantic Commons dependency.
Microsoft Windows PowerShell Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for Microsoft Windows PowerShell (PowerShell Connector) is a Windows command line shell for system administrators. Windows PowerShell includes an interactive prompt and a scripting environment that can be used independently or together.
2.1.3
January 30, 2024
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
Java SSH Client JSch |
v0.1.54 |
2.1.2
February 2, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java SSH Client JSch |
v0.1.54 |
Java |
1.8 and later |
Fixed Issues
Issue | ID |
---|---|
CONN-10040 |
2.1.1
July 22, 2021
Compatibility
The PowerShell Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 and later |
Fixed Issues
-
Optimized the connector to improve its overall stability and performance.
2.1.0
April 28, 2021
Compatibility
The PowerShell Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 and later |
Fixed Issues
-
Uncaught exception did not throw an error. (SE-20198)
Features
-
Added two new operations that mimic the functionality of the existing operations, Execute command and Execute script file, but also throw Mule exceptions if the execution of the PowerShell script file or command failed.
2.0.2
May 8, 2020
Compatibility
The PowerShell Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 and later |
Fixed Issues
-
Fixed reported vulnerability issues. (CONN-6025)
2.0.1
June 13, 2019
Compatibility
The PowerShell Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.0.0 and later |
Java |
1.8 and later |
Fixed Issues
-
PowerShell error stopped logging anything on the console. (SE-11546)
2.0.0
January 27, 2018
Compatibility
The PowerShell Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.0.0 and later |
Java |
1.8 and later |
Features
-
PowerShell Connector is built with the new AnyPoint SDK v1.0.1-SNAPSHOT.
-
PowerShell Connector also works with Linux-based Ubuntu systems.
-
You can execute commands and scripts on Windows and Linux machines.
-
You can run commands and scripts on remote machines.
-
The following operations are supported:
-
ExecuteScriptFile - Executes Script file on remote machine or local machine based on given configuration.
-
ExecuteCommand - Executes command on remote machine or local machine based on given configuration.
-