Skip to content

Commit 9cb949e

Browse files
authored
Merge pull request MicrosoftDocs#3607 from MicrosoftDocs/islubin-patch-9
Update Get-CsTeamsAppPermissionPolicy.md
2 parents d65d66f + 36499fd commit 9cb949e

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

skype/skype-ps/skype/Get-CsTeamsAppPermissionPolicy.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111

12+
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Setup Policies: https://docs.microsoft.com/en-us/microsoftteams/teams-app-permission-policies.
13+
14+
The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. **We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience.**
15+
1216
## SYNTAX
1317

1418
### Identity (Default)
@@ -23,21 +27,20 @@ Get-CsTeamsAppPermissionPolicy [-Tenant <System.Guid>] [-Filter <String>] [-Loca
2327
```
2428

2529
## DESCRIPTION
26-
{{Fill in the Description}}
30+
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Setup Policies: https://docs.microsoft.com/en-us/microsoftteams/teams-app-permission-policies.
31+
32+
The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. **We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience.**
33+
2734

2835
## EXAMPLES
2936

3037
### Example 1
31-
```powershell
32-
PS C:\> {{ Add example code here }}
33-
```
34-
35-
{{ Add example description here }}
38+
Intentionally omitted.
3639

3740
## PARAMETERS
3841

3942
### -Filter
40-
{{Fill Filter Description}}
43+
Do not use
4144

4245
```yaml
4346
Type: String
@@ -52,7 +55,7 @@ Accept wildcard characters: False
5255
```
5356
5457
### -Identity
55-
{{Fill Identity Description}}
58+
Do not use.
5659
5760
```yaml
5861
Type: XdsIdentity
@@ -67,7 +70,7 @@ Accept wildcard characters: False
6770
```
6871
6972
### -LocalStore
70-
{{Fill LocalStore Description}}
73+
Do not use.
7174
7275
```yaml
7376
Type: SwitchParameter

0 commit comments

Comments
 (0)