Tuesday, June 12, 2012

List all Get-Mailbox objects - Powershell

Came across a command I needed to remember that's helpful when working on Exchange powershell scripting.

If you want to list all of the objects for Get-Mailbox, use the following command.

Get-Mailbox | format-list

No comments:

Post a Comment