Skip to content

Logic.Monitor

Streamline your LogicMonitor automation with PowerShell

Quick Start

Terminal window
# Install from PowerShell Gallery
Install-Module -Name "Logic.Monitor"
# Connect to your LogicMonitor portal
Connect-LMAccount -AccessId "your_access_id" -AccessKey "your_access_key" -AccountName "your_portal"

GitHub Repository

View source code, report issues, and contribute on GitHub.

Key Features

Comprehensive API Coverage

Access the full power of LogicMonitor’s REST API through intuitive PowerShell commands.

Secure Authentication

Support for API tokens and credential caching using Microsoft’s SecretManagement module.

Resource Management

Easily manage devices, dashboards, alerts, users, and more with simple PowerShell commands.

Advanced Filtering

Powerful filtering capabilities using familiar PowerShell operators for precise resource queries.

Community Driven

This PowerShell module is an open-source project created and maintained by LogicMonitor employees & users. While not an official LogicMonitor product, it’s designed by people who use and understand the platform.

Contribute

Help improve the module by submitting issues or pull requests on GitHub.