July 2017
Intermediate to advanced
648 pages
31h 9m
English
If you want to delete all contacts from a mailbox, use the following command:
Search-Mailbox administrator '
-SearchQuery "Kind:Contacts" '
-DeleteContent -Force
If you want to delete all the notes from a mailbox, use the following code:
Search-Mailbox administrator '
-SearchQuery "Kind:Notes" '
-DeleteContent -Force
Read now
Unlock full access