Question : Metting requests

Hi ,

Somebody help me on this..

Issue: User which was meeting organisor, has send the Mettings requests to all members in comapny, After, Couple of days the user left the company and we have deleted his mailbox and AD account. But the issue is still meeting request are re-occuring to the all members.

Answer : Metting requests

"user1","user2","user3","user4","user5","user6" | Export-Mailbox -SubjectKeyWords "Confidential" -DeleteContent -IncludeFolders "\Calendar" -Confirm:$false

the -IncludeFolders switch means that it will only process the Calendar folder in the root of the mailbox

create an appointment in your mailbox and run it against yours
Export-Mailbox yourmailbox -SubjectKeyWords "Confidential" -DeleteContent -IncludeFolders "\Calendar" -Confirm:$false
Random Solutions  
 
programming4us programming4us