Skip to content

Commit b49b835

Browse files
author
Artemii Kozlov
committed
Update Remove-CsTeamsWorkLocationDetectionPolicy documentation
1 parent 763d13a commit b49b835

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

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

Lines changed: 20 additions & 8 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/remove-csteamsworklocationdetectionpolicy
55
schema: 2.0.0
6+
ms.author: arkozlov
7+
manager: prashibadkur
8+
author: artemiykozlov
69
---
710

811
# Remove-CsTeamsWorkLocationDetectionPolicy
912

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

1316
## SYNTAX
1417

@@ -18,16 +21,18 @@ Remove-CsTeamsWorkLocationDetectionPolicy [-Identity] <String> [-Force] [-WhatIf
1821
```
1922

2023
## DESCRIPTION
21-
{{ Fill in the Description }}
24+
Deletes an instance of TeamsWorkLocationDetectionPolicy. The `Identity` parameter accepts the identity of the policy instance to delete.
25+
26+
## EXAMPLES
2227

2328
## EXAMPLES
2429

2530
### Example 1
2631
```powershell
27-
PS C:\> {{ Add example code here }}
32+
PS C:\>Remove-CsTeamsWorkLocationDetectionPolicy -Identity Foobar
2833
```
2934

30-
{{ Add example description here }}
35+
Deletes a given policy instance with the Identity Foobar.
3136

3237
## PARAMETERS
3338

@@ -47,7 +52,7 @@ Accept wildcard characters: False
4752
```
4853
4954
### -Force
50-
{{ Fill Force Description }}
55+
Suppresses the display of any non-fatal error message that might arise when running the command.
5156
5257
```yaml
5358
Type: SwitchParameter
@@ -62,7 +67,7 @@ Accept wildcard characters: False
6267
```
6368
6469
### -Identity
65-
{{ Fill Identity Description }}
70+
Name of the new policy instance to be created.
6671
6772
```yaml
6873
Type: String
@@ -106,3 +111,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106111
## NOTES
107112
108113
## RELATED LINKS
114+
[Get-CsTeamsWorkLocationDetectionPolicy](Get-CsTeamsWorkLocationDetectionPolicy.md)
115+
116+
[New-CsTeamsWorkLocationDetectionPolicy](New-CsTeamsWorkLocationDetectionPolicy.md)
117+
118+
[Set-CsTeamsWorkLocationDetectionPolicy](Set-CsTeamsWorkLocationDetectionPolicy.md)
119+
120+
[Grant-CsTeamsWorkLocationDetectionPolicy](Grant-CsTeamsWorkLocationDetectionPolicy.md)

0 commit comments

Comments
 (0)