Skip to content

Commit ea9163f

Browse files
authored
Update EnableAutoRelease parameter description
Clarified the description of the EnableAutoRelease parameter and corrected grammatical errors.
1 parent 8bbbf84 commit ea9163f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

exchange/exchange-ps/ExchangePowerShell/Set-CalendarProcessing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,12 @@ Accept wildcard characters: False
638638

639639
> Applicable: Exchange Online
640640

641-
The EnableAutoRelease parameter specifies if users needs to check in to the room, desk or desk-pool they have reserved to indicate that they utilizing the space and if no one checks in within the preset time window, the space releases automatically and becomes available for others to reserve. The check in time window is set using the PostReservationMaxClaimTimeInMinutes parameter. You can read more [here](/places/enable-auto-release).
641+
The EnableAutoRelease parameter specifies if users need to check in to the reserved room, desk, or desk-pool to verify they're using the space. Valid values are:
642+
643+
- $true: Users need to check in to the reserved space.
644+
- $false: Users don't need to check in to the reserved space.
645+
646+
If the value of this parameer is $true and no one checks in within the time window specified by the PostReservationMaxClaimTimeInMinutes parameter, the space releases automatically and becomes available for others to reserve. For more information, see [Enable check in and autorelease for rooms, desks, and desk pools]([/places/enable-auto-release](https://learn.microsoft.com/microsoft-365/places/enable-auto-release).
642647

643648
```yaml
644649
Type: Boolean

0 commit comments

Comments
 (0)