Useful exchange 2010 powershell commands.
After a disabled uers you don’t see the user in the disabled user list. Use the next powershell command:
clean-mailboxdatabase “name database”
Easy resubmit in exchange queue. you can enable this in one command. Use the next powershell command:
Retry-Queue -Identity “servername\Unreachables” -Resubmit $True
Easter-Egg in exchange 2010 powershell: Direct link to msexchangeteam.com:
Get-Exblog
More to come.