Skip to content

v7.9

Choose a tag to compare

@stevevillardi stevevillardi released this 12 Feb 05:30
· 5 commits to main since this release

7.9

New Cmdlets

  • Invoke-LMDiagnosticSource: Manually trigger a diagnostic source for a host using host Id/Name/DisplayName and diagnostic source DiagnosticId/DiagnosticName lookups, with optional AlertId.
  • Invoke-LMRemediationSource: Manually trigger a remediation source for a host using host Id/Name/DisplayName and remediation source RemediationId/RemediationName lookups, with optional AlertId.

Bug Fixes & Changes

  • New-LMAlertRule: Fixed bug that caused an -EscalationInterval of 0 to be ignored when creating alert rules.
  • Overhaul of GET cmdlet pagination logic: Centralized and standardized pagination behavior across GET cmdlets, including bug fixes for paging edge cases.
  • Request error handling improvements: Added CallerPSCmdlet scoping to invoke request paths for more consistent error behavior and reporting.
  • Filter and lookup reliability updates: Improved filter building and fixed not-found loop handling in affected cmdlets.