PowerShell script exchange
ri_joe
Influencer
Posts: 10 Liked: never
Joined: May 02, 2019 8:28 am
Contact:
Post
by ri_joe » May 15, 2019 5:10 am
this post
Hello,
https://helpcenter.veeam.com/docs/backu ... l?ver=95u4
According to the doc:
Allows using keywords for mailbox item search. The cmdlet will return items that match the search query from the specified folder, database or mailbox.
So what's the search scope? on subject, mail body or sender?
Or can I limit the search by additional parameter. for example: -Query subject="abc"
Thanks
Mike Resseler
Product Manager
Posts: 8191 Liked: 1322 times
Joined: Feb 08, 2013 3:08 pm
Full Name: Mike Resseler
Location: Belgium
Contact:
Post
by Mike Resseler » May 15, 2019 5:57 am
1 person likes this post
Ri-Joe,
You need to create a query like you would do in Outlook (
https://support.office.com/en-us/articl ... 6FB895A8DA )
So when you create this, you need to do something like -Query "subject:abc to:someone". (Or use a string variable like: -Query $Query)
ri_joe
Influencer
Posts: 10 Liked: never
Joined: May 02, 2019 8:28 am
Contact:
Post
by ri_joe » May 15, 2019 9:43 am
this post
Thank you Mike
Users browsing this forum: No registered users and 12 guests