Site1 という名前の Microsoft SharePoint Online サイトを含む Microsoft 365 E5 サブスクリプションがあります。 Site1 には、次の表に示すファイルが含まれています。 Microsoft Purview ポータルで、Conlent1 という名前のコンテンツ検索を作成し、次の図に示すように検索条件を構成します。 Content1 によって返されるファイルはどれですか?
正解:A
The content search uses the KQL editor with the query -Author:USER1. In eDiscovery/Content search, the minus sign denotes NOT and KQL is case-insensitive for property values. Therefore, this query returns items whose Author is not 'User1'. File1.docx # Author = User1 # excluded File2.docx # Author = User2 # included File3.docx # Author = USER1 (same as User1, case-insensitive) # excluded Result: File2.docx only. Reference: Microsoft Search (KQL) property restrictions and case-insensitive behavior for queries in content search.