Search code examples
exchangewebservicesexchange-server-2010powershell-remoting

How to get all mailbox details using "Get-MailBox" cmdlet?


I am not able to get all mailboxes using this cmdlet "Get-Mailbox", instead it is returning only one mailbox details for the account which is used for authentication. I have enabled windows authentication on Powershell in IIS for accessing exchange powershell using C# console application and authenticating it with administrator account.


Solution

  • If you are indeed typing "Get-Mailbox" and nothing else either: A) You do not have the correct access rights to Exchange or B) You only have one mailbox in Exchange.