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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.