fix(Exchange): stop Import-ExchangeManagementShell leaking True (v1.6.7)

return True from EMS import was collected into mailbox lists and domain joins, causing Get-InboxRule on mailbox True. Suppress import output at call sites and log accepted domains via @() enumeration.
This commit is contained in:
PTah
2026-05-22 16:10:36 +10:00
parent 744f254c09
commit 971461accf
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1 +1 @@
1.6.6
1.6.7