Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\WINDOWS\system32> Import-Module ExchangeOnlineManagement
PS C:\WINDOWS\system32> Connect-ExchangeOnline -ExchangeEnvironmentName "O365Default" -ShowBanner:$false -DelegatedOrganization "vietnamaccesseb5.onmicrosoft.com"
PS C:\WINDOWS\system32> Get-Mailbox -Filter '(RecipientTypeDetails -eq "RoomMailBox")'

Name Alias Database ProhibitSendQuota ExternalDirectoryObjectId
---- ----- -------- ----------------- -------------------------
Conference Room conferenceroom APCPR02DG306-db072 49.5 GB (53,150,2... 744f807f-2b20-4446-8d4...

PS C:\WINDOWS\system32> Set-CalendarProcessing -Identity "Conference Room" -ProcessExternalMeetingMessages $true
PS C:\WINDOWS\system32> Get-CalendarProcessing

cmdlet Get-CalendarProcessing at command pipeline position 1
Supply values for the following parameters:
Identity: Conference Room

Identity AutomateProcessing
-------- ------------------
Conference Room AutoAccept

PS C:\WINDOWS\system32> Get-CalendarProcessing -Identity "Conference Room" | Format-List

AutomateProcessing : AutoAccept
AllowConflicts : False
AllowDistributionGroup : True
AllowMultipleResources : True
BookingType : Standard
BookingWindowInDays : 180
MaximumDurationInMinutes : 1440
MinimumDurationInMinutes : 0
AllowRecurringMeetings : True
EnforceAdjacencyAsOverlap : False
EnforceCapacity : False
EnforceSchedulingHorizon : True
ScheduleOnlyDuringWorkHours : False
ConflictPercentageAllowed : 0
MaximumConflictInstances : 0
ForwardRequestsToDelegates : True
DeleteAttachments : True
DeleteComments : True
RemovePrivateProperty : True
DeleteSubject : True
AddOrganizerToSubject : True
DeleteNonCalendarItems : True
TentativePendingApproval : True
EnableResponseDetails : True
OrganizerInfo : True
ResourceDelegates : {jason}
RequestOutOfPolicy : {}
AllRequestOutOfPolicy : False
BookInPolicy : {}
AllBookInPolicy : True
RequestInPolicy : {}
AllRequestInPolicy : False
AddAdditionalResponse : True
AdditionalResponse : Meetings can only be scheduled within 180 days with a maximum duration of 24
hours. For events that take place for multiple days, please create individual
meetings for the specified times.
RemoveOldMeetingMessages : True
AddNewRequestsTentatively : True
ProcessExternalMeetingMessages : True
RemoveForwardedMeetingNotifications : False
AutoRSVPConfiguration : Microsoft.Exchange.Data.Storage.AutoRSVPConfiguration
RemoveCanceledMeetings : False
MailboxOwnerId : Conference Room
Identity : Conference Room
IsValid : True
ObjectState : Changed

PS C:\WINDOWS\system32>

Edit Report
Pub: 11 May 2023 08:44 UTC
Views: 29