Hi everyone,
I'm hoping someone can help here.
I'm looking to use Powershell (or anything else if someone can suggest something better) to do the following:
1) Monitor a mailbox for incoming email (mailbox alias name: webmeetings)
2) Check the subject of the email for the phrase "Web Meeting Request"
3) Parse the subject of the email and get the Username from it. The email would have a subject like "Username - Web Meeting Request" where Username would be a user's Username (e.g. MatthewG - Meeting Request)
4) Based on the Username, get the user's email address. The user would be in our Global Address List so the script could get the user's email address from the GAL (e.g. MatthewG -> Matthew.Gibbons@company.com)
5) Redirect (or forward) the email to the user's GAL email address.
6) Delete the email from the "webmeetings" mailbox after redirecting/forwarding it
Thanks in advance for any help!
I'm hoping someone can help here.
I'm looking to use Powershell (or anything else if someone can suggest something better) to do the following:
1) Monitor a mailbox for incoming email (mailbox alias name: webmeetings)
2) Check the subject of the email for the phrase "Web Meeting Request"
3) Parse the subject of the email and get the Username from it. The email would have a subject like "Username - Web Meeting Request" where Username would be a user's Username (e.g. MatthewG - Meeting Request)
4) Based on the Username, get the user's email address. The user would be in our Global Address List so the script could get the user's email address from the GAL (e.g. MatthewG -> Matthew.Gibbons@company.com)
5) Redirect (or forward) the email to the user's GAL email address.
6) Delete the email from the "webmeetings" mailbox after redirecting/forwarding it
Thanks in advance for any help!