Forum Discussion
mrclau
Jul 05, 2021Copper Contributor
Room reservation
Hello, We configured a room calendar with 2 delegates account, which worked for month but now when someone try to make a reservation, it's accepted without any questions... Yet, the configu...
boneyfrancis
Jul 06, 2021Iron Contributor
Hi mrclau,
Could you switch -AllRequestInPolicy to $True?
The AllRequestInPolicy parameter specifies whether to allow all users to submit in-policy requests to the resource mailbox. Valid values are:
$true: All users are allowed to submit in-policy requests to the resource mailbox. These requests require approval by a resource mailbox delegate if the AllBookInPolicy parameter is set to $false (the default value is $true).
$false: All users can't submit in-policy requests to the resource mailbox. This is the default value.
Source: https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
Could you switch -AllRequestInPolicy to $True?
The AllRequestInPolicy parameter specifies whether to allow all users to submit in-policy requests to the resource mailbox. Valid values are:
$true: All users are allowed to submit in-policy requests to the resource mailbox. These requests require approval by a resource mailbox delegate if the AllBookInPolicy parameter is set to $false (the default value is $true).
$false: All users can't submit in-policy requests to the resource mailbox. This is the default value.
Source: https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
- mrclauJul 06, 2021Copper Contributor
boneyfrancis well, it seems to be good but without any changes. It look like it takes time to be applicated...