SMCL Zoom Room Powershell Commands
Zoom room 365 setup powershell commands. Note: the SMCL zoom service account/DedicatedUser is
smclrooms@smcl.org.
Connect to Exchange Online
Connect-ExchangeOnline
Checking the Calendar processing to see if is set to true
Identity : Half Moon Bay Community Room
DeleteSubject : True
AddOrganizerToSubject : True
DeleteComments : True
RemovePrivateProperty : True
Changing the calendar processing from true to false.
Set-CalendarProcessing -Identity
halfmoonbaycommunityroom@smcl.org -AddOrganizerToSubject $false -OrganizerInfo $true -DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false
Identity : Half Moon Bay Community Room
DeleteSubject : False
AddOrganizerToSubject : False
DeleteComments : False
RemovePrivateProperty : False
Giving the SMCL Zoom Room service account smclrooms@smcl.org full access so that the zoom API can access the rooms resource (halfmoonbaycommunityroom@smcl.org) calendar
Identity User AccessRights IsInherited Deny
-------- ---- ------------ ----------- ----
Half Moon Bay Com... S-1-5-21-12126528... {FullAccess} False False
Checking the permissions of the Calendar.
FolderName User AccessRights SharingPermissionFlags
---------- ---- ------------ ----------------------
Calendar Default {AvailabilityOnly}
Calendar Anonymous {None}
Adding the service account as an editor to Calendar.
FolderName User AccessRights SharingPermissionFlags
---------- ---- ------------ ----------------------
Calendar SMCL, Rooms {Editor}
Checking the permissions to verify that the service account is an editor.
FolderName User AccessRights SharingPermissionFlags
---------- ---- ------------ ----------------------
Calendar Default {AvailabilityOnly}
Calendar Anonymous {None}
Calendar SMCL, Rooms {Editor}