Content Search Query

Rising Flight 5,216 Reputation points
2021-02-03T16:26:06.76+00:00

Hi All

i have a user user1@Company portal .com, one of the outlook folder say TEST is missing from the users outlook. how can i search for that particular folder in content search. i am unable to see that option in content search query. Experts guide me

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,174 questions
Exchange | Exchange Server | Management
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-02-04T06:50:17.197+00:00

    Hi @Rising Flight ,

    According to my research and test, you could use Content Search to find this folder, but there must be messages in it. Because the content search couldn’t search folders directly, so we should search for the messages in it.

    1. New Content Search -> Modify
      63859-1.png
    2. Specify the target User:
      63784-2.png
      63785-3.png
    3. Run the search query and after done, Export report and generate.
      63860-4.png
    4. Download the report, using the eDiscovery Export Tool and Paste the export key to download this report.
      63786-5.png
    5. Open the Result.csv with Excel and choose Original Path(it should be the F column), then Ctrl+F to search the Folder’s name, for example it’s Test.
      63886-6.png

    And this means the Test folder is in Inbox.

    Another way to find all folders is to use Get-MailboxFolderStatistics, run the following cmdlet in EMS:

    Get-MailboxFolderStatistics -Identity User1 | FT Name,FolderPath -AutoSize  
    

    63787-7.png
    So you can view all folders here, if the result contains too many items, you could also export it to .csv file.

    Get-MailboxFolderStatistics -Identity Louis | Select-Object Name,FolderPath | Export-CSV C:\1\Folder.csv  
    

    Regards,
    Lou


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.