I need an Exchange 2010 command that will list each user and a total count of folders
I can get them individually with this command:
get-mailboxfolderstatistics -id %username%).count
How do I have this give me a listing of all users with their total number of folders without writing a script. Isn't there a way to output this in a single command?
Exchange
Last Comment
ewiener
8/22/2022 - Mon
Adam Brown
You'll have to expand it a bit, but this should work:
Open in new window