How to delete the calendar items from user mailbox
Hello Team, We have exchange 2007,and once the user has quit from the organization.he has lot calendar items in his mailbox. now i want to delete all the calendar items which is in his calendar at one shot Is there is any command to delete all at once?
July 9th, 2010 2:09pm

Open the mailbox, click on calendar and then do a search without entering anything. Then select all entries and delete them. If there's a powershell command please let me know.
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2010 3:45pm

Try this. Export-Mailbox –Identity 'mailbox' –PSTFolderPath 'path to PST' –IncludeFolders "\Calendar”,”\Agenda” –DeleteContent –Confirm:$FalseMark Morowczynski|MCT| MCSE 2003:Messaging, Security|MCITP:EMA 2K7,EDA Win 7,ES,SA,EA|MCTS:Windows Mobile Admin|Security+|http://almostdailytech.com
July 9th, 2010 4:06pm

Hi, have you tried mfcmapi: 1. Downloaded the tool MFCMAPI from Microsoft Exchange Server MAPI Editor http://www.microsoft.com/downloads/details.aspx?familyid=55FDFFD7-1878-4637-9808-1E21ABB3AE37&displaylang=en 2. Launch MFCMAPI.EXE, click "Session", click "Logon and Display Store Table" and connect to the Outlook profile for the user 3. Double click the "Mailbox - username" 4. Click "Root Container" to show the properties in the right-side pane. Use MFCMAPI to delete the calendar on the server. 1. Please Launch MFCMAPI tool on the user’s client. 2. Go to Session -> Logon and Display Store Table. 3. Select the outlook profile of the user and double-click “Mailbox - your user name” 4. In the next window->expand “Root Container”->expand “IPM_SUBTREE”. 5. Please delete ”Calendar”. Ripu Daman Mina | MCSE 2003 & MCSA Messaging
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2010 4:08pm

Hello All Thanks for all your post. I have tried all the three option , Option 2. Export mailbox command is successfull , but it is not deleted the calendar items Export-Mailbox –Identity user1 –PSTFolderPath E:\Temp –IncludeFolders "\Calendar”,”\Agenda” –DeleteContent –Confirm:$False it has created the PSt on my PC in the location E:\temp but it is empty.also the calendar items are also not deleted after that Option 3. MFCMAPI....works great......deleted the folder via mfcmapi and found there is no calendar item after that. it works simply great. Thanks to all
July 10th, 2010 8:26am

It's probably easiest to open the mailbox with Outlook, change the Calendar view to "All Appointments" and then select and shift-delete them all. -- Ed Crowley MVP "There are seldom good technological solutions to behavioral problems." . "rush2ramki" wrote in message news:0c8c1b03-9a6f-4ca0-a404-d9eac0e60674... Hello Team, We have exchange 2007,and once the user has quit from the organization.he has lot calendar items in his mailbox. now i want to delete all the calendar items which is in his calendar at one shot Is there is any command to delete all at once? Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2010 8:50am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics