Skip to content

Commit d82708d

Browse files
Update Grant-CsTeamsWorkLocationDetectionPolicy.md (#4)
Aligh policy names across files
1 parent 1df89e7 commit d82708d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teams/teams-ps/teams/Grant-CsTeamsWorkLocationDetectionPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,28 @@ Passes in the `Identity` of the policy instance in the `PolicyName` parameter an
4646

4747
### Example 1
4848
```powershell
49-
PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -PolicyName sms-enabled -Identity [email protected]
49+
PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -PolicyName sms-policy -Identity [email protected]
5050
```
5151

5252
Assigns a given policy to a user.
5353

5454
### Example 2
5555
```powershell
56-
PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -Group f13d6c9d-ce76-422c-af78-b6018b4d9c80 -PolicyName wld-enabled
56+
PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -Group f13d6c9d-ce76-422c-af78-b6018b4d9c80 -PolicyName wld-policy
5757
```
5858

5959
Assigns a given policy to a group.
6060

6161
### Example 3
6262
```powershell
63-
PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -Global -PolicyName wld-enabled
63+
PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -Global -PolicyName wld-policy
6464
```
6565

6666
Assigns a given policy to the tenant.
6767

6868
### Example 3
6969
```powershell
70-
PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -Global -PolicyName wld-enabled
70+
PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -Global -PolicyName wld-policy
7171
```
7272

7373
Note: _Using $null in place of a policy name can be used to unassigned a policy instance._

0 commit comments

Comments
 (0)