diff --git a/teams/teams-ps/MicrosoftTeams/Get-CsTeamsWorkLocationDetectionPolicy.md b/teams/teams-ps/MicrosoftTeams/Get-CsTeamsWorkLocationDetectionPolicy.md index 10d19f7866..5713790566 100644 --- a/teams/teams-ps/MicrosoftTeams/Get-CsTeamsWorkLocationDetectionPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Get-CsTeamsWorkLocationDetectionPolicy.md @@ -49,7 +49,7 @@ The combination of these settings determines whether automatic update runs, whic | True | Enabled | Peripheral and Wi‑Fi check‑in are enabled. Wi-Fi check-in runs in **Inform mode**, meaning Wi-Fi based update is on by default and users can opt out. | | False | Enabled | Peripheral check‑in is disabled. Wi‑Fi check‑in is disabled. UserSettingsDefault is ignored when EnableWorkLocationDetection is set to False. | -### Notes on behavior +## Notes on behavior - When **EnableWorkLocationDetection** is set to **False**, automatic update is fully disabled regardless of user defaults. - When **EnableWorkLocationDetection** is set to **True**, **UserSettingsDefault** determines whether users experience **Ask (opt‑in)** or **Inform (opt‑out)** behavior. diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsWorkLocationDetectionPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsWorkLocationDetectionPolicy.md index 83cb969418..9bb00e3a69 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsWorkLocationDetectionPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsWorkLocationDetectionPolicy.md @@ -44,7 +44,7 @@ The combination of these settings determines whether automatic update runs, whic | True | Enabled | Peripheral and Wi‑Fi check‑in are enabled. Wi-Fi check-in runs in **Inform mode**, meaning Wi-Fi based update is on by default and users can opt out. | | False | Enabled | Peripheral check‑in is disabled. Wi‑Fi check‑in is disabled. UserSettingsDefault is ignored when EnableWorkLocationDetection is set to False. | -### Notes on behavior +## Notes on behavior - When **EnableWorkLocationDetection** is set to **False**, automatic update is fully disabled regardless of user defaults. - When **EnableWorkLocationDetection** is set to **True**, **UserSettingsDefault** determines whether users experience **Ask (opt‑in)** or **Inform (opt‑out)** behavior.