Skip to content

Commit d7487ff

Browse files
Merge pull request #13472 from reedz/fix/platyps-worklocationdetection-headings
Fix non-standard platyPS headings in WorkLocationDetection cmdlets
2 parents c7a8864 + 10efde2 commit d7487ff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Learn more about the [admin configuration modes](https://learn.microsoft.com/en-
4040

4141
The combination of these settings determines whether automatic update runs, which signals are active, and how users are informed.
4242

43-
## Behavior matrix
43+
**Behavior matrix**
4444

4545
| EnableWorkLocationDetection | UserSettingsDefault | Automatic detection behavior |
4646
|----------------------------|---------------------|------------------------------|
@@ -49,7 +49,7 @@ The combination of these settings determines whether automatic update runs, whic
4949
| 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. |
5050
| False | Enabled | Peripheral check‑in is disabled. Wi‑Fi check‑in is disabled. UserSettingsDefault is ignored when EnableWorkLocationDetection is set to False. |
5151

52-
### Notes on behavior
52+
**Notes on behavior**
5353

5454
- When **EnableWorkLocationDetection** is set to **False**, automatic update is fully disabled regardless of user defaults.
5555
- When **EnableWorkLocationDetection** is set to **True**, **UserSettingsDefault** determines whether users experience **Ask (opt‑in)** or **Inform (opt‑out)** behavior.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Creates a new instance of the TeamsWorkLocationDetectionPolicy. This policy can
3131
- `Disabled` (default): Users must explicitly opt in (Ask mode).
3232
- `Enabled`: Automatic update is enabled by default, and users can opt out (Inform mode).
3333

34-
Learn more about the [admin configuration modes](https://learn.microsoft.com/microsoft-365/places/configure-auto-detect-work-location)
34+
Learn more about the [admin configuration modes](https://learn.microsoft.com/microsoft-365/places/configure-auto-detect-work-location).
3535

3636
The combination of these settings determines whether automatic update runs, which signals are active, and how users are informed.
3737

38-
## Behavior matrix
38+
**Behavior matrix**
3939

4040
| EnableWorkLocationDetection | UserSettingsDefault | Automatic detection behavior |
4141
|----------------------------|---------------------|------------------------------|
@@ -44,7 +44,7 @@ The combination of these settings determines whether automatic update runs, whic
4444
| 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. |
4545
| False | Enabled | Peripheral check‑in is disabled. Wi‑Fi check‑in is disabled. UserSettingsDefault is ignored when EnableWorkLocationDetection is set to False. |
4646

47-
### Notes on behavior
47+
**Notes on behavior**
4848

4949
- When **EnableWorkLocationDetection** is set to **False**, automatic update is fully disabled regardless of user defaults.
5050
- When **EnableWorkLocationDetection** is set to **True**, **UserSettingsDefault** determines whether users experience **Ask (opt‑in)** or **Inform (opt‑out)** behavior.

0 commit comments

Comments
 (0)