Skip to content

Tags: Icinga/icinga-powershell-framework

Tags

v1.13.3

Toggle v1.13.3's commit message
Fixes changelog

v1.13.2

Toggle v1.13.2's commit message
Fixes IfW service installation on certain Windows environment

v1.13.1

Toggle v1.13.1's commit message
Sets version to 1.13.1

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update GetWindowsService.ps1 (#751)

* Update GetWindowsService.ps1

Instead of repeatedly accessing $SvcData."$ServiceName", store the object in a local variable for better readability.

* Update GetWindowsService.ps1

Fixes code styling

---------

Co-authored-by: Lord Hepipud <[email protected]>

v1.13.0-beta2

Toggle v1.13.0-beta2's commit message
Adds new start and stop Cmdlets for Icinga

v1.13.0-beta1

Toggle v1.13.0-beta1's commit message
Sets version to Beta 1

v1.12.3

Toggle v1.12.3's commit message
Fixes leading backslash for service binary on initial setup

v1.12.2

Toggle v1.12.2's commit message
Fixes Icinga for Windows certificate handling for all Windows environ…

…ments

v1.12.1

Toggle v1.12.1's commit message
Updates Changelog

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #703 from Icinga:fix/ifw_managed_user_pass_handling

Fix: Icinga for Windows managed user password handling

Fixes Icinga for Windows password management for the managed user `icinga`, which could fail in some cases because of ambiguous characters or complexity errors and will now retry up to 10 times before giving up