├── .github └── workflows │ ├── main.yml │ ├── test-win.yml │ └── test.yml ├── .gitignore ├── Build-LMFilterValidationConfig.ps1 ├── Build.ps1 ├── CONTRIBUTOR_GUIDELINES.md ├── Documentation ├── Build-LMFilter.md ├── Connect-LMAccount.md ├── ConvertTo-LMUptimeDevice.md ├── Copy-LMDashboard.md ├── Copy-LMDevice.md ├── Copy-LMDevicePropertyToDevice.md ├── Copy-LMDevicePropertyToGroup.md ├── Copy-LMReport.md ├── Disconnect-LMAccount.md ├── Export-LMDashboard.md ├── Export-LMDeviceConfigBackup.md ├── Export-LMDeviceData.md ├── Export-LMLogicModule.md ├── Find-LMDashboardWidget.md ├── Get-LMAPIToken.md ├── Get-LMAWSAccountId.md ├── Get-LMAWSExternalId.md ├── Get-LMAccessGroup.md ├── Get-LMAccountStatus.md ├── Get-LMAlert.md ├── Get-LMAlertRule.md ├── Get-LMAppliesToFunction.md ├── Get-LMAuditLog.md ├── Get-LMCachedAccount.md ├── Get-LMCollector.md ├── Get-LMCollectorDebugResult.md ├── Get-LMCollectorGroup.md ├── Get-LMCollectorInstaller.md ├── Get-LMCollectorVersion.md ├── Get-LMConfigSource.md ├── Get-LMConfigsourceUpdateHistory.md ├── Get-LMCostOptimizationRecommendation.md ├── Get-LMCostOptimizationRecommendationCategory.md ├── Get-LMDashboard.md ├── Get-LMDashboardGroup.md ├── Get-LMDashboardWidget.md ├── Get-LMDatasource.md ├── Get-LMDatasourceAssociatedDevice.md ├── Get-LMDatasourceGraph.md ├── Get-LMDatasourceMetadata.md ├── Get-LMDatasourceOverviewGraph.md ├── Get-LMDatasourceUpdateHistory.md ├── Get-LMDevice.md ├── Get-LMDeviceAlert.md ├── Get-LMDeviceAlertSetting.md ├── Get-LMDeviceConfigSourceData.md ├── Get-LMDeviceData.md ├── Get-LMDeviceDatasourceInstance.md ├── Get-LMDeviceDatasourceInstanceAlertRecipient.md ├── Get-LMDeviceDatasourceInstanceAlertSetting.md ├── Get-LMDeviceDatasourceInstanceGroup.md ├── Get-LMDeviceDatasourceList.md ├── Get-LMDeviceEventSourceList.md ├── Get-LMDeviceGroup.md ├── Get-LMDeviceGroupAlert.md ├── Get-LMDeviceGroupDatasourceAlertSetting.md ├── Get-LMDeviceGroupDatasourceList.md ├── Get-LMDeviceGroupDevice.md ├── Get-LMDeviceGroupGroup.md ├── Get-LMDeviceGroupGroups.md ├── Get-LMDeviceGroupProperty.md ├── Get-LMDeviceGroupSDT.md ├── Get-LMDeviceGroupSDTHistory.md ├── Get-LMDeviceInstanceData.md ├── Get-LMDeviceInstanceList.md ├── Get-LMDeviceNetflowEndpoint.md ├── Get-LMDeviceNetflowFlow.md ├── Get-LMDeviceNetflowPort.md ├── Get-LMDeviceProperty.md ├── Get-LMDeviceSDT.md ├── Get-LMDeviceSDTHistory.md ├── Get-LMDiagnosticSource.md ├── Get-LMEscalationChain.md ├── Get-LMEventSource.md ├── Get-LMIntegration.md ├── Get-LMIntegrationLog.md ├── Get-LMLogMessage.md ├── Get-LMLogPartition.md ├── Get-LMLogPartitionRetention.md ├── Get-LMLogSource.md ├── Get-LMLogicModuleMetadata.md ├── Get-LMNetscan.md ├── Get-LMNetscanExecution.md ├── Get-LMNetscanExecutionDevice.md ├── Get-LMNetscanGroup.md ├── Get-LMNormalizedProperty.md ├── Get-LMOpsNote.md ├── Get-LMPortalInfo.md ├── Get-LMPropertySource.md ├── Get-LMRecentlyDeleted.md ├── Get-LMRecipientGroup.md ├── Get-LMReport.md ├── Get-LMReportExecutionTask.md ├── Get-LMReportGroup.md ├── Get-LMRepositoryLogicModule.md ├── Get-LMRole.md ├── Get-LMSDT.md ├── Get-LMService.md ├── Get-LMServiceMember.md ├── Get-LMServiceTemplate.md ├── Get-LMSysOIDMap.md ├── Get-LMTopologyMap.md ├── Get-LMTopologyMapData.md ├── Get-LMTopologySource.md ├── Get-LMUnmonitoredDevice.md ├── Get-LMUptimeDevice.md ├── Get-LMUsageMetric.md ├── Get-LMUser.md ├── Get-LMUserGroup.md ├── Get-LMWebsite.md ├── Get-LMWebsiteAlert.md ├── Get-LMWebsiteCheckpoint.md ├── Get-LMWebsiteData.md ├── Get-LMWebsiteGroup.md ├── Get-LMWebsiteGroupAlert.md ├── Get-LMWebsiteGroupSDT.md ├── Get-LMWebsiteGroupSDTHistory.md ├── Get-LMWebsiteProperty.md ├── Get-LMWebsiteSDT.md ├── Get-LMWebsiteSDTHistory.md ├── Import-LMDashboard.md ├── Import-LMDeviceGroupsFromCSV.md ├── Import-LMDevicesFromCSV.md ├── Import-LMExchangeModule.md ├── Import-LMLogicModule.md ├── Import-LMLogicModuleFromFile.md ├── Import-LMRepositoryLogicModule.md ├── Invoke-LMAPIRequest.md ├── Invoke-LMAWSAccountTest.md ├── Invoke-LMActiveDiscovery.md ├── Invoke-LMAzureAccountTest.md ├── Invoke-LMAzureSubscriptionDiscovery.md ├── Invoke-LMCloudGroupNetScan.md ├── Invoke-LMCollectorDebugCommand.md ├── Invoke-LMDeviceConfigSourceCollection.md ├── Invoke-LMDeviceDedupe.md ├── Invoke-LMGCPAccountTest.md ├── Invoke-LMNetScan.md ├── Invoke-LMReportExecution.md ├── Invoke-LMUserLogoff.md ├── New-LMAPIToken.md ├── New-LMAPIUser.md ├── New-LMAccessGroup.md ├── New-LMAccessGroupMapping.md ├── New-LMAlertAck.md ├── New-LMAlertEscalation.md ├── New-LMAlertNote.md ├── New-LMAlertRule.md ├── New-LMAppliesToFunction.md ├── New-LMCachedAccount.md ├── New-LMCollector.md ├── New-LMCollectorGroup.md ├── New-LMDashboardGroup.md ├── New-LMDatasource.md ├── New-LMDatasourceGraph.md ├── New-LMDatasourceOverviewGraph.md ├── New-LMDevice.md ├── New-LMDeviceDatasourceInstance.md ├── New-LMDeviceDatasourceInstanceGroup.md ├── New-LMDeviceDatasourceInstanceSDT.md ├── New-LMDeviceDatasourceSDT.md ├── New-LMDeviceGroup.md ├── New-LMDeviceGroupProperty.md ├── New-LMDeviceGroupSDT.md ├── New-LMDeviceProperty.md ├── New-LMDeviceSDT.md ├── New-LMDiagnosticSource.md ├── New-LMEnhancedNetScan.md ├── New-LMLogPartition.md ├── New-LMLogicModule.md ├── New-LMNetScan.md ├── New-LMNetscanGroup.md ├── New-LMNormalizedProperty.md ├── New-LMOpsNote.md ├── New-LMPushMetricDataPoint.md ├── New-LMPushMetricInstance.md ├── New-LMRecipient.md ├── New-LMRecipientGroup.md ├── New-LMReportGroup.md ├── New-LMRole.md ├── New-LMServiceGroup.md ├── New-LMServiceTemplate.md ├── New-LMUptimeDevice.md ├── New-LMUptimeWebStep.md ├── New-LMUser.md ├── New-LMWebsite.md ├── New-LMWebsiteGroup.md ├── Remove-LMAPIToken.md ├── Remove-LMAccessGroup.md ├── Remove-LMAlertRule.md ├── Remove-LMAppliesToFunction.md ├── Remove-LMCachedAccount.md ├── Remove-LMCollector.md ├── Remove-LMCollectorGroup.md ├── Remove-LMConfigsource.md ├── Remove-LMDashboard.md ├── Remove-LMDashboardGroup.md ├── Remove-LMDashboardWidget.md ├── Remove-LMDatasource.md ├── Remove-LMDevice.md ├── Remove-LMDeviceDatasourceInstance.md ├── Remove-LMDeviceDatasourceInstanceGroup.md ├── Remove-LMDeviceGroup.md ├── Remove-LMDeviceGroupProperty.md ├── Remove-LMDeviceProperty.md ├── Remove-LMDiagnosticSource.md ├── Remove-LMEscalationChain.md ├── Remove-LMIntegration.md ├── Remove-LMLogPartition.md ├── Remove-LMLogsource.md ├── Remove-LMNetscan.md ├── Remove-LMNetscanGroup.md ├── Remove-LMNormalizedProperty.md ├── Remove-LMOpsNote.md ├── Remove-LMPropertysource.md ├── Remove-LMRecentlyDeleted.md ├── Remove-LMRecipientGroup.md ├── Remove-LMReport.md ├── Remove-LMReportGroup.md ├── Remove-LMRole.md ├── Remove-LMSDT.md ├── Remove-LMServiceGroup.md ├── Remove-LMServiceTemplate.md ├── Remove-LMTopologysource.md ├── Remove-LMUnmonitoredDevice.md ├── Remove-LMUptimeDevice.md ├── Remove-LMUser.md ├── Remove-LMWebsite.md ├── Remove-LMWebsiteGroup.md ├── Restore-LMRecentlyDeleted.md ├── Send-LMLogMessage.md ├── Send-LMPushMetric.md ├── Send-LMWebhookMessage.md ├── Set-LMAPIToken.md ├── Set-LMAccessGroup.md ├── Set-LMAlertRule.md ├── Set-LMAppliesToFunction.md ├── Set-LMCollector.md ├── Set-LMCollectorConfig.md ├── Set-LMCollectorGroup.md ├── Set-LMConfigsource.md ├── Set-LMDatasource.md ├── Set-LMDevice.md ├── Set-LMDeviceDatasourceInstance.md ├── Set-LMDeviceDatasourceInstanceAlertSetting.md ├── Set-LMDeviceGroup.md ├── Set-LMDeviceGroupDatasourceAlertSetting.md ├── Set-LMDeviceGroupProperty.md ├── Set-LMDeviceProperty.md ├── Set-LMDiagnosticSource.md ├── Set-LMLogPartition.md ├── Set-LMLogPartitionAction.md ├── Set-LMNetScan.md ├── Set-LMNetscanGroup.md ├── Set-LMNewUserMessage.md ├── Set-LMNormalizedProperty.md ├── Set-LMOpsNote.md ├── Set-LMPortalInfo.md ├── Set-LMPropertysource.md ├── Set-LMPushModuleDeviceProperty.md ├── Set-LMPushModuleInstanceProperty.md ├── Set-LMRecipientGroup.md ├── Set-LMReportGroup.md ├── Set-LMRole.md ├── Set-LMSDT.md ├── Set-LMServiceGroup.md ├── Set-LMTopologysource.md ├── Set-LMUnmonitoredDevice.md ├── Set-LMUptimeDevice.md ├── Set-LMUser.md ├── Set-LMUserdata.md ├── Set-LMWebsite.md ├── Set-LMWebsiteGroup.md └── Test-LMAppliesToQuery.md ├── EXAMPLES.md ├── Format-Codebase.ps1 ├── LICENSE ├── Logic.Monitor.Format.ps1xml ├── Logic.Monitor.psd1 ├── Logic.Monitor.psm1 ├── Private ├── Add-ObjectTypeInfo.ps1 ├── ConvertTo-LMCustomPropertyArray.ps1 ├── Format-LMData.ps1 ├── Format-LMFilter-v1.ps1 ├── Format-LMFilter.ps1 ├── Get-LMPortalURI.ps1 ├── Get-NestedDeviceGroup.ps1 ├── Invoke-LMRestMethod.ps1 ├── LMFilterValidationConfig.psd1 ├── New-LMDeviceGroupFromPath.ps1 ├── New-LMHeader.ps1 ├── New-LMRandomCred.ps1 ├── Resolve-LMDebugInfo.ps1 ├── Resolve-LMException.ps1 ├── Resolve-LMUptimeGlobalSmAlertCond.ps1 ├── Resolve-LMUptimeTestLocation.ps1 ├── Test-LMFilterField.ps1 ├── Test-LMSchedulaSchema.ps1 ├── Test-LookupResult.ps1 └── Update-LogicMonitorModule.ps1 ├── Public ├── Build-LMFilter.ps1 ├── Connect-LMAccount.ps1 ├── ConvertTo-LMUptimeDevice.ps1 ├── Copy-LMDashboard.ps1 ├── Copy-LMDevice.ps1 ├── Copy-LMDevicePropertyToDevice.ps1 ├── Copy-LMDevicePropertyToGroup.ps1 ├── Copy-LMReport.ps1 ├── Disconnect-LMAccount.ps1 ├── Export-LMDashboard.ps1 ├── Export-LMDeviceConfigBackup.ps1 ├── Export-LMDeviceData.ps1 ├── Export-LMLogicModule.ps1 ├── Find-LMDashboardWidget.ps1 ├── Get-LMAPIToken.ps1 ├── Get-LMAWSAccountId.ps1 ├── Get-LMAWSExternalId.ps1 ├── Get-LMAccessGroup.ps1 ├── Get-LMAccountStatus.ps1 ├── Get-LMAlert.ps1 ├── Get-LMAlertRule.ps1 ├── Get-LMAppliesToFunction.ps1 ├── Get-LMAuditLog.ps1 ├── Get-LMCachedAccount.ps1 ├── Get-LMCollector.ps1 ├── Get-LMCollectorDebugResult.ps1 ├── Get-LMCollectorGroup.ps1 ├── Get-LMCollectorInstaller.ps1 ├── Get-LMCollectorVersion.ps1 ├── Get-LMConfigSource.ps1 ├── Get-LMConfigsourceUpdateHistory.ps1 ├── Get-LMCostOptimizationRecommendation.ps1 ├── Get-LMCostOptimizationRecommendationCategory.ps1 ├── Get-LMDashboard.ps1 ├── Get-LMDashboardGroup.ps1 ├── Get-LMDashboardWidget.ps1 ├── Get-LMDatasource.ps1 ├── Get-LMDatasourceAssociatedDevice.ps1 ├── Get-LMDatasourceGraph.ps1 ├── Get-LMDatasourceMetadata.ps1 ├── Get-LMDatasourceOverviewGraph.ps1 ├── Get-LMDatasourceUpdateHistory.ps1 ├── Get-LMDevice.ps1 ├── Get-LMDeviceAlert.ps1 ├── Get-LMDeviceAlertSetting.ps1 ├── Get-LMDeviceConfigSourceData.ps1 ├── Get-LMDeviceData.ps1 ├── Get-LMDeviceDataSourceList.ps1 ├── Get-LMDeviceDatasourceInstance.ps1 ├── Get-LMDeviceDatasourceInstanceAlertRecipient.ps1 ├── Get-LMDeviceDatasourceInstanceAlertSetting.ps1 ├── Get-LMDeviceDatasourceInstanceGroup.ps1 ├── Get-LMDeviceEventSourceList.ps1 ├── Get-LMDeviceGroup.ps1 ├── Get-LMDeviceGroupAlert.ps1 ├── Get-LMDeviceGroupDatasourceAlertSetting.ps1 ├── Get-LMDeviceGroupDatasourceList.ps1 ├── Get-LMDeviceGroupDevice.ps1 ├── Get-LMDeviceGroupGroup.ps1 ├── Get-LMDeviceGroupProperty.ps1 ├── Get-LMDeviceGroupSDT.ps1 ├── Get-LMDeviceGroupSDTHistory.ps1 ├── Get-LMDeviceInstanceData.ps1 ├── Get-LMDeviceInstanceList.ps1 ├── Get-LMDeviceNetflowEndpoint.ps1 ├── Get-LMDeviceNetflowFlow.ps1 ├── Get-LMDeviceNetflowPort.ps1 ├── Get-LMDeviceProperty.ps1 ├── Get-LMDeviceSDT.ps1 ├── Get-LMDeviceSDTHistory.ps1 ├── Get-LMDiagnosticSource.ps1 ├── Get-LMEscalationChain.ps1 ├── Get-LMEventSource.ps1 ├── Get-LMIntegration.ps1 ├── Get-LMIntegrationLog.ps1 ├── Get-LMLogMessage.ps1 ├── Get-LMLogPartition.ps1 ├── Get-LMLogPartitionRetention.ps1 ├── Get-LMLogSource.ps1 ├── Get-LMLogicModuleMetadata.ps1 ├── Get-LMNetscan.ps1 ├── Get-LMNetscanExecution.ps1 ├── Get-LMNetscanExecutionDevice.ps1 ├── Get-LMNetscanGroup.ps1 ├── Get-LMNormalizedProperty.ps1 ├── Get-LMOpsNote.ps1 ├── Get-LMPortalInfo.ps1 ├── Get-LMPropertySource.ps1 ├── Get-LMRecentlyDeleted.ps1 ├── Get-LMRecipientGroup.ps1 ├── Get-LMReport.ps1 ├── Get-LMReportExecutionTask.ps1 ├── Get-LMReportGroup.ps1 ├── Get-LMRepositoryLogicModule.ps1 ├── Get-LMRole.ps1 ├── Get-LMSDT.ps1 ├── Get-LMService.ps1 ├── Get-LMServiceMember.ps1 ├── Get-LMServiceTemplate.ps1 ├── Get-LMSysOIDMap.ps1 ├── Get-LMTopologyMap.ps1 ├── Get-LMTopologyMapData.ps1 ├── Get-LMTopologySource.ps1 ├── Get-LMUnmonitoredDevice.ps1 ├── Get-LMUptimeDevice.ps1 ├── Get-LMUsageMetric.ps1 ├── Get-LMUser.ps1 ├── Get-LMUserGroup.ps1 ├── Get-LMWebsite.ps1 ├── Get-LMWebsiteAlert.ps1 ├── Get-LMWebsiteCheckpoint.ps1 ├── Get-LMWebsiteData.ps1 ├── Get-LMWebsiteGroup.ps1 ├── Get-LMWebsiteGroupAlert.ps1 ├── Get-LMWebsiteGroupSDT.ps1 ├── Get-LMWebsiteGroupSDTHistory.ps1 ├── Get-LMWebsiteProperty.ps1 ├── Get-LMWebsiteSDT.ps1 ├── Get-LMWebsiteSDTHistory.ps1 ├── Import-LMDashboard.ps1 ├── Import-LMDeviceGroupsFromCSV.ps1 ├── Import-LMDevicesFromCSV.ps1 ├── Import-LMExchangeModule.ps1 ├── Import-LMLogicModule.ps1 ├── Import-LMLogicModuleFromFile.ps1 ├── Import-LMRepositoryLogicModule.ps1 ├── Invoke-LMAPIRequest.ps1 ├── Invoke-LMAWSAccountTest.ps1 ├── Invoke-LMActiveDiscovery.ps1 ├── Invoke-LMAzureAccountTest.ps1 ├── Invoke-LMAzureSubscriptionDiscovery.ps1 ├── Invoke-LMCloudGroupNetScan.ps1 ├── Invoke-LMCollectorDebugCommand.ps1 ├── Invoke-LMDeviceConfigSourceCollection.ps1 ├── Invoke-LMDeviceDedupe.ps1 ├── Invoke-LMGCPAccountTest.ps1 ├── Invoke-LMNetScan.ps1 ├── Invoke-LMReportExecution.ps1 ├── Invoke-LMUserLogoff.ps1 ├── New-LMAPIToken.ps1 ├── New-LMAPIUser.ps1 ├── New-LMAccessGroup.ps1 ├── New-LMAccessGroupMapping.ps1 ├── New-LMAlertAck.ps1 ├── New-LMAlertEscalation.ps1 ├── New-LMAlertNote.ps1 ├── New-LMAlertRule.ps1 ├── New-LMAppliesToFunction.ps1 ├── New-LMCachedAccount.ps1 ├── New-LMCollector.ps1 ├── New-LMCollectorGroup.ps1 ├── New-LMDashboardGroup.ps1 ├── New-LMDatasource.ps1 ├── New-LMDatasourceGraph.ps1 ├── New-LMDatasourceOverviewGraph.ps1 ├── New-LMDevice.ps1 ├── New-LMDeviceDatasourceInstance.ps1 ├── New-LMDeviceDatasourceInstanceGroup.ps1 ├── New-LMDeviceDatasourceInstanceSDT.ps1 ├── New-LMDeviceDatasourceSDT.ps1 ├── New-LMDeviceGroup.ps1 ├── New-LMDeviceGroupProperty.ps1 ├── New-LMDeviceGroupSDT.ps1 ├── New-LMDeviceProperty.ps1 ├── New-LMDeviceSDT.ps1 ├── New-LMDiagnosticSource.ps1 ├── New-LMEnhancedNetscan.ps1 ├── New-LMLogPartition.ps1 ├── New-LMLogicModule.ps1 ├── New-LMNetscan.ps1 ├── New-LMNetscanGroup.ps1 ├── New-LMNormalizedProperty.ps1 ├── New-LMOpsNote.ps1 ├── New-LMPushMetricDataPoint.ps1 ├── New-LMPushMetricInstance.ps1 ├── New-LMRecipient.ps1 ├── New-LMRecipientGroup.ps1 ├── New-LMReportGroup.ps1 ├── New-LMRole.ps1 ├── New-LMServiceGroup.ps1 ├── New-LMServiceTemplate.ps1 ├── New-LMUptimeDevice.ps1 ├── New-LMUptimeWebStep.ps1 ├── New-LMUser.ps1 ├── New-LMWebsite.ps1 ├── New-LMWebsiteGroup.ps1 ├── Remove-LMAPIToken.ps1 ├── Remove-LMAccessGroup.ps1 ├── Remove-LMAlertRule.ps1 ├── Remove-LMAppliesToFunction.ps1 ├── Remove-LMCachedAccount.ps1 ├── Remove-LMCollector.ps1 ├── Remove-LMCollectorGroup.ps1 ├── Remove-LMConfigsource.ps1 ├── Remove-LMDashboard.ps1 ├── Remove-LMDashboardGroup.ps1 ├── Remove-LMDashboardWidget.ps1 ├── Remove-LMDatasource.ps1 ├── Remove-LMDevice.ps1 ├── Remove-LMDeviceDatasourceInstance.ps1 ├── Remove-LMDeviceDatasourceInstanceGroup.ps1 ├── Remove-LMDeviceGroup.ps1 ├── Remove-LMDeviceGroupProperty.ps1 ├── Remove-LMDeviceProperty.ps1 ├── Remove-LMDiagnosticSource.ps1 ├── Remove-LMEscalationChain.ps1 ├── Remove-LMIntegration.ps1 ├── Remove-LMLogPartition.ps1 ├── Remove-LMLogsource.ps1 ├── Remove-LMNetscan.ps1 ├── Remove-LMNetscanGroup.ps1 ├── Remove-LMNormalizedProperty.ps1 ├── Remove-LMOpsNote.ps1 ├── Remove-LMPropertysource.ps1 ├── Remove-LMRecentlyDeleted.ps1 ├── Remove-LMRecipientGroup.ps1 ├── Remove-LMReport.ps1 ├── Remove-LMReportGroup.ps1 ├── Remove-LMRole.ps1 ├── Remove-LMSDT.ps1 ├── Remove-LMServiceGroup.ps1 ├── Remove-LMServiceTemplate.ps1 ├── Remove-LMTopologysource.ps1 ├── Remove-LMUnmonitoredDevice.ps1 ├── Remove-LMUptimeDevice.ps1 ├── Remove-LMUser.ps1 ├── Remove-LMWebsite.ps1 ├── Remove-LMWebsiteGroup.ps1 ├── Restore-LMRecentlyDeleted.ps1 ├── Send-LMLogMessage.ps1 ├── Send-LMPushMetric.ps1 ├── Send-LMWebhookMessage.ps1 ├── Set-LMAPIToken.ps1 ├── Set-LMAccessGroup.ps1 ├── Set-LMAlertRule.ps1 ├── Set-LMAppliesToFunction.ps1 ├── Set-LMCollector.ps1 ├── Set-LMCollectorConfig.ps1 ├── Set-LMCollectorGroup.ps1 ├── Set-LMConfigsource.ps1 ├── Set-LMDatasource.ps1 ├── Set-LMDevice.ps1 ├── Set-LMDeviceDatasourceInstance.ps1 ├── Set-LMDeviceDatasourceInstanceAlertSetting.ps1 ├── Set-LMDeviceGroup.ps1 ├── Set-LMDeviceGroupDatasourceAlertSetting.ps1 ├── Set-LMDeviceGroupProperty.ps1 ├── Set-LMDeviceProperty.ps1 ├── Set-LMDiagnosticSource.ps1 ├── Set-LMLogPartition.ps1 ├── Set-LMLogPartitionAction.ps1 ├── Set-LMNetScan.ps1 ├── Set-LMNetscanGroup.ps1 ├── Set-LMNewUserMessage.ps1 ├── Set-LMNormalizedProperty.ps1 ├── Set-LMOpsNote.ps1 ├── Set-LMPortalInfo.ps1 ├── Set-LMPropertysource.ps1 ├── Set-LMPushModuleDeviceProperty.ps1 ├── Set-LMPushModuleInstanceProperty.ps1 ├── Set-LMRecipientGroup.ps1 ├── Set-LMReportGroup.ps1 ├── Set-LMRole.ps1 ├── Set-LMSDT.ps1 ├── Set-LMServiceGroup.ps1 ├── Set-LMTopologysource.ps1 ├── Set-LMUnmonitoredDevice.ps1 ├── Set-LMUptimeDevice.ps1 ├── Set-LMUser.ps1 ├── Set-LMUserdata.ps1 ├── Set-LMWebsite.ps1 ├── Set-LMWebsiteGroup.ps1 └── Test-LMAppliesToQuery.ps1 ├── README.md ├── RELEASENOTES.md ├── SECURITY.md ├── Tests ├── ConvertTo-LMUptimeDevice.Tests.ps1 ├── LMAccessGroup.Tests.ps1 ├── LMAccount.Tests.ps1 ├── LMAppliesToFunction.Tests.ps1 ├── LMAppliesToSearch.Tests.ps1 ├── LMCollector.Tests.ps1 ├── LMDashboard.Tests.ps1 ├── LMDevice.Tests.ps1 ├── LMDeviceGroup.Tests.ps1 ├── LMFilterValidation.Tests.ps1 ├── LMNetScanGroup.Tests.ps1 ├── LMOpsNotes.Tests.ps1 ├── LMReportGroup.Tests.ps1 ├── LMSDT.Tests.ps1 ├── LMUptimeDevice.Tests.ps1 ├── LMUser-Role.Tests.ps1 ├── LMWebsite.Tests.ps1 ├── LMWebsiteGroup.Tests.ps1 └── PesterTestDashboard.json ├── Update-ModifiedCmdletDocs.ps1 ├── en-US └── Logic.Monitor-help.xml └── logicmonitor-api.yaml /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.github/workflows/test-win.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/.github/workflows/test-win.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/.gitignore -------------------------------------------------------------------------------- /Build-LMFilterValidationConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Build-LMFilterValidationConfig.ps1 -------------------------------------------------------------------------------- /Build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Build.ps1 -------------------------------------------------------------------------------- /CONTRIBUTOR_GUIDELINES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/CONTRIBUTOR_GUIDELINES.md -------------------------------------------------------------------------------- /Documentation/Build-LMFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Build-LMFilter.md -------------------------------------------------------------------------------- /Documentation/Connect-LMAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Connect-LMAccount.md -------------------------------------------------------------------------------- /Documentation/ConvertTo-LMUptimeDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/ConvertTo-LMUptimeDevice.md -------------------------------------------------------------------------------- /Documentation/Copy-LMDashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Copy-LMDashboard.md -------------------------------------------------------------------------------- /Documentation/Copy-LMDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Copy-LMDevice.md -------------------------------------------------------------------------------- /Documentation/Copy-LMDevicePropertyToDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Copy-LMDevicePropertyToDevice.md -------------------------------------------------------------------------------- /Documentation/Copy-LMDevicePropertyToGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Copy-LMDevicePropertyToGroup.md -------------------------------------------------------------------------------- /Documentation/Copy-LMReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Copy-LMReport.md -------------------------------------------------------------------------------- /Documentation/Disconnect-LMAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Disconnect-LMAccount.md -------------------------------------------------------------------------------- /Documentation/Export-LMDashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Export-LMDashboard.md -------------------------------------------------------------------------------- /Documentation/Export-LMDeviceConfigBackup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Export-LMDeviceConfigBackup.md -------------------------------------------------------------------------------- /Documentation/Export-LMDeviceData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Export-LMDeviceData.md -------------------------------------------------------------------------------- /Documentation/Export-LMLogicModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Export-LMLogicModule.md -------------------------------------------------------------------------------- /Documentation/Find-LMDashboardWidget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Find-LMDashboardWidget.md -------------------------------------------------------------------------------- /Documentation/Get-LMAPIToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAPIToken.md -------------------------------------------------------------------------------- /Documentation/Get-LMAWSAccountId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAWSAccountId.md -------------------------------------------------------------------------------- /Documentation/Get-LMAWSExternalId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAWSExternalId.md -------------------------------------------------------------------------------- /Documentation/Get-LMAccessGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAccessGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMAccountStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAccountStatus.md -------------------------------------------------------------------------------- /Documentation/Get-LMAlert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAlert.md -------------------------------------------------------------------------------- /Documentation/Get-LMAlertRule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAlertRule.md -------------------------------------------------------------------------------- /Documentation/Get-LMAppliesToFunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAppliesToFunction.md -------------------------------------------------------------------------------- /Documentation/Get-LMAuditLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMAuditLog.md -------------------------------------------------------------------------------- /Documentation/Get-LMCachedAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMCachedAccount.md -------------------------------------------------------------------------------- /Documentation/Get-LMCollector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMCollector.md -------------------------------------------------------------------------------- /Documentation/Get-LMCollectorDebugResult.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMCollectorDebugResult.md -------------------------------------------------------------------------------- /Documentation/Get-LMCollectorGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMCollectorGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMCollectorInstaller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMCollectorInstaller.md -------------------------------------------------------------------------------- /Documentation/Get-LMCollectorVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMCollectorVersion.md -------------------------------------------------------------------------------- /Documentation/Get-LMConfigSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMConfigSource.md -------------------------------------------------------------------------------- /Documentation/Get-LMConfigsourceUpdateHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMConfigsourceUpdateHistory.md -------------------------------------------------------------------------------- /Documentation/Get-LMCostOptimizationRecommendation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMCostOptimizationRecommendation.md -------------------------------------------------------------------------------- /Documentation/Get-LMCostOptimizationRecommendationCategory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMCostOptimizationRecommendationCategory.md -------------------------------------------------------------------------------- /Documentation/Get-LMDashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDashboard.md -------------------------------------------------------------------------------- /Documentation/Get-LMDashboardGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDashboardGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMDashboardWidget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDashboardWidget.md -------------------------------------------------------------------------------- /Documentation/Get-LMDatasource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDatasource.md -------------------------------------------------------------------------------- /Documentation/Get-LMDatasourceAssociatedDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDatasourceAssociatedDevice.md -------------------------------------------------------------------------------- /Documentation/Get-LMDatasourceGraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDatasourceGraph.md -------------------------------------------------------------------------------- /Documentation/Get-LMDatasourceMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDatasourceMetadata.md -------------------------------------------------------------------------------- /Documentation/Get-LMDatasourceOverviewGraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDatasourceOverviewGraph.md -------------------------------------------------------------------------------- /Documentation/Get-LMDatasourceUpdateHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDatasourceUpdateHistory.md -------------------------------------------------------------------------------- /Documentation/Get-LMDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDevice.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceAlert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceAlert.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceAlertSetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceAlertSetting.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceConfigSourceData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceConfigSourceData.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceData.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceDatasourceInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceDatasourceInstance.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceDatasourceInstanceAlertRecipient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceDatasourceInstanceAlertRecipient.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceDatasourceInstanceAlertSetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceDatasourceInstanceAlertSetting.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceDatasourceInstanceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceDatasourceInstanceGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceDatasourceList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceDatasourceList.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceEventSourceList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceEventSourceList.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupAlert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupAlert.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupDatasourceAlertSetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupDatasourceAlertSetting.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupDatasourceList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupDatasourceList.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupDevice.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupGroups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupGroups.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupProperty.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupSDT.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceGroupSDTHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceGroupSDTHistory.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceInstanceData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceInstanceData.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceInstanceList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceInstanceList.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceNetflowEndpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceNetflowEndpoint.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceNetflowFlow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceNetflowFlow.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceNetflowPort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceNetflowPort.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceProperty.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceSDT.md -------------------------------------------------------------------------------- /Documentation/Get-LMDeviceSDTHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDeviceSDTHistory.md -------------------------------------------------------------------------------- /Documentation/Get-LMDiagnosticSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMDiagnosticSource.md -------------------------------------------------------------------------------- /Documentation/Get-LMEscalationChain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMEscalationChain.md -------------------------------------------------------------------------------- /Documentation/Get-LMEventSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMEventSource.md -------------------------------------------------------------------------------- /Documentation/Get-LMIntegration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMIntegration.md -------------------------------------------------------------------------------- /Documentation/Get-LMIntegrationLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMIntegrationLog.md -------------------------------------------------------------------------------- /Documentation/Get-LMLogMessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMLogMessage.md -------------------------------------------------------------------------------- /Documentation/Get-LMLogPartition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMLogPartition.md -------------------------------------------------------------------------------- /Documentation/Get-LMLogPartitionRetention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMLogPartitionRetention.md -------------------------------------------------------------------------------- /Documentation/Get-LMLogSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMLogSource.md -------------------------------------------------------------------------------- /Documentation/Get-LMLogicModuleMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMLogicModuleMetadata.md -------------------------------------------------------------------------------- /Documentation/Get-LMNetscan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMNetscan.md -------------------------------------------------------------------------------- /Documentation/Get-LMNetscanExecution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMNetscanExecution.md -------------------------------------------------------------------------------- /Documentation/Get-LMNetscanExecutionDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMNetscanExecutionDevice.md -------------------------------------------------------------------------------- /Documentation/Get-LMNetscanGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMNetscanGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMNormalizedProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMNormalizedProperty.md -------------------------------------------------------------------------------- /Documentation/Get-LMOpsNote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMOpsNote.md -------------------------------------------------------------------------------- /Documentation/Get-LMPortalInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMPortalInfo.md -------------------------------------------------------------------------------- /Documentation/Get-LMPropertySource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMPropertySource.md -------------------------------------------------------------------------------- /Documentation/Get-LMRecentlyDeleted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMRecentlyDeleted.md -------------------------------------------------------------------------------- /Documentation/Get-LMRecipientGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMRecipientGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMReport.md -------------------------------------------------------------------------------- /Documentation/Get-LMReportExecutionTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMReportExecutionTask.md -------------------------------------------------------------------------------- /Documentation/Get-LMReportGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMReportGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMRepositoryLogicModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMRepositoryLogicModule.md -------------------------------------------------------------------------------- /Documentation/Get-LMRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMRole.md -------------------------------------------------------------------------------- /Documentation/Get-LMSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMSDT.md -------------------------------------------------------------------------------- /Documentation/Get-LMService.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMService.md -------------------------------------------------------------------------------- /Documentation/Get-LMServiceMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMServiceMember.md -------------------------------------------------------------------------------- /Documentation/Get-LMServiceTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMServiceTemplate.md -------------------------------------------------------------------------------- /Documentation/Get-LMSysOIDMap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMSysOIDMap.md -------------------------------------------------------------------------------- /Documentation/Get-LMTopologyMap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMTopologyMap.md -------------------------------------------------------------------------------- /Documentation/Get-LMTopologyMapData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMTopologyMapData.md -------------------------------------------------------------------------------- /Documentation/Get-LMTopologySource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMTopologySource.md -------------------------------------------------------------------------------- /Documentation/Get-LMUnmonitoredDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMUnmonitoredDevice.md -------------------------------------------------------------------------------- /Documentation/Get-LMUptimeDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMUptimeDevice.md -------------------------------------------------------------------------------- /Documentation/Get-LMUsageMetric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMUsageMetric.md -------------------------------------------------------------------------------- /Documentation/Get-LMUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMUser.md -------------------------------------------------------------------------------- /Documentation/Get-LMUserGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMUserGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsite.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteAlert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteAlert.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteCheckpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteCheckpoint.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteData.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteGroup.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteGroupAlert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteGroupAlert.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteGroupSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteGroupSDT.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteGroupSDTHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteGroupSDTHistory.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteProperty.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteSDT.md -------------------------------------------------------------------------------- /Documentation/Get-LMWebsiteSDTHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Get-LMWebsiteSDTHistory.md -------------------------------------------------------------------------------- /Documentation/Import-LMDashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Import-LMDashboard.md -------------------------------------------------------------------------------- /Documentation/Import-LMDeviceGroupsFromCSV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Import-LMDeviceGroupsFromCSV.md -------------------------------------------------------------------------------- /Documentation/Import-LMDevicesFromCSV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Import-LMDevicesFromCSV.md -------------------------------------------------------------------------------- /Documentation/Import-LMExchangeModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Import-LMExchangeModule.md -------------------------------------------------------------------------------- /Documentation/Import-LMLogicModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Import-LMLogicModule.md -------------------------------------------------------------------------------- /Documentation/Import-LMLogicModuleFromFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Import-LMLogicModuleFromFile.md -------------------------------------------------------------------------------- /Documentation/Import-LMRepositoryLogicModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Import-LMRepositoryLogicModule.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMAPIRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMAPIRequest.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMAWSAccountTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMAWSAccountTest.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMActiveDiscovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMActiveDiscovery.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMAzureAccountTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMAzureAccountTest.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMAzureSubscriptionDiscovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMAzureSubscriptionDiscovery.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMCloudGroupNetScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMCloudGroupNetScan.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMCollectorDebugCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMCollectorDebugCommand.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMDeviceConfigSourceCollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMDeviceConfigSourceCollection.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMDeviceDedupe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMDeviceDedupe.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMGCPAccountTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMGCPAccountTest.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMNetScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMNetScan.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMReportExecution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMReportExecution.md -------------------------------------------------------------------------------- /Documentation/Invoke-LMUserLogoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Invoke-LMUserLogoff.md -------------------------------------------------------------------------------- /Documentation/New-LMAPIToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAPIToken.md -------------------------------------------------------------------------------- /Documentation/New-LMAPIUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAPIUser.md -------------------------------------------------------------------------------- /Documentation/New-LMAccessGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAccessGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMAccessGroupMapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAccessGroupMapping.md -------------------------------------------------------------------------------- /Documentation/New-LMAlertAck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAlertAck.md -------------------------------------------------------------------------------- /Documentation/New-LMAlertEscalation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAlertEscalation.md -------------------------------------------------------------------------------- /Documentation/New-LMAlertNote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAlertNote.md -------------------------------------------------------------------------------- /Documentation/New-LMAlertRule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAlertRule.md -------------------------------------------------------------------------------- /Documentation/New-LMAppliesToFunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMAppliesToFunction.md -------------------------------------------------------------------------------- /Documentation/New-LMCachedAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMCachedAccount.md -------------------------------------------------------------------------------- /Documentation/New-LMCollector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMCollector.md -------------------------------------------------------------------------------- /Documentation/New-LMCollectorGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMCollectorGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMDashboardGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDashboardGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMDatasource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDatasource.md -------------------------------------------------------------------------------- /Documentation/New-LMDatasourceGraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDatasourceGraph.md -------------------------------------------------------------------------------- /Documentation/New-LMDatasourceOverviewGraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDatasourceOverviewGraph.md -------------------------------------------------------------------------------- /Documentation/New-LMDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDevice.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceDatasourceInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceDatasourceInstance.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceDatasourceInstanceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceDatasourceInstanceGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceDatasourceInstanceSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceDatasourceInstanceSDT.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceDatasourceSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceDatasourceSDT.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceGroupProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceGroupProperty.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceGroupSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceGroupSDT.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceProperty.md -------------------------------------------------------------------------------- /Documentation/New-LMDeviceSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDeviceSDT.md -------------------------------------------------------------------------------- /Documentation/New-LMDiagnosticSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMDiagnosticSource.md -------------------------------------------------------------------------------- /Documentation/New-LMEnhancedNetScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMEnhancedNetScan.md -------------------------------------------------------------------------------- /Documentation/New-LMLogPartition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMLogPartition.md -------------------------------------------------------------------------------- /Documentation/New-LMLogicModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMLogicModule.md -------------------------------------------------------------------------------- /Documentation/New-LMNetScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMNetScan.md -------------------------------------------------------------------------------- /Documentation/New-LMNetscanGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMNetscanGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMNormalizedProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMNormalizedProperty.md -------------------------------------------------------------------------------- /Documentation/New-LMOpsNote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMOpsNote.md -------------------------------------------------------------------------------- /Documentation/New-LMPushMetricDataPoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMPushMetricDataPoint.md -------------------------------------------------------------------------------- /Documentation/New-LMPushMetricInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMPushMetricInstance.md -------------------------------------------------------------------------------- /Documentation/New-LMRecipient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMRecipient.md -------------------------------------------------------------------------------- /Documentation/New-LMRecipientGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMRecipientGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMReportGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMReportGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMRole.md -------------------------------------------------------------------------------- /Documentation/New-LMServiceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMServiceGroup.md -------------------------------------------------------------------------------- /Documentation/New-LMServiceTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMServiceTemplate.md -------------------------------------------------------------------------------- /Documentation/New-LMUptimeDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMUptimeDevice.md -------------------------------------------------------------------------------- /Documentation/New-LMUptimeWebStep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMUptimeWebStep.md -------------------------------------------------------------------------------- /Documentation/New-LMUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMUser.md -------------------------------------------------------------------------------- /Documentation/New-LMWebsite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMWebsite.md -------------------------------------------------------------------------------- /Documentation/New-LMWebsiteGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/New-LMWebsiteGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMAPIToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMAPIToken.md -------------------------------------------------------------------------------- /Documentation/Remove-LMAccessGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMAccessGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMAlertRule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMAlertRule.md -------------------------------------------------------------------------------- /Documentation/Remove-LMAppliesToFunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMAppliesToFunction.md -------------------------------------------------------------------------------- /Documentation/Remove-LMCachedAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMCachedAccount.md -------------------------------------------------------------------------------- /Documentation/Remove-LMCollector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMCollector.md -------------------------------------------------------------------------------- /Documentation/Remove-LMCollectorGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMCollectorGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMConfigsource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMConfigsource.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDashboard.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDashboardGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDashboardGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDashboardWidget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDashboardWidget.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDatasource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDatasource.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDevice.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDeviceDatasourceInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDeviceDatasourceInstance.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDeviceDatasourceInstanceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDeviceDatasourceInstanceGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDeviceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDeviceGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDeviceGroupProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDeviceGroupProperty.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDeviceProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDeviceProperty.md -------------------------------------------------------------------------------- /Documentation/Remove-LMDiagnosticSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMDiagnosticSource.md -------------------------------------------------------------------------------- /Documentation/Remove-LMEscalationChain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMEscalationChain.md -------------------------------------------------------------------------------- /Documentation/Remove-LMIntegration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMIntegration.md -------------------------------------------------------------------------------- /Documentation/Remove-LMLogPartition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMLogPartition.md -------------------------------------------------------------------------------- /Documentation/Remove-LMLogsource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMLogsource.md -------------------------------------------------------------------------------- /Documentation/Remove-LMNetscan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMNetscan.md -------------------------------------------------------------------------------- /Documentation/Remove-LMNetscanGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMNetscanGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMNormalizedProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMNormalizedProperty.md -------------------------------------------------------------------------------- /Documentation/Remove-LMOpsNote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMOpsNote.md -------------------------------------------------------------------------------- /Documentation/Remove-LMPropertysource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMPropertysource.md -------------------------------------------------------------------------------- /Documentation/Remove-LMRecentlyDeleted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMRecentlyDeleted.md -------------------------------------------------------------------------------- /Documentation/Remove-LMRecipientGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMRecipientGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMReport.md -------------------------------------------------------------------------------- /Documentation/Remove-LMReportGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMReportGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMRole.md -------------------------------------------------------------------------------- /Documentation/Remove-LMSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMSDT.md -------------------------------------------------------------------------------- /Documentation/Remove-LMServiceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMServiceGroup.md -------------------------------------------------------------------------------- /Documentation/Remove-LMServiceTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMServiceTemplate.md -------------------------------------------------------------------------------- /Documentation/Remove-LMTopologysource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMTopologysource.md -------------------------------------------------------------------------------- /Documentation/Remove-LMUnmonitoredDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMUnmonitoredDevice.md -------------------------------------------------------------------------------- /Documentation/Remove-LMUptimeDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMUptimeDevice.md -------------------------------------------------------------------------------- /Documentation/Remove-LMUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMUser.md -------------------------------------------------------------------------------- /Documentation/Remove-LMWebsite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMWebsite.md -------------------------------------------------------------------------------- /Documentation/Remove-LMWebsiteGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Remove-LMWebsiteGroup.md -------------------------------------------------------------------------------- /Documentation/Restore-LMRecentlyDeleted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Restore-LMRecentlyDeleted.md -------------------------------------------------------------------------------- /Documentation/Send-LMLogMessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Send-LMLogMessage.md -------------------------------------------------------------------------------- /Documentation/Send-LMPushMetric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Send-LMPushMetric.md -------------------------------------------------------------------------------- /Documentation/Send-LMWebhookMessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Send-LMWebhookMessage.md -------------------------------------------------------------------------------- /Documentation/Set-LMAPIToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMAPIToken.md -------------------------------------------------------------------------------- /Documentation/Set-LMAccessGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMAccessGroup.md -------------------------------------------------------------------------------- /Documentation/Set-LMAlertRule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMAlertRule.md -------------------------------------------------------------------------------- /Documentation/Set-LMAppliesToFunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMAppliesToFunction.md -------------------------------------------------------------------------------- /Documentation/Set-LMCollector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMCollector.md -------------------------------------------------------------------------------- /Documentation/Set-LMCollectorConfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMCollectorConfig.md -------------------------------------------------------------------------------- /Documentation/Set-LMCollectorGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMCollectorGroup.md -------------------------------------------------------------------------------- /Documentation/Set-LMConfigsource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMConfigsource.md -------------------------------------------------------------------------------- /Documentation/Set-LMDatasource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDatasource.md -------------------------------------------------------------------------------- /Documentation/Set-LMDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDevice.md -------------------------------------------------------------------------------- /Documentation/Set-LMDeviceDatasourceInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDeviceDatasourceInstance.md -------------------------------------------------------------------------------- /Documentation/Set-LMDeviceDatasourceInstanceAlertSetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDeviceDatasourceInstanceAlertSetting.md -------------------------------------------------------------------------------- /Documentation/Set-LMDeviceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDeviceGroup.md -------------------------------------------------------------------------------- /Documentation/Set-LMDeviceGroupDatasourceAlertSetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDeviceGroupDatasourceAlertSetting.md -------------------------------------------------------------------------------- /Documentation/Set-LMDeviceGroupProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDeviceGroupProperty.md -------------------------------------------------------------------------------- /Documentation/Set-LMDeviceProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDeviceProperty.md -------------------------------------------------------------------------------- /Documentation/Set-LMDiagnosticSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMDiagnosticSource.md -------------------------------------------------------------------------------- /Documentation/Set-LMLogPartition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMLogPartition.md -------------------------------------------------------------------------------- /Documentation/Set-LMLogPartitionAction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMLogPartitionAction.md -------------------------------------------------------------------------------- /Documentation/Set-LMNetScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMNetScan.md -------------------------------------------------------------------------------- /Documentation/Set-LMNetscanGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMNetscanGroup.md -------------------------------------------------------------------------------- /Documentation/Set-LMNewUserMessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMNewUserMessage.md -------------------------------------------------------------------------------- /Documentation/Set-LMNormalizedProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMNormalizedProperty.md -------------------------------------------------------------------------------- /Documentation/Set-LMOpsNote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMOpsNote.md -------------------------------------------------------------------------------- /Documentation/Set-LMPortalInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMPortalInfo.md -------------------------------------------------------------------------------- /Documentation/Set-LMPropertysource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMPropertysource.md -------------------------------------------------------------------------------- /Documentation/Set-LMPushModuleDeviceProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMPushModuleDeviceProperty.md -------------------------------------------------------------------------------- /Documentation/Set-LMPushModuleInstanceProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMPushModuleInstanceProperty.md -------------------------------------------------------------------------------- /Documentation/Set-LMRecipientGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMRecipientGroup.md -------------------------------------------------------------------------------- /Documentation/Set-LMReportGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMReportGroup.md -------------------------------------------------------------------------------- /Documentation/Set-LMRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMRole.md -------------------------------------------------------------------------------- /Documentation/Set-LMSDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMSDT.md -------------------------------------------------------------------------------- /Documentation/Set-LMServiceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMServiceGroup.md -------------------------------------------------------------------------------- /Documentation/Set-LMTopologysource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMTopologysource.md -------------------------------------------------------------------------------- /Documentation/Set-LMUnmonitoredDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMUnmonitoredDevice.md -------------------------------------------------------------------------------- /Documentation/Set-LMUptimeDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMUptimeDevice.md -------------------------------------------------------------------------------- /Documentation/Set-LMUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMUser.md -------------------------------------------------------------------------------- /Documentation/Set-LMUserdata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMUserdata.md -------------------------------------------------------------------------------- /Documentation/Set-LMWebsite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMWebsite.md -------------------------------------------------------------------------------- /Documentation/Set-LMWebsiteGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Set-LMWebsiteGroup.md -------------------------------------------------------------------------------- /Documentation/Test-LMAppliesToQuery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Documentation/Test-LMAppliesToQuery.md -------------------------------------------------------------------------------- /EXAMPLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/EXAMPLES.md -------------------------------------------------------------------------------- /Format-Codebase.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Format-Codebase.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/LICENSE -------------------------------------------------------------------------------- /Logic.Monitor.Format.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Logic.Monitor.Format.ps1xml -------------------------------------------------------------------------------- /Logic.Monitor.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Logic.Monitor.psd1 -------------------------------------------------------------------------------- /Logic.Monitor.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Logic.Monitor.psm1 -------------------------------------------------------------------------------- /Private/Add-ObjectTypeInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Add-ObjectTypeInfo.ps1 -------------------------------------------------------------------------------- /Private/ConvertTo-LMCustomPropertyArray.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/ConvertTo-LMCustomPropertyArray.ps1 -------------------------------------------------------------------------------- /Private/Format-LMData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Format-LMData.ps1 -------------------------------------------------------------------------------- /Private/Format-LMFilter-v1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Format-LMFilter-v1.ps1 -------------------------------------------------------------------------------- /Private/Format-LMFilter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Format-LMFilter.ps1 -------------------------------------------------------------------------------- /Private/Get-LMPortalURI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Get-LMPortalURI.ps1 -------------------------------------------------------------------------------- /Private/Get-NestedDeviceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Get-NestedDeviceGroup.ps1 -------------------------------------------------------------------------------- /Private/Invoke-LMRestMethod.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Invoke-LMRestMethod.ps1 -------------------------------------------------------------------------------- /Private/LMFilterValidationConfig.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/LMFilterValidationConfig.psd1 -------------------------------------------------------------------------------- /Private/New-LMDeviceGroupFromPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/New-LMDeviceGroupFromPath.ps1 -------------------------------------------------------------------------------- /Private/New-LMHeader.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/New-LMHeader.ps1 -------------------------------------------------------------------------------- /Private/New-LMRandomCred.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/New-LMRandomCred.ps1 -------------------------------------------------------------------------------- /Private/Resolve-LMDebugInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Resolve-LMDebugInfo.ps1 -------------------------------------------------------------------------------- /Private/Resolve-LMException.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Resolve-LMException.ps1 -------------------------------------------------------------------------------- /Private/Resolve-LMUptimeGlobalSmAlertCond.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Resolve-LMUptimeGlobalSmAlertCond.ps1 -------------------------------------------------------------------------------- /Private/Resolve-LMUptimeTestLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Resolve-LMUptimeTestLocation.ps1 -------------------------------------------------------------------------------- /Private/Test-LMFilterField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Test-LMFilterField.ps1 -------------------------------------------------------------------------------- /Private/Test-LMSchedulaSchema.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Test-LMSchedulaSchema.ps1 -------------------------------------------------------------------------------- /Private/Test-LookupResult.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Test-LookupResult.ps1 -------------------------------------------------------------------------------- /Private/Update-LogicMonitorModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Private/Update-LogicMonitorModule.ps1 -------------------------------------------------------------------------------- /Public/Build-LMFilter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Build-LMFilter.ps1 -------------------------------------------------------------------------------- /Public/Connect-LMAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Connect-LMAccount.ps1 -------------------------------------------------------------------------------- /Public/ConvertTo-LMUptimeDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/ConvertTo-LMUptimeDevice.ps1 -------------------------------------------------------------------------------- /Public/Copy-LMDashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Copy-LMDashboard.ps1 -------------------------------------------------------------------------------- /Public/Copy-LMDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Copy-LMDevice.ps1 -------------------------------------------------------------------------------- /Public/Copy-LMDevicePropertyToDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Copy-LMDevicePropertyToDevice.ps1 -------------------------------------------------------------------------------- /Public/Copy-LMDevicePropertyToGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Copy-LMDevicePropertyToGroup.ps1 -------------------------------------------------------------------------------- /Public/Copy-LMReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Copy-LMReport.ps1 -------------------------------------------------------------------------------- /Public/Disconnect-LMAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Disconnect-LMAccount.ps1 -------------------------------------------------------------------------------- /Public/Export-LMDashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Export-LMDashboard.ps1 -------------------------------------------------------------------------------- /Public/Export-LMDeviceConfigBackup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Export-LMDeviceConfigBackup.ps1 -------------------------------------------------------------------------------- /Public/Export-LMDeviceData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Export-LMDeviceData.ps1 -------------------------------------------------------------------------------- /Public/Export-LMLogicModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Export-LMLogicModule.ps1 -------------------------------------------------------------------------------- /Public/Find-LMDashboardWidget.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Find-LMDashboardWidget.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAPIToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAPIToken.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAWSAccountId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAWSAccountId.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAWSExternalId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAWSExternalId.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAccessGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAccessGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAccountStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAccountStatus.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAlert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAlert.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAlertRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAlertRule.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAppliesToFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAppliesToFunction.ps1 -------------------------------------------------------------------------------- /Public/Get-LMAuditLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMAuditLog.ps1 -------------------------------------------------------------------------------- /Public/Get-LMCachedAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMCachedAccount.ps1 -------------------------------------------------------------------------------- /Public/Get-LMCollector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMCollector.ps1 -------------------------------------------------------------------------------- /Public/Get-LMCollectorDebugResult.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMCollectorDebugResult.ps1 -------------------------------------------------------------------------------- /Public/Get-LMCollectorGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMCollectorGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMCollectorInstaller.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMCollectorInstaller.ps1 -------------------------------------------------------------------------------- /Public/Get-LMCollectorVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMCollectorVersion.ps1 -------------------------------------------------------------------------------- /Public/Get-LMConfigSource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMConfigSource.ps1 -------------------------------------------------------------------------------- /Public/Get-LMConfigsourceUpdateHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMConfigsourceUpdateHistory.ps1 -------------------------------------------------------------------------------- /Public/Get-LMCostOptimizationRecommendation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMCostOptimizationRecommendation.ps1 -------------------------------------------------------------------------------- /Public/Get-LMCostOptimizationRecommendationCategory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMCostOptimizationRecommendationCategory.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDashboard.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDashboardGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDashboardGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDashboardWidget.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDashboardWidget.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDatasource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDatasource.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDatasourceAssociatedDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDatasourceAssociatedDevice.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDatasourceGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDatasourceGraph.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDatasourceMetadata.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDatasourceMetadata.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDatasourceOverviewGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDatasourceOverviewGraph.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDatasourceUpdateHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDatasourceUpdateHistory.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDevice.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceAlert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceAlert.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceAlertSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceAlertSetting.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceConfigSourceData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceConfigSourceData.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceData.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceDataSourceList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceDataSourceList.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceDatasourceInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceDatasourceInstance.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceDatasourceInstanceAlertRecipient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceDatasourceInstanceAlertRecipient.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceDatasourceInstanceAlertSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceDatasourceInstanceAlertSetting.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceDatasourceInstanceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceDatasourceInstanceGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceEventSourceList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceEventSourceList.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroupAlert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroupAlert.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroupDatasourceAlertSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroupDatasourceAlertSetting.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroupDatasourceList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroupDatasourceList.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroupDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroupDevice.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroupGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroupGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroupProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroupProperty.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroupSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroupSDT.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceGroupSDTHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceGroupSDTHistory.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceInstanceData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceInstanceData.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceInstanceList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceInstanceList.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceNetflowEndpoint.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceNetflowEndpoint.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceNetflowFlow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceNetflowFlow.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceNetflowPort.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceNetflowPort.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceProperty.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceSDT.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDeviceSDTHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDeviceSDTHistory.ps1 -------------------------------------------------------------------------------- /Public/Get-LMDiagnosticSource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMDiagnosticSource.ps1 -------------------------------------------------------------------------------- /Public/Get-LMEscalationChain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMEscalationChain.ps1 -------------------------------------------------------------------------------- /Public/Get-LMEventSource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMEventSource.ps1 -------------------------------------------------------------------------------- /Public/Get-LMIntegration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMIntegration.ps1 -------------------------------------------------------------------------------- /Public/Get-LMIntegrationLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMIntegrationLog.ps1 -------------------------------------------------------------------------------- /Public/Get-LMLogMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMLogMessage.ps1 -------------------------------------------------------------------------------- /Public/Get-LMLogPartition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMLogPartition.ps1 -------------------------------------------------------------------------------- /Public/Get-LMLogPartitionRetention.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMLogPartitionRetention.ps1 -------------------------------------------------------------------------------- /Public/Get-LMLogSource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMLogSource.ps1 -------------------------------------------------------------------------------- /Public/Get-LMLogicModuleMetadata.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMLogicModuleMetadata.ps1 -------------------------------------------------------------------------------- /Public/Get-LMNetscan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMNetscan.ps1 -------------------------------------------------------------------------------- /Public/Get-LMNetscanExecution.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMNetscanExecution.ps1 -------------------------------------------------------------------------------- /Public/Get-LMNetscanExecutionDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMNetscanExecutionDevice.ps1 -------------------------------------------------------------------------------- /Public/Get-LMNetscanGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMNetscanGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMNormalizedProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMNormalizedProperty.ps1 -------------------------------------------------------------------------------- /Public/Get-LMOpsNote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMOpsNote.ps1 -------------------------------------------------------------------------------- /Public/Get-LMPortalInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMPortalInfo.ps1 -------------------------------------------------------------------------------- /Public/Get-LMPropertySource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMPropertySource.ps1 -------------------------------------------------------------------------------- /Public/Get-LMRecentlyDeleted.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMRecentlyDeleted.ps1 -------------------------------------------------------------------------------- /Public/Get-LMRecipientGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMRecipientGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMReport.ps1 -------------------------------------------------------------------------------- /Public/Get-LMReportExecutionTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMReportExecutionTask.ps1 -------------------------------------------------------------------------------- /Public/Get-LMReportGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMReportGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMRepositoryLogicModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMRepositoryLogicModule.ps1 -------------------------------------------------------------------------------- /Public/Get-LMRole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMRole.ps1 -------------------------------------------------------------------------------- /Public/Get-LMSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMSDT.ps1 -------------------------------------------------------------------------------- /Public/Get-LMService.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMService.ps1 -------------------------------------------------------------------------------- /Public/Get-LMServiceMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMServiceMember.ps1 -------------------------------------------------------------------------------- /Public/Get-LMServiceTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMServiceTemplate.ps1 -------------------------------------------------------------------------------- /Public/Get-LMSysOIDMap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMSysOIDMap.ps1 -------------------------------------------------------------------------------- /Public/Get-LMTopologyMap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMTopologyMap.ps1 -------------------------------------------------------------------------------- /Public/Get-LMTopologyMapData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMTopologyMapData.ps1 -------------------------------------------------------------------------------- /Public/Get-LMTopologySource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMTopologySource.ps1 -------------------------------------------------------------------------------- /Public/Get-LMUnmonitoredDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMUnmonitoredDevice.ps1 -------------------------------------------------------------------------------- /Public/Get-LMUptimeDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMUptimeDevice.ps1 -------------------------------------------------------------------------------- /Public/Get-LMUsageMetric.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMUsageMetric.ps1 -------------------------------------------------------------------------------- /Public/Get-LMUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMUser.ps1 -------------------------------------------------------------------------------- /Public/Get-LMUserGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMUserGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsite.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteAlert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteAlert.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteCheckpoint.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteCheckpoint.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteData.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteGroup.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteGroupAlert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteGroupAlert.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteGroupSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteGroupSDT.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteGroupSDTHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteGroupSDTHistory.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteProperty.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteSDT.ps1 -------------------------------------------------------------------------------- /Public/Get-LMWebsiteSDTHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Get-LMWebsiteSDTHistory.ps1 -------------------------------------------------------------------------------- /Public/Import-LMDashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Import-LMDashboard.ps1 -------------------------------------------------------------------------------- /Public/Import-LMDeviceGroupsFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Import-LMDeviceGroupsFromCSV.ps1 -------------------------------------------------------------------------------- /Public/Import-LMDevicesFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Import-LMDevicesFromCSV.ps1 -------------------------------------------------------------------------------- /Public/Import-LMExchangeModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Import-LMExchangeModule.ps1 -------------------------------------------------------------------------------- /Public/Import-LMLogicModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Import-LMLogicModule.ps1 -------------------------------------------------------------------------------- /Public/Import-LMLogicModuleFromFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Import-LMLogicModuleFromFile.ps1 -------------------------------------------------------------------------------- /Public/Import-LMRepositoryLogicModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Import-LMRepositoryLogicModule.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMAPIRequest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMAPIRequest.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMAWSAccountTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMAWSAccountTest.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMActiveDiscovery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMActiveDiscovery.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMAzureAccountTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMAzureAccountTest.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMAzureSubscriptionDiscovery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMAzureSubscriptionDiscovery.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMCloudGroupNetScan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMCloudGroupNetScan.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMCollectorDebugCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMCollectorDebugCommand.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMDeviceConfigSourceCollection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMDeviceConfigSourceCollection.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMDeviceDedupe.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMDeviceDedupe.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMGCPAccountTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMGCPAccountTest.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMNetScan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMNetScan.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMReportExecution.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMReportExecution.ps1 -------------------------------------------------------------------------------- /Public/Invoke-LMUserLogoff.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Invoke-LMUserLogoff.ps1 -------------------------------------------------------------------------------- /Public/New-LMAPIToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAPIToken.ps1 -------------------------------------------------------------------------------- /Public/New-LMAPIUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAPIUser.ps1 -------------------------------------------------------------------------------- /Public/New-LMAccessGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAccessGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMAccessGroupMapping.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAccessGroupMapping.ps1 -------------------------------------------------------------------------------- /Public/New-LMAlertAck.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAlertAck.ps1 -------------------------------------------------------------------------------- /Public/New-LMAlertEscalation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAlertEscalation.ps1 -------------------------------------------------------------------------------- /Public/New-LMAlertNote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAlertNote.ps1 -------------------------------------------------------------------------------- /Public/New-LMAlertRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAlertRule.ps1 -------------------------------------------------------------------------------- /Public/New-LMAppliesToFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMAppliesToFunction.ps1 -------------------------------------------------------------------------------- /Public/New-LMCachedAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMCachedAccount.ps1 -------------------------------------------------------------------------------- /Public/New-LMCollector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMCollector.ps1 -------------------------------------------------------------------------------- /Public/New-LMCollectorGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMCollectorGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMDashboardGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDashboardGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMDatasource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDatasource.ps1 -------------------------------------------------------------------------------- /Public/New-LMDatasourceGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDatasourceGraph.ps1 -------------------------------------------------------------------------------- /Public/New-LMDatasourceOverviewGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDatasourceOverviewGraph.ps1 -------------------------------------------------------------------------------- /Public/New-LMDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDevice.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceDatasourceInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceDatasourceInstance.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceDatasourceInstanceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceDatasourceInstanceGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceDatasourceInstanceSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceDatasourceInstanceSDT.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceDatasourceSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceDatasourceSDT.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceGroupProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceGroupProperty.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceGroupSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceGroupSDT.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceProperty.ps1 -------------------------------------------------------------------------------- /Public/New-LMDeviceSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDeviceSDT.ps1 -------------------------------------------------------------------------------- /Public/New-LMDiagnosticSource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMDiagnosticSource.ps1 -------------------------------------------------------------------------------- /Public/New-LMEnhancedNetscan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMEnhancedNetscan.ps1 -------------------------------------------------------------------------------- /Public/New-LMLogPartition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMLogPartition.ps1 -------------------------------------------------------------------------------- /Public/New-LMLogicModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMLogicModule.ps1 -------------------------------------------------------------------------------- /Public/New-LMNetscan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMNetscan.ps1 -------------------------------------------------------------------------------- /Public/New-LMNetscanGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMNetscanGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMNormalizedProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMNormalizedProperty.ps1 -------------------------------------------------------------------------------- /Public/New-LMOpsNote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMOpsNote.ps1 -------------------------------------------------------------------------------- /Public/New-LMPushMetricDataPoint.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMPushMetricDataPoint.ps1 -------------------------------------------------------------------------------- /Public/New-LMPushMetricInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMPushMetricInstance.ps1 -------------------------------------------------------------------------------- /Public/New-LMRecipient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMRecipient.ps1 -------------------------------------------------------------------------------- /Public/New-LMRecipientGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMRecipientGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMReportGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMReportGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMRole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMRole.ps1 -------------------------------------------------------------------------------- /Public/New-LMServiceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMServiceGroup.ps1 -------------------------------------------------------------------------------- /Public/New-LMServiceTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMServiceTemplate.ps1 -------------------------------------------------------------------------------- /Public/New-LMUptimeDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMUptimeDevice.ps1 -------------------------------------------------------------------------------- /Public/New-LMUptimeWebStep.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMUptimeWebStep.ps1 -------------------------------------------------------------------------------- /Public/New-LMUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMUser.ps1 -------------------------------------------------------------------------------- /Public/New-LMWebsite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMWebsite.ps1 -------------------------------------------------------------------------------- /Public/New-LMWebsiteGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/New-LMWebsiteGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMAPIToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMAPIToken.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMAccessGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMAccessGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMAlertRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMAlertRule.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMAppliesToFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMAppliesToFunction.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMCachedAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMCachedAccount.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMCollector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMCollector.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMCollectorGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMCollectorGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMConfigsource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMConfigsource.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDashboard.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDashboardGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDashboardGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDashboardWidget.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDashboardWidget.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDatasource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDatasource.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDevice.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDeviceDatasourceInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDeviceDatasourceInstance.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDeviceDatasourceInstanceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDeviceDatasourceInstanceGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDeviceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDeviceGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDeviceGroupProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDeviceGroupProperty.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDeviceProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDeviceProperty.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMDiagnosticSource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMDiagnosticSource.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMEscalationChain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMEscalationChain.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMIntegration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMIntegration.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMLogPartition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMLogPartition.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMLogsource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMLogsource.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMNetscan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMNetscan.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMNetscanGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMNetscanGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMNormalizedProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMNormalizedProperty.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMOpsNote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMOpsNote.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMPropertysource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMPropertysource.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMRecentlyDeleted.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMRecentlyDeleted.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMRecipientGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMRecipientGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMReport.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMReportGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMReportGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMRole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMRole.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMSDT.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMServiceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMServiceGroup.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMServiceTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMServiceTemplate.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMTopologysource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMTopologysource.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMUnmonitoredDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMUnmonitoredDevice.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMUptimeDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMUptimeDevice.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMUser.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMWebsite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMWebsite.ps1 -------------------------------------------------------------------------------- /Public/Remove-LMWebsiteGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Remove-LMWebsiteGroup.ps1 -------------------------------------------------------------------------------- /Public/Restore-LMRecentlyDeleted.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Restore-LMRecentlyDeleted.ps1 -------------------------------------------------------------------------------- /Public/Send-LMLogMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Send-LMLogMessage.ps1 -------------------------------------------------------------------------------- /Public/Send-LMPushMetric.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Send-LMPushMetric.ps1 -------------------------------------------------------------------------------- /Public/Send-LMWebhookMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Send-LMWebhookMessage.ps1 -------------------------------------------------------------------------------- /Public/Set-LMAPIToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMAPIToken.ps1 -------------------------------------------------------------------------------- /Public/Set-LMAccessGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMAccessGroup.ps1 -------------------------------------------------------------------------------- /Public/Set-LMAlertRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMAlertRule.ps1 -------------------------------------------------------------------------------- /Public/Set-LMAppliesToFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMAppliesToFunction.ps1 -------------------------------------------------------------------------------- /Public/Set-LMCollector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMCollector.ps1 -------------------------------------------------------------------------------- /Public/Set-LMCollectorConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMCollectorConfig.ps1 -------------------------------------------------------------------------------- /Public/Set-LMCollectorGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMCollectorGroup.ps1 -------------------------------------------------------------------------------- /Public/Set-LMConfigsource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMConfigsource.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDatasource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDatasource.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDevice.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDeviceDatasourceInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDeviceDatasourceInstance.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDeviceDatasourceInstanceAlertSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDeviceDatasourceInstanceAlertSetting.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDeviceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDeviceGroup.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDeviceGroupDatasourceAlertSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDeviceGroupDatasourceAlertSetting.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDeviceGroupProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDeviceGroupProperty.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDeviceProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDeviceProperty.ps1 -------------------------------------------------------------------------------- /Public/Set-LMDiagnosticSource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMDiagnosticSource.ps1 -------------------------------------------------------------------------------- /Public/Set-LMLogPartition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMLogPartition.ps1 -------------------------------------------------------------------------------- /Public/Set-LMLogPartitionAction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMLogPartitionAction.ps1 -------------------------------------------------------------------------------- /Public/Set-LMNetScan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMNetScan.ps1 -------------------------------------------------------------------------------- /Public/Set-LMNetscanGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMNetscanGroup.ps1 -------------------------------------------------------------------------------- /Public/Set-LMNewUserMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMNewUserMessage.ps1 -------------------------------------------------------------------------------- /Public/Set-LMNormalizedProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMNormalizedProperty.ps1 -------------------------------------------------------------------------------- /Public/Set-LMOpsNote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMOpsNote.ps1 -------------------------------------------------------------------------------- /Public/Set-LMPortalInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMPortalInfo.ps1 -------------------------------------------------------------------------------- /Public/Set-LMPropertysource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMPropertysource.ps1 -------------------------------------------------------------------------------- /Public/Set-LMPushModuleDeviceProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMPushModuleDeviceProperty.ps1 -------------------------------------------------------------------------------- /Public/Set-LMPushModuleInstanceProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMPushModuleInstanceProperty.ps1 -------------------------------------------------------------------------------- /Public/Set-LMRecipientGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMRecipientGroup.ps1 -------------------------------------------------------------------------------- /Public/Set-LMReportGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMReportGroup.ps1 -------------------------------------------------------------------------------- /Public/Set-LMRole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMRole.ps1 -------------------------------------------------------------------------------- /Public/Set-LMSDT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMSDT.ps1 -------------------------------------------------------------------------------- /Public/Set-LMServiceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMServiceGroup.ps1 -------------------------------------------------------------------------------- /Public/Set-LMTopologysource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMTopologysource.ps1 -------------------------------------------------------------------------------- /Public/Set-LMUnmonitoredDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMUnmonitoredDevice.ps1 -------------------------------------------------------------------------------- /Public/Set-LMUptimeDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMUptimeDevice.ps1 -------------------------------------------------------------------------------- /Public/Set-LMUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMUser.ps1 -------------------------------------------------------------------------------- /Public/Set-LMUserdata.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMUserdata.ps1 -------------------------------------------------------------------------------- /Public/Set-LMWebsite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMWebsite.ps1 -------------------------------------------------------------------------------- /Public/Set-LMWebsiteGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Set-LMWebsiteGroup.ps1 -------------------------------------------------------------------------------- /Public/Test-LMAppliesToQuery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Public/Test-LMAppliesToQuery.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/README.md -------------------------------------------------------------------------------- /RELEASENOTES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/RELEASENOTES.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Tests/ConvertTo-LMUptimeDevice.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/ConvertTo-LMUptimeDevice.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMAccessGroup.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMAccessGroup.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMAccount.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMAccount.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMAppliesToFunction.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMAppliesToFunction.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMAppliesToSearch.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMAppliesToSearch.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMCollector.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMCollector.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMDashboard.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMDashboard.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMDevice.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMDevice.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMDeviceGroup.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMDeviceGroup.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMFilterValidation.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMFilterValidation.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMNetScanGroup.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMNetScanGroup.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMOpsNotes.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMOpsNotes.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMReportGroup.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMReportGroup.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMSDT.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMSDT.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMUptimeDevice.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMUptimeDevice.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMUser-Role.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMUser-Role.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMWebsite.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMWebsite.Tests.ps1 -------------------------------------------------------------------------------- /Tests/LMWebsiteGroup.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/LMWebsiteGroup.Tests.ps1 -------------------------------------------------------------------------------- /Tests/PesterTestDashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Tests/PesterTestDashboard.json -------------------------------------------------------------------------------- /Update-ModifiedCmdletDocs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/Update-ModifiedCmdletDocs.ps1 -------------------------------------------------------------------------------- /en-US/Logic.Monitor-help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/en-US/Logic.Monitor-help.xml -------------------------------------------------------------------------------- /logicmonitor-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicmonitor/lm-powershell-module/HEAD/logicmonitor-api.yaml --------------------------------------------------------------------------------