Hello, I need to remove all contacts from a especified domain @domain.com from all users mailbox, but keeping the other contacts on their lists..
Is there any way to to that ? GPO ?
Thanks
Technology Tips and News
Hello, I need to remove all contacts from a especified domain @domain.com from all users mailbox, but keeping the other contacts on their lists..
Is there any way to to that ? GPO ?
Thanks
This url should help you :-
https://social.technet.microsoft.com/Forums/windows/en-US/effa91a7-4501-47fa-8874-bacdff6b375b/deleting-or-purging-a-specific-contacts-folder-for-all-existing-users
Hi,
I search around, we can only use search-mailbox cmdlet to search all contacts from all users mailbox, but we cannot search contacts with a specified domain.
Command like this:
Get-Mailbox | Search-mailbox -searchquery 'kind:contacts' DeleteContent
Best Regards.