Exchange 2013 Powershell EMS

This post is also available in: Polish

In Microsoft Exchange 2013 Preview, PowerShell still plays an important role.
In new edition PowerShell for Exchange 2013 is based on PowerShell v3 and Management Framework 3.0 and in addition it has been enhanced with new cmdlets.
Even in Microsoft Exchange 2010 PowerShell allow administrators to perform many complicated things that were not available in the graphics console EMC. That allows us to create scripts to facilitate the daily administrative work.

By using PowerShell version 3.0 the new Exchange server support gained by using the commands on the functionality and simplicity.
For version 2.0 to search a box for a particular look like this:

 Get-Mailbox | Where {$_.Name –like “*smith*”}

now in PowerShell version 3.0 it looks:

Get-Mailbox | where name –like “*smith*”

 

More information about the simplification of the commands in PowerShell v3 can be found here…

 

The new version of Microsoft Exchange Server, there are also new commands to PowerShell – Cmdlets.
For a complete list and description can be found here: Exchange 2013 Cmdlets

Below is a list of new commands that are available with Microsoft Exchange 2013 Preview:

Add-GlobalMonitoringOverride Add-ResubmitRequest Add-ServerMonitoringOverride Clear-MobileDevice Complete-MigrationBatch Disable-App 

Disable-MailboxQuarantine 

Disable-UMCallAnsweringRule 

Dump-ProvisioningCache 

Enable-App 

Enable-MailboxQuarantine 

Enable-UMCallAnsweringRule 

Export-DlpPolicyCollection 

Export-MigrationReport 

Get-ActiveSyncDeviceAutoblockThreshold 

Get-App 

Get-AuthConfig 

Get-AuthServer 

Get-CalendarDiagnosticAnalysis 

Get-ClassificationRuleCollection 

Get-DataClassification 

Get-DlpPolicy 

Get-DlpPolicyTemplate 

Get-ExchangeServerAccessLicense 

Get-ExchangeServerAccessLicenseUser 

Get-FrontendTransportServer 

Get-FrontendTransportService 

Get-GlobalMonitoringOverride 

Get-HealthReport 

Get-InterceptorRule 

Get-MailboxSearch 

Get-MailboxTransportService 

Get-MalwareFilteringServer 

Get-MalwareFilterPolicy 

Get-MalwareFilterRecoveryItem 

Get-MigrationBatch 

Get-MigrationConfig 

Get-MigrationEndpoint 

Get-MigrationStatistics 

Get-MigrationUser 

Get-MigrationUserStatistics 

Get-MobileDevice 

Get-MobileDeviceMailboxPolicy 

Get-MobileDeviceStatistics 

Get-MonitoringItemHelp 

Get-MonitoringItemIdentity 

Get-Notification 

Get-PartnerApplication 

Get-PendingFederatedDomain 

Get-PolicyTipConfig 

Get-PublicFolderMailboxDiagnostics 

Get-PublicFolderMigrationRequest 

Get-PublicFolderMigrationRequestStatistics

Get-PublicFolderMoveRequest 

Get-PublicFolderMoveRequestStatistics 

Get-QueueDigest 

Get-ResourcePolicy 

Get-ResubmitRequest 

Get-ServerComponentState 

Get-ServerHealth 

Get-ServerMonitoringOverride 

Get-SiteMailbox 

Get-SiteMailboxDiagnostics 

Get-SiteMailboxProvisioningPolicy 

Get-TeamMailbox 

Get-TeamMailboxDiagnostics 

Get-TeamMailboxProvisioningPolicy 

Get-TransportService 

Get-UMCallAnsweringRule 

Get-UMCallRouterSettings 

Get-UMMailboxConfiguration 

Get-UMPhoneSession 

Get-UserPhoto 

Get-WorkloadManagementPolicy 

Get-WorkloadPolicy 

Import-DlpPolicyCollection 

Import-DlpPolicyTemplate 

Invoke-MonitoringProbe 

New-App 

New-AuthServer 

New-ClassificationRuleCollection 

New-DlpPolicy 

New-InterceptorRule 

New-MailboxSearch 

New-MalwareFilterPolicy 

New-MigrationBatch 

New-MigrationEndpoint 

New-MobileDeviceMailboxPolicy 

New-PartnerApplication 

New-PolicyTipConfig 

New-PowerShellVirtualDirectory 

New-PublicFolderMigrationRequest 

New-PublicFolderMoveRequest 

New-ResourcePolicy 

New-SiteMailbox 

New-SiteMailboxProvisioningPolicy 

New-TeamMailbox 

New-TeamMailboxProvisioningPolicy 

New-UMCallAnsweringRule 

New-WorkloadManagementPolicy 

New-WorkloadPolicy 

Redirect-Message Remove-App Remove-AuthServer Remove-ClassificationRuleCollection Remove-DlpPolicy Remove-DlpPolicyTemplate 

Remove-GlobalMonitoringOverride 

Remove-HybridConfiguration 

Remove-InterceptorRule 

Remove-MailboxSearch 

Remove-MalwareFilterPolicy 

Remove-MalwareFilterRecoveryItem 

Remove-MigrationBatch 

Remove-MigrationEndpoint 

Remove-MigrationUser 

Remove-MobileDevice 

Remove-MobileDeviceMailboxPolicy 

Remove-PartnerApplication 

Remove-PolicyTipConfig 

Remove-PowerShellVirtualDirectory 

Remove-PublicFolderMigrationRequest 

Remove-PublicFolderMoveRequest 

Remove-ResourcePolicy 

Remove-ResubmitRequest 

Remove-ServerMonitoringOverride 

Remove-SiteMailboxProvisioningPolicy 

Remove-TeamMailboxProvisioningPolicy 

Remove-UMCallAnsweringRule 

Remove-UserPhoto 

Remove-WorkloadManagementPolicy 

Remove-WorkloadPolicy 

Reset-ProvisioningCache 

Resume-MalwareFilterRecoveryItem 

Resume-PublicFolderMigrationRequest 

Resume-PublicFolderMoveRequest 

Send-MapiSubmitSystemProbe 

Set-ActiveSyncDeviceAutoblockThreshold

Set-App 

Set-AuthConfig 

Set-AuthServer 

Set-ClassificationRuleCollection 

Set-DlpPolicy 

Set-FrontendTransportServer 

Set-FrontendTransportService 

Set-InterceptorRule 

Set-MailboxSearch 

Set-MailboxTransportService 

Set-MalwareFilteringServer 

Set-MalwareFilterPolicy 

Set-MigrationBatch 

Set-MigrationConfig 

Set-MigrationEndpoint 

Set-MobileDeviceMailboxPolicy 

Set-Notification 

Set-PartnerApplication 

Set-PendingFederatedDomain 

Set-PolicyTipConfig 

Set-PublicFolderMigrationRequest 

Set-PublicFolderMoveRequest 

Set-ResourcePolicy 

Set-ResubmitRequest 

Set-ServerComponentState 

Set-ServerMonitor 

Set-SiteMailbox 

Set-SiteMailboxProvisioningPolicy 

Set-TeamMailbox 

Set-TeamMailboxProvisioningPolicy 

Set-TransportService 

Set-UMCallAnsweringRule 

Set-UMCallRouterSettings 

Set-UMMailboxConfiguration 

Set-UserPhoto 

Set-WorkloadPolicy 

Start-MigrationBatch 

Start-UMPhoneSession 

Stop-MigrationBatch 

Stop-UMPhoneSession 

Suspend-PublicFolderMigrationRequest 

Suspend-PublicFolderMoveRequest 

Test-MigrationServerAvailability 

Test-OAuthConnectivity 

Test-SiteMailbox 

Test-TeamMailbox 

Update-PublicFolderMailbox 

Update-SiteMailbox 

Update-TeamMailbox

Print Friendly
Tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>