apache-airflow-providers-microsoft-psrp
Provider package apache-airflow-providers-microsoft-psrp for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds PowerShell Remoting Protocol (PSRP) integration to Airflow. It allows you to define and execute remote PowerShell commands on Windows systems as tasks within Airflow DAGs, enabling Windows-based workload orchestration alongside your broader data pipeline automation.
The package sits on top of pypsrp and integrates with Airflow's provider framework, offering operators and hooks for PSRP-based remote execution. It requires Airflow >=2.11.0 and supports Python 3.10 through 3.14. Installation is straightforward via pip with low friction, and the package is actively maintained by the Apache Airflow project.
Use it for:
- Execute PowerShell scripts on remote Windows servers as part of multi-step Airflow workflows
- Automate Windows system administration tasks (file operations, service management) from Airflow DAGs
- Integrate Windows-based data processing or ETL steps into cross-platform orchestration pipelines
- Monitor and trigger Windows-side operations from a centralized Airflow control plane
- Build hybrid workflows that coordinate Linux and Windows workloads in a single DAG
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Airflow with PowerShell Remoting Protocol (PSRP) to enable remote command execution on Windows systems as part of Airflow workflows.
Yes, if you need to orchestrate Windows workloads or execute PowerShell commands from Airflow. The package is actively maintained, has no known vulnerabilities, uses a permissive Apache-2.0 license, and integrates cleanly into Airflow's provider ecosystem. Install friction is low. Not necessary if your workflows are Linux-only.
Install
apache-airflow-providers-microsoft-psrp on PyPI
pip
pip install apache-airflow-providers-microsoft-psrpuv
uv add apache-airflow-providers-microsoft-psrppoetry
poetry add apache-airflow-providers-microsoft-psrpInstalling apache-airflow-providers-microsoft-psrp
Before you install
Low install friction with a pure-Python wheel. Maintained actively by the Apache Airflow project; last commit 2026-08-14. Requires Apache Airflow >=2.11.0 and pypsrp >=0.8.0 as runtime dependencies.
License in practice
Licensed under Apache-2.0 (permissive). Safe for commercial and proprietary use with standard Apache attribution requirements.
Quickstart
pip install apache-airflow-providers-microsoft-psrp
from airflow.providers.microsoft.psrp import operators
# Use PSRP operators in your Airflow DAG to execute remote PowerShell commands
Requires Apache Airflow >=2.11.0 and Python >=3.10. The pypsrp runtime dependency requires network access to Windows systems with PSRP enabled.
Verify before relying
- Specific PSRP operators and hooks available in the package beyond the generic provider interface
- Whether PSRP authentication methods (Kerberos, Basic, Certificate) are all supported
- Performance characteristics and limits for remote command execution at scale
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, pypsrp |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 197,830/month — #9,746 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_microsoft_psrp-3.2.6-py3-none-any.whl
Keywords: airflow-provider, microsoft.psrp, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI
pypsrpExecute commands, scripts, and file operations…
permissive · top 5,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
apache-airflow-providers-grpcIntegrates gRPC communication into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-sambaIntegrates Samba file-sharing protocol with…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-singularityIntegrates Singularity container runtime with…
permissive · top 15,000 on PyPI
apache-airflow-providers-microsoft-winrmIntegrates Windows Remote Management (WinRM)…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-pinotIntegrates Apache Pinot with Apache Airflow,…
permissive · top 15,000 on PyPI