Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Inbox Rules with multiple email-addresses in From parameter

$
0
0

Exchange 2010 SP3. I need to use the -From parameter in the Set-InboxRule Cmdlet with more than one address, but I can't get it to work. This is how I would have hoped it would work:

Set-InboxRule <RuleName> -Mailbox <Mailbox> -From "email-address1,email-address2"

But seems to me that email-address2 is ignored. Tried different delimiters with same result.

Can you Guys help me figure out, how to assign a multi-address value to the -From parameter? Thanks! :)


Viewing all articles
Browse latest Browse all 6937

Trending Articles