Hello,
I don't want the prompt for confirm yes or not to delete.
My command is:
Search-Mailbox identity user one SearchQuery kind:contacts -DeleteContent -confirm:$false
But always i have the confirmation.
Thx for your help.
Technology Tips and News
Hello,
I don't want the prompt for confirm yes or not to delete.
My command is:
Search-Mailbox identity user one SearchQuery kind:contacts -DeleteContent -confirm:$false
But always i have the confirmation.
Thx for your help.
Hi,
Use -Force switch too
The Force switch overrides the confirmation prompt displayed when your use the DeleteContent switch to permanently delete messages.