Outlook zeigt Postfächer an die als zusätzliche Postfächer angebunden wurden… Aber in zusätzliche postfächer nicht angezeigt werden.

$FixAutoMapping = Get-MailboxPermission hm| where {$_.AccessRights -eq “FullAccess” -and $_.IsInherited -eq $false}
$FixAutoMapping | Remove-MailboxPermission
$FixAutoMapping | ForEach {Add-MailboxPermission -Identity $_.Identity -User $_.User -AccessRights:FullAccess -AutoMapping $false}