Calendar procesong for all mailboxes

I'm setting up Good ent user and I want to set calendar processing true for all the mailboxes

When I run

Get-Mailbox | set-CalendarProcessing - ProcessExternalMeetingMessages   -True

it gives the errors that this can only be applied to Room Maikboxes - which make sense. So How Do I implement it for regualr mailboxes? Do I need to assign a policy if so then how?

Thanks

May 7th, 2015 7:53pm

Hi, may be this help you.

Working with Calendar Permissions in Bulk on Exchange 2010 


Free Windows Admin Tool Kit Click here and download it now
May 7th, 2015 10:56pm

What you can do is convert the mailbox to Room, set it, then convert back to user mailbox. This will preserve the settings that can only be configured for a room mailbox, such as AutoAccept or ProcessExternalMeetingMessages. I'm pretty sure that's not supported by Microsoft though, so use at your own risk :)
May 8th, 2015 2:59am

hii ,

i would like to redirect you on the following link to get the solution for your issue, May this will help you.

https://technet.microsoft.com/en-in/library/dd335046(v=exchg.150).aspx

Regards.

Free Windows Admin Tool Kit Click here and download it now
May 8th, 2015 3:07am

Hi,

What the error pops up? Please post the error to us for troubleshoot.

And run the following command against different mailbox type to check this issue.

Set-CalendarProcessing Identity UserName -ProcessExternalMeetingMessages $True

Please let me know the results.

Best Regards.

May 8th, 2015 5:07am

Lynn-Li

Set-CalendarProcessing Identity UserName -ProcessExternalMeetingMessages $True

this works for a single usermailbox but It does not work for 6000 mailboxes

Get-mailbox | Set-CalendarProcessing Identity UserName -ProcessExternalMeetingMessages $True it throws the error which means this can only be run against the room mailbox.

Free Windows Admin Tool Kit Click here and download it now
May 8th, 2015 9:32am

ProcessExternalMeetingMessages can only be enabled on resource mailboxes.
    + CategoryInfo          : InvalidData: (US.AD.Company.INT/R...s/Sturgill:ADObjectId) [Set-CalendarProcessing], Resourc
   eOnlyException
    + FullyQualifiedErrorId : [Server=USAW001,RequestId=f685fc3f-090c-4e8e-9301-34a8e53d1348,TimeStamp=5/7/2015 5:36:23
    PM] [FailureCategory=Cmdlet-ResourceOnlyException] 3BB603B7,Microsoft.Exchange.Management.StoreTasks.SetCalendarProces
  sing
    + PSComputerName        : usaw001.us.ad.company.int
May 8th, 2015 9:42am

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

Other recent topics Other recent topics