Get-LMDeviceGroupGroups
Syntax
Section titled “Syntax”Description
Section titled “Description”The Get-LMDeviceGroupGroups function retrieves all subgroups that belong to a specified device group in LogicMonitor. The parent group can be identified by either ID or name, and the results can be filtered.
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”#Retrieve subgroups by parent group IDGet-LMDeviceGroupGroups -Id 123EXAMPLE 2
Section titled “EXAMPLE 2”#Retrieve filtered subgroups by parent group nameGet-LMDeviceGroupGroups -Name "Production" -Filter $filterObjectParameters
Section titled “Parameters”CommonParameters
Section titled “CommonParameters”This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.