Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #19505: Fix Windows agent command compatibility issues

Component Setup
Title Fix Windows agent command compatibility issues
Date Mar 20, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.6.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.5.0b2
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

The commands to download and register the Windows agent in the agent registration slide-out were not compatible with both CMD and Powershell.

Avoid compatibility problems with older versions of Powershell that don't support && by splitting the Windows download and installation command into two: one for download and a second one for installation.

Additionally, avoid compatibility problems with Powershell by not splitting the registration command into multiple lines using ^.

To the list of all Werks