Benutzer mit den meisten Antworten
How can we remove recurring appointments from Resource Mailboxes if the appointment was made by a user who no longer exists?

Frage
-
We have a problem that people who leave the company do not first remove all of their appointments from Resources provided to the by exchange i.e. We have Meeting rooms that can be booked when booking a meeting via Outlook, these rooms are setup as Resource Mailboxes in our Exchange Server.
How can we :
a: find any appointments that have been made by people who have left and no account exists anymore?
b: How do we remove these?
Our Exchange Servers are outsourced and our Outsourcing company is telling us that this would have to be done manually.
Antworten
-
Hi Lenn,
hope this help you:
http://blog.remarqable.com/2011/12/22/clean-up-orphaned-calendar-items/
Best regards.
Dominik
Quick note. I ran into a scenario where the user’s account was already deleted, so when I would run the command, it didn’t do any clean up. When I checked the appointment, I saw that the user had ‘No e-mail address exists for this person’ in the properties in Outlook. Since this was the case, the command using the email address obviously didn’t work. I replaced the email address with the displayed user name in the appointment and it worked like a champ. The modified command looked something like this:
Get-Mailbox -Filter {CustomAttribute14 -eq ‘ResourceMB’} | Export-Mailbox -SenderKeywords “Lastname, Firstname” -IncludeFolders “\Calendar” –DeleteContent
NewCoTec GmbH MCITP: Enterprise Administrator 2008 MCITP: Enterprise Messaging Administrator 2010 MCTS: Windows 7, Configuring CCNA: Cisco Certified Network Associate
- Bearbeitet Dominik Höfling Donnerstag, 14. Juni 2012 13:31
- Als Antwort markiert Alex Pitulice Donnerstag, 21. Juni 2012 10:01
Alle Antworten
-
Hi Lenn,
hope this help you:
http://blog.remarqable.com/2011/12/22/clean-up-orphaned-calendar-items/
Best regards.
Dominik
Quick note. I ran into a scenario where the user’s account was already deleted, so when I would run the command, it didn’t do any clean up. When I checked the appointment, I saw that the user had ‘No e-mail address exists for this person’ in the properties in Outlook. Since this was the case, the command using the email address obviously didn’t work. I replaced the email address with the displayed user name in the appointment and it worked like a champ. The modified command looked something like this:
Get-Mailbox -Filter {CustomAttribute14 -eq ‘ResourceMB’} | Export-Mailbox -SenderKeywords “Lastname, Firstname” -IncludeFolders “\Calendar” –DeleteContent
NewCoTec GmbH MCITP: Enterprise Administrator 2008 MCITP: Enterprise Messaging Administrator 2010 MCTS: Windows 7, Configuring CCNA: Cisco Certified Network Associate
- Bearbeitet Dominik Höfling Donnerstag, 14. Juni 2012 13:31
- Als Antwort markiert Alex Pitulice Donnerstag, 21. Juni 2012 10:01
-
Hi Lenn,
is your problem solved? If yes, please mark Dominik's solution as an answer.
Please also take into consideration that this forum is addressed to German language speakers, and all the posts should be written in German.
If you know this language, in the future please write your questions in German so that everyone can understand the technical problem you encounter and to try and help you. Otherwise, if you main language is English, please post your question in one of the English Language Forums found at http://social.technet.microsoft.com/Forums/en-us/categories/
Best regards,
Alex
Alex Pitulice, MICROSOFT
Bitte haben Sie Verständnis dafür, dass im Rahmen dieses Forums, welches auf dem Community-Prinzip „IT-Pros helfen IT-Pros“ beruht, kein technischer Support geleistet werden kann oder sonst welche garantierten Maßnahmen seitens Microsoft zugesichert werden können.