Skip to content

v6.4

Compare
Choose a tag to compare
@stevevillardi stevevillardi released this 16 Oct 12:49
· 19 commits to main since this release
eb15486

6.4

Module Updates/Changes

  • Write-LMHost has been removed entirely starting in this version and replaced with native Write-Information,Warning and Error cmdlets. If you would like to suppress the output of these cmdlets you can use the $InformationPreference, $DebugPreference and $WarningPreference variables. Additionally you can use the -DisableConsoleLogging switch on Connect-LMAccount to suppress Write-Information output.
  • New/Updated Pester tests have been added to validate the module builds and ensure functionality for the following cmdlets:
    • AccessGroup
    • AppliesToFunction
    • AppliesToSearch
    • Device
    • DeviceGroup
    • NetScanGroup
    • OpsNotes
    • ReportGroup
    • SDT
    • Users/Roles
    • Website
    • WebsiteGroup

New Cmdlets:

  • New-LMAccessGroupMapping: This cmdlet will create a new access group mapping/unmapping based on specified module and accessgroups.