Skip to content

Publish main to live, Thursday 10:30 AM PST, 11/07 #12350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 7, 2024
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