Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -743,11 +743,11 @@ Accept wildcard characters: False
### -LocationDetailsInFreeBusy
This parameter is available only in the cloud-based service.

The LocationDetailsInFreeBusy parameter specifies the level of location details that are returned in user's availability. Valid values are:
The LocationDetailsInFreeBusy parameter specifies the level of work location information that's returned as part of a user's availability. Work location information is visible across several Microsoft 365 application experiences, and the level of location information that's shown to other users in the organization is controlled by this parameter. Valid values are:

- None
- Building
- Desk
- None: No location information is returned.
- Building: Only Office or Remote are returned as work location information, if provided.
- Desk: All work location information is returned, including Building and Desk, if provided. This is the default value.

```yaml
Type: LocationDetailsPermissionInFreeBusy
Expand All @@ -757,7 +757,7 @@ Applicable: Exchange Online
Required: False
Position: Named
Default value: None
Default value: Desk
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down