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! :)