Created
August 29, 2017 02:34
-
-
Save kevinblumenfeld/b0e494af6ebe87c3702856103d3fe7d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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