Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: logicmonitor/lm-powershell-module

Tags

7.5.0

Toggle 7.5.0's commit message
7.5 release

7.4.2

Toggle 7.4.2's commit message
switch to aliases

7.4.1

Toggle 7.4.1's commit message
7.4.1 hotfix

Fix cmdlet exports changed due to linting changes

7.4

Toggle 7.4's commit message
7.4 release

7.3.1

Toggle 7.3.1's commit message
Update LMAccessGroup.Tests.ps1

7.3.0

Toggle 7.3.0's commit message
Update README.md

7.2.2

Toggle 7.2.2's commit message
7.2.2 release

7.2.1

Toggle 7.2.1's commit message
7.2.1 release

# Change List

## 7.2.1
### Updated Cmdlets:
 - **Remove-LMDeviceGroupProperty**: Added pipeline support for passing DeviceGroup objects to this cmdlet for processing.

### New Cmdlets:
 - **Set-LMDeviceGroupProperty**: Cmdlet to update the value of a custom property assigned to a device group. Cmdlet takes a *-Id* or *-Name* of the device group to be updated along with a *-PropertyName* and *-PropertyValue*. This cmdlet has pipeline support for DeviceGroup objects.
 - **New-LMDeviceGroupProperty**: Cmdlet to remove the value of a custom property assigned to a device group. Cmdlet takes a *-Id* or *-Name* of the device group to be updated along with a *-PropertyName* that is to be deleted. This cmdlet has pipeline support for DeviceGroup objects.

### Bug Fixes:
 - **-Filter Parameter**: Fixed an issue that caused and invalid filter error when trying to use filters that contains special reserved characters like *()*.

7.2.0

Toggle 7.2.0's commit message
update release notes