Power Shell Exchange 2007 - Amount of mailbox active
Hi I 'd like to know if is there a power shell command wich show me amount of result of a command. For example , if I put get-mailbox, this command should show me the amount of mailbox that I have stored in my server. Regards.Wilson Nadim ITIL + MOF + ISO 20000 + ISO 27002 + CobiT
September 19th, 2011 8:23am

Try this: (Get-Mailbox -ResultSize:Unlimited | Group-Object -Property:Database | Sort-Object -Property:Count | Select-Object -Property:Name)[0] source: http://powershell.com/cs/media/p/4300.aspx BR MadsPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
September 19th, 2011 9:16am

Hi Wilson, You can run the (Get-Mailbox).count Frank Wang
September 22nd, 2011 3:57am

Hi Frank and Mads I've got completing this task using Get-Mailbox | measure-object -line thanksWilson Nadim ITIL + MOF + ISO 20000 + ISO 27002 + CobiT
Free Windows Admin Tool Kit Click here and download it now
September 22nd, 2011 7:12am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics