From 054724c7521d4be6268b4c6c31783f307cc269df Mon Sep 17 00:00:00 2001 From: katnguyen-pm Date: Tue, 17 Mar 2026 13:25:48 -0500 Subject: [PATCH 1/2] Removed # in ###Notes on Behavior --- .../MicrosoftTeams/Get-CsTeamsWorkLocationDetectionPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 8d06b43d75932f77bea86c2ded113aafedec9187 Mon Sep 17 00:00:00 2001 From: katnguyen-pm Date: Tue, 17 Mar 2026 13:29:37 -0500 Subject: [PATCH 2/2] Removed # in ###Notes on Behavior --- .../MicrosoftTeams/New-CsTeamsWorkLocationDetectionPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.