July 2017
Intermediate to advanced
648 pages
31h 9m
English
Once you start a discovery search, it may take some time to complete depending on the size and number of mailboxes you are working with. These searches can be completely managed from the Shell. For example, if you want to remove a search before it completes, you can use the Remove-MailboxSearch cmdlet. You can also stop a search, modify its properties, and then restart it. Let's say that we've just created a new search, we can check its status with the Get-MailboxSearch cmdlet:
Get-MailboxSearch | Select Name, Status, Percentcomplete
If needed, we can stop the search before it is completed, modify its properties, and then restart the search using the mailbox search cmdlets:
Stop-MailboxSearch Case2Set-MailboxSearch Case2 ...
Read now
Unlock full access