Forum Discussion
Mike_Moniz
Professor
27 days agoIt looks like the function is actually "Get-LMDeviceAlert" (not plural): https://github.com/logicmonitor/lm-powershell-module/blob/main/Public/Get-LMDeviceAlerts.ps1
function Get-LMDeviceAlert {
- 27 days ago
I've also tried Get-LMDeviceAlerts, Get-LMDevicesAlert, and Get-LMDevicesAlerts. None work. There is no Get-LMDeivceAlert or its variants in the 7.4.3 PowerShell module.
- 27 days ago
If you run Get-Command -Module Logic.Monitor | Sort Name, you can get a list of all of the cmdlets in the module and attached you can see there is not Get-LMDeviceAlert