Skip to content

Commit 2718dc5

Browse files
Merge pull request #13384 from MicrosoftDocs/main
[AutoPublish] main to live - 02/19 13:39 PST | 02/20 03:09 IST
2 parents 5838157 + c423ef4 commit 2718dc5

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

teams/teams-ps/MicrosoftTeams/Get-CsTeamsWorkLocationDetectionPolicy.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,31 @@ Get-CsTeamsWorkLocationDetectionPolicy [-Filter <String>] [<CommonParameters>]
3030
## DESCRIPTION
3131
Fetches instances of TeamsWorkLocationDetectionPolicy. Each policy object contains the following properties:
3232

33-
- `EnableWorkLocationDetection`: This setting allows your organization to collect the work location of users when they connect, interact, or are detected near your organization's networks and devices. It also captures the geographic location information users share from personal and mobile devices. This gives users the ability to consent to the use of this location data to set their current work location. Microsoft collects this information to provide users with a consistent location-based experience and to improve the hybrid work experience in Microsoft 365 according to the [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839).
33+
- `EnableWorkLocationDetection`: specifies whether Microsoft Teams determines a user’s work location based on interaction with organization‑managed networks and devices. When enabled, Teams sets the user’s current work location using signals from administrator‑configured resources, such as desks or peripherals managed by the organization. This parameter does not collect or use geographic location data from users’ personal or mobile devices. Location information is used to support consistent locationbased experiences in Microsoft Teams and Microsoft 365 and is processed in accordance with the [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839).
3434

35-
- `UserSettingsDefault`: Specifies the default user settings behavior for work location detection. Possible values are `Disabled` (default) and `Enabled`.
35+
- `UserSettingsDefault`: Specifies the default user consent behavior when automatic detection is enabled and only applies to WiFi, and has no impact on device-based detection.
36+
- `Disabled` (default): Users must explicitly opt in (Ask mode).
37+
- `Enabled`: Automatic detection is enabled by default, and users can opt out (Inform mode).
38+
39+
Learn more about the [admin configuration modes](https://learn.microsoft.com/en-us/microsoft-365/places/configure-auto-detect-work-location).
40+
41+
The combination of these settings determines whether automatic detection runs, which signals are active, and how users are informed.
42+
43+
### Behavior matrix
44+
45+
| EnableWorkLocationDetection | UserSettingsDefault | Automatic detection behavior |
46+
|----------------------------|---------------------|------------------------------|
47+
| False | (ignored) | Peripheral and Wi-Fi check-in are disabled. UserSettingsDefault is ignored. |
48+
| True | Disabled | Peripheral and Wi-Fi check‑in are enabled. Wi‑Fi check‑in runs in **Ask mode**, meaning users will be asked to opt in before detection activates. |
49+
| True | Enabled | Peripheral and Wi‑Fi check‑in are enabled. Wi-Fi check-in runs in **Inform mode**, meaning Wi-Fi based detection is on by default and users can opt out. |
50+
| False | Enabled | Peripheral check‑in is disabled. Wi‑Fi check‑in is disabled. UserSettingsDefault is ignored when EnableWorkLocationDetection is set to False. |
51+
52+
### Notes on behavior
53+
54+
- When **EnableWorkLocationDetection** is set to **False**, automatic detection is fully disabled regardless of user defaults.
55+
- When **EnableWorkLocationDetection** is set to **True**, **UserSettingsDefault** determines whether users experience **Ask (opt‑in)** or **Inform (opt‑out)** behavior.
56+
- Peripheral and Wi‑Fi signals follow the same consent model and are not independently configured.
57+
- Automatic detection applies only to **actual location** for the current working day and is cleared at the end of a user’s working hours.
3658

3759
## EXAMPLES
3860

0 commit comments

Comments
 (0)