July 2017
Intermediate to advanced
648 pages
31h 9m
English
If you want to delete all messages in the administrator mailbox that were received today, use the following command:
Search-Mailbox administrator '
-SearchQuery "Received:today" '
-DeleteContent -Force
If you want to delete all messages in the administrator mailbox that have been received between March and July, use the following command:
Search-Mailbox administrator '
-SearchQuery "Received:03/01/2017..07/01/2017" '
-DeleteContent -Force
Read now
Unlock full access