Monday, 14 March 2011

Set-MailboxCalendarSettings Code Snippet

This code will autoupdate calendar entries and accept meeting requests automatically and delete non-calendar items

Set-MailboxCalendarSettings 
-Identity "South-Room" 
-AllowConflicts:$False 
-AddOrganizerToSubject:$True 
-AllBookInPolicy:$True 
-AllRequestInPolicy:$true 
-AutomateProcessing "AutoUpdate" 
-DeleteNonCalendarItems:$true


No comments:

Post a Comment