Remove Calendar Attachments

by mr_evans2u at 2013-03-05 08:12:37

Our users have been asking for the ability to remove calendar attachments from their old meeting to save on space. Does anyone know how this can be done with a Powershell script? We want to save the meeting, but remove the attachment.
by DonJ at 2013-03-06 03:50:50
Unlikely. Or, not practically. Exchange doesn’t provide a set of PowerShell commands for cracking open users’ mailboxes and modifying individual mail items.

Not that this CANNOT be done - but you’re basically going to write C#-like code against the Exchange APIs. http://stackoverflow.com/questions/4454 … powershell for example shows how to open an Inbox, using PowerShell, and as you can see it’s pretty much just plain .NET programming. I suspect it’d be easier in Visual Studio.
by albertwt at 2013-04-15 23:00:27
Is this behaviour still exist in the version 2010 and 2013 as well ?