Exchange 2013 PowerShell cmdlets
I have ran the first PowerShell cmdlet in Microsoft Exchange 2013 ‘Exchange Management Shell’. PowerShell for Exchange 2013 is based on PowerShell v3. PowerShell version 3.0 has come with new functionalities and simplicity. See an example: Exchange 2010 we have used the following cmdlet
Get-Mailbox | Where {$_.Name –like administrator}
In Exchange 2013 PowerShell has introduced a simple format for this:
Get-Mailbox | where name –like administrator
Exchange 2013 Cmdlets (Copied from here)
Messaging Policy and Compliance Cmdlets
Anti-Spam and Anti-Malware Cmdlets
Email Address and Address Book Cmdlets
Sharing and Collaboration Cmdlets
Federation and Hybrid Configuration Cmdlets
Server Health, Monitoring, and Performance Cmdlets