Techit Tricks

You can download videos of CCNA | Azure | Vmware | AWS | Citrix | HP

Exchange Shell Commands / cmdlets - Useful Exchange cmdlets (Part 4)

Exchange Shell Commands



Convert to user mailbox :


Set-Mailbox -ALIAS Old-Mailbox –ApplyMandatoryProperties



To Clean Mailbox Database :


clean-mailboxdatabase tox-mxclu02\SG2\SG2DB1  (Note : Replace this with your database path)

This command will Disconnect all the Mailboxes in Database…



To Convert User mailbox to Shared Mailbox :


set-mailbox -identity ‘Mailbox Name’  -type : shared


EmoticonEmoticon