Hi
I use script below to create inbox rule but I got problem with -From parameters. I would like to use three email in -From. After done script I got just first smtp address mykhalchuk@constoso.com.
new-inboxrule -Mailbox $user -Name 'Test' -SubjectContainsWords 'Test' -From 'mykhalchuk@constoso.com;yna@contoso.com;kiv@contoso.com' -MoveToFolder $folder
Could you advise how set up more than one address?
Thanks in advance