Hello,
We have a shared meeting room calendar and I need to disable private appointments being put into the calendar.
is there a way of doing this via exchange or powershell?
Thanks
Chris
Technology Tips and News
Hello,
We have a shared meeting room calendar and I need to disable private appointments being put into the calendar.
is there a way of doing this via exchange or powershell?
Thanks
Chris
Hello
tip: set-CalendarProcessing -Identity testroom -RemovePrivateProperty $true not help?
Hi, Nobbly30.
Did this command help you?
Best Regards.