Skip to content

Commit 536e0ca

Browse files
authored
Merge branch 'master' into patch-1
2 parents 1bcf41e + f739848 commit 536e0ca

5 files changed

+631
-0
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Get-CsTeamsAppPermissionPolicy
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsTeamsAppPermissionPolicy
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
### Identity (Default)
15+
```
16+
Get-CsTeamsAppPermissionPolicy [-Tenant <System.Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
17+
[<CommonParameters>]
18+
```
19+
20+
### Filter
21+
```
22+
Get-CsTeamsAppPermissionPolicy [-Tenant <System.Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
{{Fill in the Description}}
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> {{ Add example code here }}
33+
```
34+
35+
{{ Add example description here }}
36+
37+
## PARAMETERS
38+
39+
### -Filter
40+
{{Fill Filter Description}}
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: Filter
45+
Aliases:
46+
47+
Required: False
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -Identity
55+
{{Fill Identity Description}}
56+
57+
```yaml
58+
Type: XdsIdentity
59+
Parameter Sets: Identity
60+
Aliases:
61+
62+
Required: False
63+
Position: 1
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -LocalStore
70+
{{Fill LocalStore Description}}
71+
72+
```yaml
73+
Type: SwitchParameter
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: False
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### -Tenant
85+
{{Fill Tenant Description}}
86+
87+
```yaml
88+
Type: System.Guid
89+
Parameter Sets: (All)
90+
Aliases:
91+
92+
Required: False
93+
Position: Named
94+
Default value: None
95+
Accept pipeline input: False
96+
Accept wildcard characters: False
97+
```
98+
99+
### CommonParameters
100+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
101+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
102+
103+
## INPUTS
104+
105+
### None
106+
107+
108+
## OUTPUTS
109+
110+
### System.Object
111+
112+
## NOTES
113+
114+
## RELATED LINKS
Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Grant-CsTeamsAppPermissionPolicy
5+
schema: 2.0.0
6+
---
7+
8+
# Grant-CsTeamsAppPermissionPolicy
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
### Identity (Default)
15+
```
16+
Grant-CsTeamsAppPermissionPolicy [[-Identity] <UserIdParameter>] [-PolicyName] <String> [-Tenant <System.Guid>]
17+
[-DomainController <Fqdn>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
```
19+
20+
### GrantToTenant
21+
```
22+
Grant-CsTeamsAppPermissionPolicy [-PolicyName] <String> [-Tenant <System.Guid>] [-DomainController <Fqdn>]
23+
[-PassThru] [-Global] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
```
25+
26+
## DESCRIPTION
27+
{{Fill in the Description}}
28+
29+
## EXAMPLES
30+
31+
### Example 1
32+
```powershell
33+
PS C:\> {{ Add example code here }}
34+
```
35+
36+
{{ Add example description here }}
37+
38+
## PARAMETERS
39+
40+
### -Confirm
41+
Prompts you for confirmation before running the cmdlet.
42+
43+
```yaml
44+
Type: SwitchParameter
45+
Parameter Sets: (All)
46+
Aliases: cf
47+
48+
Required: False
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
55+
### -DomainController
56+
{{Fill DomainController Description}}
57+
58+
```yaml
59+
Type: Fqdn
60+
Parameter Sets: (All)
61+
Aliases:
62+
63+
Required: False
64+
Position: Named
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
70+
### -Global
71+
{{Fill Global Description}}
72+
73+
```yaml
74+
Type: SwitchParameter
75+
Parameter Sets: GrantToTenant
76+
Aliases:
77+
78+
Required: False
79+
Position: Named
80+
Default value: None
81+
Accept pipeline input: False
82+
Accept wildcard characters: False
83+
```
84+
85+
### -Identity
86+
{{Fill Identity Description}}
87+
88+
```yaml
89+
Type: UserIdParameter
90+
Parameter Sets: Identity
91+
Aliases:
92+
93+
Required: False
94+
Position: 0
95+
Default value: None
96+
Accept pipeline input: True (ByPropertyName, ByValue)
97+
Accept wildcard characters: False
98+
```
99+
100+
### -PassThru
101+
{{Fill PassThru Description}}
102+
103+
```yaml
104+
Type: SwitchParameter
105+
Parameter Sets: (All)
106+
Aliases:
107+
108+
Required: False
109+
Position: Named
110+
Default value: None
111+
Accept pipeline input: False
112+
Accept wildcard characters: False
113+
```
114+
115+
### -PolicyName
116+
{{Fill PolicyName Description}}
117+
118+
```yaml
119+
Type: String
120+
Parameter Sets: (All)
121+
Aliases:
122+
123+
Required: True
124+
Position: 1
125+
Default value: None
126+
Accept pipeline input: False
127+
Accept wildcard characters: False
128+
```
129+
130+
### -Tenant
131+
{{Fill Tenant Description}}
132+
133+
```yaml
134+
Type: System.Guid
135+
Parameter Sets: (All)
136+
Aliases:
137+
138+
Required: False
139+
Position: Named
140+
Default value: None
141+
Accept pipeline input: False
142+
Accept wildcard characters: False
143+
```
144+
145+
### -WhatIf
146+
Shows what would happen if the cmdlet runs.
147+
The cmdlet is not run.
148+
149+
```yaml
150+
Type: SwitchParameter
151+
Parameter Sets: (All)
152+
Aliases: wi
153+
154+
Required: False
155+
Position: Named
156+
Default value: None
157+
Accept pipeline input: False
158+
Accept wildcard characters: False
159+
```
160+
161+
### CommonParameters
162+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
163+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
164+
165+
## INPUTS
166+
167+
### Microsoft.Rtc.Management.AD.UserIdParameter
168+
169+
170+
## OUTPUTS
171+
172+
### System.Object
173+
174+
## NOTES
175+
176+
## RELATED LINKS
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: New-CsTeamsAppPermissionPolicy
5+
schema: 2.0.0
6+
---
7+
8+
# New-CsTeamsAppPermissionPolicy
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
## DESCRIPTION
15+
{{Fill in the Description}}
16+
17+
## EXAMPLES
18+
19+
### Example 1
20+
```powershell
21+
PS C:\> {{ Add example code here }}
22+
```
23+
24+
{{ Add example description here }}
25+
26+
## PARAMETERS
27+
28+
### CommonParameters
29+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
30+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
31+
32+
## INPUTS
33+
34+
### None
35+
36+
37+
## OUTPUTS
38+
39+
### System.Object
40+
41+
## NOTES
42+
43+
## RELATED LINKS
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Remove-CsTeamsAppPermissionPolicy
5+
schema: 2.0.0
6+
---
7+
8+
# Remove-CsTeamsAppPermissionPolicy
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
## DESCRIPTION
15+
{{Fill in the Description}}
16+
17+
## EXAMPLES
18+
19+
### Example 1
20+
```powershell
21+
PS C:\> {{ Add example code here }}
22+
```
23+
24+
{{ Add example description here }}
25+
26+
## PARAMETERS
27+
28+
### CommonParameters
29+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
30+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
31+
32+
## INPUTS
33+
34+
### Microsoft.Rtc.Management.Xds.XdsIdentity
35+
36+
37+
## OUTPUTS
38+
39+
### System.Object
40+
41+
## NOTES
42+
43+
## RELATED LINKS

0 commit comments

Comments
 (0)