Skip to content

Commit b1a1685

Browse files
Update Remove-CsTeamsTemplatePermissionPolicy.md
Update Remove-CsTeamsTemplatePermissionPolicy.md for resolving comments.
1 parent 557ee4c commit b1a1685

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

teams/teams-ps/teams/Remove-CsTeamsTemplatePermissionPolicy.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.
33
Module Name: Microsoft.Teams.Policy.Administration.Cmdlets.Core
44
online version: https://learn.microsoft.com/powershell/module/teams/remove-csteamstemplatepermissionpolicy
55
title: Remove-CsTeamsTemplatePermissionPolicy
6-
author: yishuaihuang
6+
author: yishuaihuang4
77
ms.author: yishuaihuang
88
ms.reviewer:
99
manager: weiliu2
@@ -28,17 +28,14 @@ Deletes an instance of TeamsTemplatePermissionPolicy. The `Identity` parameter a
2828

2929
### Example 1
3030
```powershell
31-
PS C:\> Remove-CsTeamsTemplatePermissionPolicy -Identity Foobar
31+
PS >Remove-CsTeamsTemplatePermissionPolicy -Identity Foobar
3232
```
3333

3434
Deletes a policy instance with the Identity *Foobar*.
3535

3636
### Example 2
37-
38-
Attempting to delete a policy instance that is currently assigned to users will result in an error. Remove the assignment before attempting to delete it.
39-
4037
```powershell
41-
Remove-CsTeamsTemplatePermissionPolicy -Identity Foobar
38+
PS >Remove-CsTeamsTemplatePermissionPolicy -Identity Foobar
4239
```
4340

4441
```output
@@ -50,6 +47,8 @@ At line:1 char:1
5047
+ FullyQualifiedErrorId : ClientError,Microsoft.Teams.Policy.Administration.Cmdlets.Core.RemoveTeamsTemplatePermissionPolicyCmdlet
5148
```
5249

50+
Attempting to delete a policy instance that is currently assigned to users will result in an error. Remove the assignment before attempting to delete it.
51+
5352
## PARAMETERS
5453

5554
### -Confirm
@@ -116,7 +115,7 @@ Accept wildcard characters: False
116115
```
117116
118117
### CommonParameters
119-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
118+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
120119
121120
## INPUTS
122121

0 commit comments

Comments
 (0)