diff --git a/Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 b/Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 index ce15b4693..92795adf5 100644 --- a/Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 +++ b/Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 @@ -21,8 +21,8 @@ function GetMailbox { [bool]$UseGetMailbox ) - $params = @{Identity = $Identity - ErrorAction = "SilentlyContinue" + $params = @{Identity = $Identity + ErrorAction = "SilentlyContinue" } if ($UseGetMailbox) {