按 body 内容搜索日历项目

Search for Calendar Items by body contents

一位客户不小心将她的日历与另一个日历合并,并且有这些她不需要的事件经常与她的实际会议发生冲突,并且这些项目足够多而成为问题 所以我们正在寻找一种简单的方法来删除它们,只删除她不需要的那些 他们的body里面都有这个hyperlink https://app.asana.com/ 但是所有的主题都是独一无二的 这是我的尝试

PS C:\Windows\system32> Search-Mailbox -identity user@domain.com -TargetMailbox results@domain.com - 
SearchQuery "https://app.asana.com/"

cmdlet Search-Mailbox at command pipeline position 1
Supply values for the following parameters:
TargetFolder: results
WARNING: Search-Mailbox is being deprecated. Please use New-ComplianceSearch and related eDiscovery 
commands instead.
WARNING: The Search-Mailbox cmdlet returns up to 10000 results per mailbox if a search query is 
specified. To return
more than 10000 results, use the New-MailboxSearch cmdlet or the In-Place eDiscovery & Hold console 
in the Exchange
Administration Center.
The property keyword isn't supported.
+ CategoryInfo          : InvalidArgument: (:) [], ParserException
+ FullyQualifiedErrorId : [Server=MN2PR10MB4014,RequestId=ab8cd083-d91f-44c2-a79d- 
8b02aa741bd4,TimeStamp=10/23/201
9 3:07:32 PM] [FailureCategory=Cmdlet-ParserException] 8EBF7B47
+ PSComputerName        : ps.outlook.com

PS C:\Windows\system32>

我在 google 上唯一能找到的就是围绕这个 https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/search-mailbox?view=exchange-ps 但与实际从 body 中提取内容无关。 微软的支持被难住了,因为他们认为我们应该能够,但他们不知道如何去做。那是来自 phone 的代理人和他的第 2 层

在 Outlook 中,您可以根据任何允许您搜索事件的内容进行过滤。他们都有 hyper link 所以我只是 ctrl + a 并删除了所有这些。