--- id: apache-airflow-providers-microsoft-psrp version: "3.2.6" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-microsoft-psrp — Provider package apache-airflow-providers-microsoft-psrp for Apache Airflow License: permissive · Maintenance: active · Downloads: 197.8K/mo ## 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 above — 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 pip install apache-airflow-providers-microsoft-psrp uv add apache-airflow-providers-microsoft-psrp poetry add apache-airflow-providers-microsoft-psrp ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 197.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow windows remote execution, psrp provider airflow, powershell remoting airflow, airflow microsoft integration, remote command execution airflow, windows task automation airflow, psrp airflow operator, airflow-provider, windows-integration, orchestration [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-microsoft-psrp) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-microsoft-psrp/)