File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 testuser@test.onmicrosoft.com
49+ PS C:\> Grant-CsTeamsWorkLocationDetectionPolicy -PolicyName sms-policy -Identity testuser@test.onmicrosoft.com
5050```
5151
5252Assigns 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
5959Assigns 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
6666Assigns 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
7373Note: _ Using $null in place of a policy name can be used to unassigned a policy instance._
You can’t perform that action at this time.
0 commit comments