1

We have some employee who have left the company. Email and AD account have been deleted but meetings still show up in rooms calendar. How can i delete them except going on the meeting room calendar and deleting all meetings 1 by 1?

Thanks

Alex
  • 131
  • 1
  • 11

1 Answers1

-1

Your question looks similar to the article I've posted below. You may be able to use the powershell commands listed in the article to achieve your goal.

Microsoft System Center Introduction to Microsoft Automation Solutions

PersianGulf
  • 602
  • 8
  • 21
Dresca
  • 102
  • 1
  • 7
  • hmm When i do you command line get-mailbox | export-mailbox... i have an error, the term 'Export-Mailbox' is not recognized. – Alex May 09 '12 at 19:57
  • You can try this: Search and delete all content from a particular user (*** Careful this removes all content from a users mailbox including mail, contacts,calendar,ect.) 'get-mailbox “ResMailbox1” |Search-Mailbox -SearchQuery 'From:"TestUser@contoso.com*"' -DeleteContent' – Dresca May 09 '12 at 20:52
  • 1
    Welcome to Server Fault! Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – wfaulk May 09 '12 at 21:01
  • Link is now dead. – blaughw Nov 25 '15 at 00:39