0

i have a list of users for which i need to find their mailbox store.. pls help me with a vbscript to get the output.

TIA

1 Answers1

1

Not vbscript i know but here's a PowerShell one-liner...

Get-MailboxStatistics | Sort-Object Database | ft DisplayName,Database
BoyMars
  • 1,012
  • 1
  • 6
  • 15