Skip to main content

Manage Exchange Mailbox rules with Powershell

 

Get All rules for a mailbox 

    Get-InboxRule -Mailbox mailbox

Gives something like 

Name                  Enabled Priority RuleIdentity

----                  ------- -------- ------------

Forward mail to Yahoo True    1        nnnnnnnnnnnnnnnnnnnnn


Select all rule properties 


Get-InboxRule -Mailbox mailbox -Identity nnnnnnnnnnnnnnnnnnnnnnn

Comments

Popular posts from this blog