1
1
---
2
2
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
5
5
schema : 2.0.0
6
+ ms.author : arkozlov
7
+ manager : prashibadkur
8
+ author : artemiykozlov
6
9
---
7
10
8
11
# Remove-CsTeamsWorkLocationDetectionPolicy
9
12
10
13
## SYNOPSIS
11
- {{ Fill in the Synopsis }}
14
+ This cmdlet is used to delete an instance of TeamsWorkLocationDetectionPolicy.
12
15
13
16
## SYNTAX
14
17
@@ -18,16 +21,18 @@ Remove-CsTeamsWorkLocationDetectionPolicy [-Identity] <String> [-Force] [-WhatIf
18
21
```
19
22
20
23
## 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
22
27
23
28
## EXAMPLES
24
29
25
30
### Example 1
26
31
``` powershell
27
- PS C:\> {{ Add example code here }}
32
+ PS C:\>Remove-CsTeamsWorkLocationDetectionPolicy -Identity Foobar
28
33
```
29
34
30
- {{ Add example description here }}
35
+ Deletes a given policy instance with the Identity Foobar.
31
36
32
37
## PARAMETERS
33
38
@@ -47,7 +52,7 @@ Accept wildcard characters: False
47
52
` ` `
48
53
49
54
### -Force
50
- {{ Fill Force Description }}
55
+ Suppresses the display of any non-fatal error message that might arise when running the command.
51
56
52
57
` ` ` yaml
53
58
Type : SwitchParameter
@@ -62,7 +67,7 @@ Accept wildcard characters: False
62
67
` ` `
63
68
64
69
### -Identity
65
- {{ Fill Identity Description }}
70
+ Name of the new policy instance to be created.
66
71
67
72
` ` ` yaml
68
73
Type : String
@@ -106,3 +111,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106
111
## NOTES
107
112
108
113
## 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