Skip to content

Commit ae11822

Browse files
committed
TeamsMeetingBroadcastConfiguration
1 parent 2c9a052 commit ae11822

File tree

2 files changed

+371
-0
lines changed

2 files changed

+371
-0
lines changed
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
---
2+
external help file:
3+
applicable: Skype for Business Online
4+
title: Set-CsTeamsMeetingBroadcastConfiguration
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsTeamsMeetingBroadcastConfiguration
9+
10+
## SYNOPSIS
11+
Get-CsTeamsMeetingBroadcastConfiguration \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-ExposeSDNConfigurationJsonBlob \<bool\>\] \[-LocalStore\] \[\<CommonParameters\>\]
12+
13+
Get-CsTeamsMeetingBroadcastConfiguration \[-Tenant \<guid\>\] \[-ExposeSDNConfigurationJsonBlob \<bool\>\] \[-Filter \<string\>\] \[-LocalStore\] \[\<CommonParameters\>\]
14+
15+
## SYNTAX
16+
17+
```
18+
Get-CsTeamsMeetingBroadcastConfiguration [-ExposeSDNConfigurationJsonBlob <Object>] [-LocalStore]
19+
[[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>] [-AsJob]
20+
```
21+
22+
## DESCRIPTION
23+
Tenant level configuration for broadcast events in Teams
24+
25+
## EXAMPLES
26+
27+
## PARAMETERS
28+
29+
### -ExposeSDNConfigurationJsonBlob
30+
Extract SDN properties as a Json Blob in get.
31+
32+
```yaml
33+
Type: Object
34+
Parameter Sets: (All)
35+
Aliases:
36+
37+
Required: False
38+
Position: Named
39+
Default value: None
40+
Accept pipeline input: False
41+
Accept wildcard characters: False
42+
```
43+
44+
### -Filter
45+
Not applicable to online service - you can only have one configuration.
46+
47+
```yaml
48+
Type: Object
49+
Parameter Sets: (All)
50+
Aliases:
51+
52+
Required: False
53+
Position: Named
54+
Default value: None
55+
Accept pipeline input: False
56+
Accept wildcard characters: False
57+
```
58+
59+
### -Identity
60+
You can only have one configuration - "Global"
61+
62+
```yaml
63+
Type: Object
64+
Parameter Sets: (All)
65+
Aliases:
66+
67+
Required: False
68+
Position: 1
69+
Default value: None
70+
Accept pipeline input: False
71+
Accept wildcard characters: False
72+
```
73+
74+
### -LocalStore
75+
Not applicable to online service.
76+
77+
```yaml
78+
Type: SwitchParameter
79+
Parameter Sets: (All)
80+
Aliases:
81+
82+
Required: False
83+
Position: Named
84+
Default value: None
85+
Accept pipeline input: False
86+
Accept wildcard characters: False
87+
```
88+
89+
### -Tenant
90+
Not applicable to online service
91+
92+
```yaml
93+
Type: Object
94+
Parameter Sets: (All)
95+
Aliases:
96+
97+
Required: False
98+
Position: Named
99+
Default value: None
100+
Accept pipeline input: False
101+
Accept wildcard characters: False
102+
```
103+
104+
### -AsJob
105+
Not applicable to online service.
106+
107+
```yaml
108+
Type: SwitchParameter
109+
Parameter Sets: (All)
110+
Aliases:
111+
112+
Required: False
113+
Position: Named
114+
Default value: None
115+
Accept pipeline input: False
116+
Accept wildcard characters: False
117+
```
118+
119+
## INPUTS
120+
121+
### None
122+
123+
124+
## OUTPUTS
125+
126+
### System.Object
127+
128+
## NOTES
129+
130+
## RELATED LINKS
Lines changed: 241 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,241 @@
1+
---
2+
external help file:
3+
applicable: Skype for Business Online
4+
title: Set-CsTeamsMeetingBroadcastConfiguration
5+
schema: 2.0.0
6+
---
7+
8+
9+
# Set-CsTeamsMeetingBroadcastConfiguration
10+
11+
## SYNOPSIS
12+
Set-CsTeamsMeetingBroadcastConfiguration \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-SupportURL \<string\>\] \[-AllowSdnProviderForBroadcastMeeting \<bool\>\] \[-Force\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
13+
14+
Set-CsTeamsMeetingBroadcastConfiguration -SdnProviderName \<string\> -SdnApiTemplateUrl \<string\> \[-Tenant \<guid\>\] \[-SupportURL \<string\>\] \[-AllowSdnProviderForBroadcastMeeting \<bool\>\] \[-SdnLicenseId \<string\>\] \[-SdnApiToken \<string\>\] \[-Force\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
15+
16+
Set-CsTeamsMeetingBroadcastConfiguration \[-Tenant \<guid\>\] \[-SupportURL \<string\>\] \[-AllowSdnProviderForBroadcastMeeting \<bool\>\] \[-Instance \<psobject\>\] \[-Force\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
17+
18+
## SYNTAX
19+
20+
```
21+
Set-CsTeamsMeetingBroadcastConfiguration [-Force] [-WhatIf] [-SupportURL <Object>]
22+
[-AllowSdnProviderForBroadcastMeeting <Object>] [-SdnProviderName <Object>] [-Confirm] [[-Identity] <Object>]
23+
[-Tenant <Object>] [-SdnApiToken <Object>] [-SdnApiTemplateUrl <Object>] [-SdnLicenseId <Object>]
24+
[-Instance <Object>] [-AsJob]
25+
```
26+
27+
## DESCRIPTION
28+
Tenant level configuration for broadcast events in Teams
29+
30+
## EXAMPLES
31+
32+
## PARAMETERS
33+
34+
### -AllowSdnProviderForBroadcastMeeting
35+
If set to $true,  Teams meeting broadcast streams are enabled to take advantage of the network and bandwidth management capabilities of your Software Defined Network (SDN) provider. 
36+
37+
```yaml
38+
Type: Object
39+
Parameter Sets: (All)
40+
Aliases:
41+
42+
Required: False
43+
Position: Named
44+
Default value: None
45+
Accept pipeline input: False
46+
Accept wildcard characters: False
47+
```
48+
49+
### -Confirm
50+
Prompts you for confirmation before running the cmdlet.
51+
52+
```yaml
53+
Type: SwitchParameter
54+
Parameter Sets: (All)
55+
Aliases: cf
56+
57+
Required: False
58+
Position: Named
59+
Default value: None
60+
Accept pipeline input: False
61+
Accept wildcard characters: False
62+
```
63+
64+
### -Force
65+
Suppress all non-fatal errors
66+
67+
```yaml
68+
Type: SwitchParameter
69+
Parameter Sets: (All)
70+
Aliases:
71+
72+
Required: False
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
79+
### -Identity
80+
You can only have one configuration - "Global"
81+
82+
```yaml
83+
Type: Object
84+
Parameter Sets: (All)
85+
Aliases:
86+
87+
Required: False
88+
Position: 1
89+
Default value: None
90+
Accept pipeline input: False
91+
Accept wildcard characters: False
92+
```
93+
94+
### -Instance
95+
You can pass in the output from Get-CsTeamsMeetingBroadcastConfiguration as input to this cmdlet (instead of Identity)
96+
97+
```yaml
98+
Type: Object
99+
Parameter Sets: (All)
100+
Aliases:
101+
102+
Required: False
103+
Position: Named
104+
Default value: None
105+
Accept pipeline input: False
106+
Accept wildcard characters: False
107+
```
108+
109+
### -SdnApiTemplateUrl
110+
Specifies the Software Defined Network (SDN) provider's HTTP API endpoint. This information is provided to you by the SDN provider. This parameter is only required if AllowSdnProviderForBroadcastMeeting is set to $true. 
111+
112+
```yaml
113+
Type: Object
114+
Parameter Sets: (All)
115+
Aliases:
116+
117+
Required: False
118+
Position: Named
119+
Default value: None
120+
Accept pipeline input: False
121+
Accept wildcard characters: False
122+
```
123+
124+
### -SdnApiToken
125+
Specifies the Software Defined Network (SDN) provider's authentication token which is required to use their SDN license. This is required by some SDN providers who will give you the required token. This parameter is only required if AllowSdnProviderForBroadcastMeeting is set to $true. 
126+
127+
```yaml
128+
Type: Object
129+
Parameter Sets: (All)
130+
Aliases:
131+
132+
Required: False
133+
Position: Named
134+
Default value: None
135+
Accept pipeline input: False
136+
Accept wildcard characters: False
137+
```
138+
139+
### -SdnLicenseId
140+
Specifies the Software Defined Network (SDN) license identifier. This is required and provided by some SDN providers. This parameter is only required if AllowSdnProviderForBroadcastMeeting is set to $true. 
141+
142+
```yaml
143+
Type: Object
144+
Parameter Sets: (All)
145+
Aliases:
146+
147+
Required: False
148+
Position: Named
149+
Default value: None
150+
Accept pipeline input: False
151+
Accept wildcard characters: False
152+
```
153+
154+
### -SdnProviderName
155+
Specifies the Software Defined Network (SDN) provider's name. This parameter is only required if AllowSdnProviderForBroadcastMeeting is set to $true. 
156+
157+
```yaml
158+
Type: Object
159+
Parameter Sets: (All)
160+
Aliases:
161+
162+
Required: False
163+
Position: Named
164+
Default value: None
165+
Accept pipeline input: False
166+
Accept wildcard characters: False
167+
```
168+
169+
### -SupportURL
170+
Specifies a URL where broadcast event attendees can find support information or FAQs specific to that event. The URL will be displayed to the attendees during the broadcast. 
171+
172+
```yaml
173+
Type: Object
174+
Parameter Sets: (All)
175+
Aliases:
176+
177+
Required: False
178+
Position: Named
179+
Default value: None
180+
Accept pipeline input: False
181+
Accept wildcard characters: False
182+
```
183+
184+
### -Tenant
185+
Not applicable to online service.
186+
187+
```yaml
188+
Type: Object
189+
Parameter Sets: (All)
190+
Aliases:
191+
192+
Required: False
193+
Position: Named
194+
Default value: None
195+
Accept pipeline input: False
196+
Accept wildcard characters: False
197+
```
198+
199+
### -WhatIf
200+
Shows what would happen if the cmdlet runs.
201+
The cmdlet is not run.
202+
203+
```yaml
204+
Type: SwitchParameter
205+
Parameter Sets: (All)
206+
Aliases: wi
207+
208+
Required: False
209+
Position: Named
210+
Default value: None
211+
Accept pipeline input: False
212+
Accept wildcard characters: False
213+
```
214+
215+
### -AsJob
216+
Not applicable to online service.
217+
218+
```yaml
219+
Type: SwitchParameter
220+
Parameter Sets: (All)
221+
Aliases:
222+
223+
Required: False
224+
Position: Named
225+
Default value: None
226+
Accept pipeline input: False
227+
Accept wildcard characters: False
228+
```
229+
230+
## INPUTS
231+
232+
### System.Management.Automation.PSObject
233+
234+
235+
## OUTPUTS
236+
237+
### System.Object
238+
239+
## NOTES
240+
241+
## RELATED LINKS

0 commit comments

Comments
 (0)