You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -429,17 +429,16 @@ We appreciate your continued support and enthusiasm for the Logic.Monitor PowerS
429
429
430
430
## 6.5
431
431
### Module Updates/Changes
432
-
-**Set-LMDeviceDatasourceInstance** Parameter -PropertiesMethod has been added to allow setting of property refresh behavior which brings it inline with similar cmdlets that deal with property modification. The default behavior is Replace like it is set for other cmdlets of similar function.
433
-
-**Copy-LMDashboard**: Added additional parameter -DashboardTokens to allow for overriding the current dashboard tokens set by the cloned dashboard object. This parameter takes a hashtable of tokens and their values.
434
-
-**Copy-Report**: Added the ability to specify a report object to use as a reference object to clone. This allows for customization of the report object before cloning if you need to modify any of the report parameters (such as properties, resource scope etc) before cloning.
435
-
-**New-LMNetScan**: Add new parameter -Schedule that takes a PSCustomObject defining the desired schedule. If no schedule is provided the previous behavior of defaulting to manual is used.
436
-
-**Set-LMNetScan**: Add new parameter -Schedule that takes a PSCustomObject defining the desired schedule. If no schedule is provided the previous behavior of defaulting to manual is used.
432
+
-**Set-LMDeviceDatasourceInstance**: Added `-PropertiesMethod` parameter to control property update behavior. Defaults to "Replace" to match other property-related cmdlets.
433
+
-**Copy-LMDashboard**: Added `-DashboardTokens` parameter (hashtable) to override tokens when cloning dashboards.
434
+
-**Copy-Report**: Now accepts a report object as a template for cloning. This enables customization of properties, resource scope, and other parameters before creating the copy.
435
+
-**New-LMNetScan** and **Set-LMNetScan**: Added `-Schedule` parameter that accepts a PSCustomObject to define scan scheduling. Maintains default manual scheduling when parameter is omitted.
437
436
438
-
### New Cmdlets:
439
-
-**Remove-LMDeviceGroupProperty**: This cmdlet will allow you to remove device properties assigned at a resource group level.
437
+
### New Cmdlets
438
+
-**Remove-LMDeviceGroupProperty**: Enables removal of device properties at the resource group level.
440
439
441
-
### Bug Fixes:
442
-
-**Set-LMCollectorConfig**: Fixed issue where multiple matches for a config line item could be updated if they contained a similar base path.
440
+
### Bug Fixes
441
+
-**Set-LMCollectorConfig**: Resolved an issue where similar configuration paths could cause unintended multiple updates.
0 commit comments