From 63b0e3031ea2eb462486c4bcf5fabbf2e70f58fd Mon Sep 17 00:00:00 2001 From: annakrajuskina Date: Fri, 24 Jan 2025 16:32:00 +0100 Subject: [PATCH] Update Remove-CsTeamsWorkLocationDetectionPolicy.md Change the name of the policy in the example to align with other pages about the policy --- .../teams/Remove-CsTeamsWorkLocationDetectionPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/Remove-CsTeamsWorkLocationDetectionPolicy.md b/teams/teams-ps/teams/Remove-CsTeamsWorkLocationDetectionPolicy.md index dc18c7a63f..1ba509a682 100644 --- a/teams/teams-ps/teams/Remove-CsTeamsWorkLocationDetectionPolicy.md +++ b/teams/teams-ps/teams/Remove-CsTeamsWorkLocationDetectionPolicy.md @@ -29,10 +29,10 @@ Deletes an instance of TeamsWorkLocationDetectionPolicy. The `Identity` paramete ### Example 1 ```powershell -PS C:\>Remove-CsTeamsWorkLocationDetectionPolicy -Identity Foobar +PS C:\>Remove-CsTeamsWorkLocationDetectionPolicy -Identity wld-policy ``` -Deletes a given policy instance with the Identity Foobar. +Deletes a given policy instance with the Identity wld-policy. ## PARAMETERS