Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kevinblumenfeld/b0e494af6ebe87c3702856103d3fe7d8 to your computer and use it in GitHub Desktop.
Save kevinblumenfeld/b0e494af6ebe87c3702856103d3fe7d8 to your computer and use it in GitHub Desktop.
Get-Mailbox : Cannot bind parameter 'Identity'. Cannot convert value "" to type
"Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter". Error: "Parameter values of type
Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter can't be empty. Specify a value, and try again.
Parameter name: identity"
At C:\scripts\Get_Mailbox_Permissions.Exchange2.ps1:15 char:69
+ ... Fullaccess = (($FullAccess).split("!!") | % {((get-mailbox $_).Displa ...
+ ~~
+ CategoryInfo : InvalidArgument: (:) [Get-Mailbox], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.Exchange.Management.RecipientTasks.GetMailbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment