Skip to content

Commit 912e66a

Browse files
author
Artemii Kozlov
committed
Update Set-CsTeamsWorkLocationDetectionPolicy documentation
1 parent b49b835 commit 912e66a

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

teams/teams-ps/teams/Set-CsTeamsWorkLocationDetectionPolicy.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
3-
Module Name: Microsoft.Teams.Policy.Administration.Cmdlets.Core
4-
online version:
3+
Module Name: MicrosoftTeams
4+
online version: https://learn.microsoft.com/powershell/module/skype/set-csteamsworklocationdetectionpolicy
55
schema: 2.0.0
6+
ms.author: arkozlov
7+
manager: prashibadkur
8+
author: artemiykozlov
69
---
710

811
# Set-CsTeamsWorkLocationDetectionPolicy
912

1013
## SYNOPSIS
11-
{{ Fill in the Synopsis }}
14+
This cmdlet is used to update an instance of TeamsWorkLocationDetectionPolicy.
1215

1316
## SYNTAX
1417

@@ -18,16 +21,17 @@ Set-CsTeamsWorkLocationDetectionPolicy [-EnableWorkLocationDetection <Boolean>]
1821
```
1922

2023
## DESCRIPTION
21-
{{ Fill in the Description }}
24+
Updates any of the properties of an existing instance of TeamsWorkLocationDetectionPolicy.
2225

2326
## EXAMPLES
2427

2528
### Example 1
29+
2630
```powershell
27-
PS C:\> {{ Add example code here }}
31+
PS> Set-CsTeamsWorkLocationDetectionPolicy -Identity ExistingPolicyInstance -EnableWorkLocationDetection $true
2832
```
2933

30-
{{ Add example description here }}
34+
Updates the `EnableWorkLocationDetection` field of a given policy.
3135

3236
## PARAMETERS
3337

@@ -47,7 +51,7 @@ Accept wildcard characters: False
4751
```
4852
4953
### -EnableWorkLocationDetection
50-
{{ Fill EnableWorkLocationDetection Description }}
54+
This property lets organizations collect the work location information of users using users plugging into hotdesks (unassigned desks) or rooms using tenant admin managed devices, using M365 in proximity of tenant managed device as MTRs, and sharing geographic geo location of mobile phone. The users can consent to use this information to set their workplace location.  The location information will be stored in the cloud and will be used for M365 hybrid work location scenarios. This information will also be used by M365 to drive analytics on workplace utilization and enhance the hybrid work experience.
5155
5256
```yaml
5357
Type: Boolean
@@ -62,7 +66,7 @@ Accept wildcard characters: False
6266
```
6367
6468
### -Force
65-
{{ Fill Force Description }}
69+
Suppresses the display of any non-fatal error message that might arise when running the command.
6670
6771
```yaml
6872
Type: SwitchParameter
@@ -77,7 +81,7 @@ Accept wildcard characters: False
7781
```
7882
7983
### -Identity
80-
{{ Fill Identity Description }}
84+
Name of the new policy instance to be updated.
8185
8286
```yaml
8387
Type: String
@@ -112,7 +116,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
112116
113117
## INPUTS
114118
115-
### None
119+
### System.String
116120
117121
## OUTPUTS
118122
@@ -121,3 +125,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
121125
## NOTES
122126
123127
## RELATED LINKS
128+
[Get-CsTeamsWorkLocationDetectionPolicy](Get-CsTeamsWorkLocationDetectionPolicy.md)
129+
130+
[New-CsTeamsWorkLocationDetectionPolicy](New-CsTeamsWorkLocationDetectionPolicy.md)
131+
132+
[Remove-CsTeamsWorkLocationDetectionPolicy](Remove-CsTeamsWorkLocationDetectionPolicy.md)
133+
134+
[Grant-CsTeamsWorkLocationDetectionPolicy](Grant-CsTeamsWorkLocationDetectionPolicy.md)

0 commit comments

Comments
 (0)