Useful PowerShell Commands for Exchange 2007 Part 1
Here are some Powershell Commands for Exchange 2007/2010, which may useful for you. get-user | sort-object name – List all Active Directory Users get-user "name" | format-list – Infos for a single User get-mailboxstatistics "username" | format-list – Statisic for a single User get-mailboxstatistics -server "name" | format-list – List all User with Object Counts […]
Useful PowerShell Commands for Exchange 2007 Part 1 Read More »