|
| 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