Skip to content

Commit 1df89e7

Browse files
Update Remove-CsTeamsWorkLocationDetectionPolicy.md (#3)
Change the name of the policy in the example to align with other pages about the policy
1 parent 4b78f9b commit 1df89e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Remove-CsTeamsWorkLocationDetectionPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Deletes an instance of TeamsWorkLocationDetectionPolicy. The `Identity` paramete
2929

3030
### Example 1
3131
```powershell
32-
PS C:\>Remove-CsTeamsWorkLocationDetectionPolicy -Identity Foobar
32+
PS C:\>Remove-CsTeamsWorkLocationDetectionPolicy -Identity wld-policy
3333
```
3434

35-
Deletes a given policy instance with the Identity Foobar.
35+
Deletes a given policy instance with the Identity wld-policy.
3636

3737
## PARAMETERS
3838

0 commit comments

Comments
 (0)