If you have a Room calendar that is not auto accepting invites do this:
Check to make sure its a Room:
get-mailbox <Identity>| fl *type*,*link*,*share*
If it's not a Room, make it a Room:
Set-Mailbox <Identity> -Type Room
Make sure its set to auto accept invites:
Get-CalendarProcessing <Identity> | fl AutomateProcessing
The AutomateProcessing attribute should be set to AutoAccept
To change it if it's not set to AutoAccept:
Set-CalendarProcessing <Identity> -AutomateProcessing AutoAccept -ConflictPercentageAllowed 0 -maximumConflictInstances 0
I got this info from KB Article 2005631 on Microsoft's Support site.
Showing posts with label exchange. Show all posts
Showing posts with label exchange. Show all posts
Monday, January 9, 2017
Subscribe to:
Posts (Atom)
Error 1312 when adding ssl cert
If you get an error when using netsh to add a cert thumbprint, make sure you have a private key attached to the cert. Also, make sure the c...
-
We use a program from Lexis Nexis called Bridger Insight. Normally this software is a simple "ClickOnce" type of program that will...
-
I was trying to connect to the Microsoft store to update my windows from 8.1 Preview to 8.1 and for the whole day i was getting: “We were...
-
If you get an error when using netsh to add a cert thumbprint, make sure you have a private key attached to the cert. Also, make sure the c...