Skip to content

Commit de3006c

Browse files
authored
Merge pull request #11964 from MicrosoftDocs/main
Publish main to live 07/01/2024, 3:30 PM
2 parents b0f9ab5 + 92ce820 commit de3006c

5 files changed

+108
-5
lines changed

teams/teams-ps/teams/Get-CsTeamsAcsFederationConfiguration.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This cmdlet is used to retrieve the federation configuration between Teams and A
1818

1919
```powershell
2020
Get-CsTeamsAcsFederationConfiguration
21+
[-Identity <String[]>]
22+
[-Filter <String>]
2123
```
2224

2325
## DESCRIPTION
@@ -56,6 +58,43 @@ EnableAcsUsers : False
5658

5759
## PARAMETERS
5860

61+
### -Filter
62+
Enables you to use wildcards when specifying the Teams and ACS federation configuration settings to be returned.
63+
Because you can only have a single, global instance of these settings there is little reason to use the Filter parameter.
64+
However, if you prefer, you can use syntax similar to this to retrieve the global settings: -Identity "g*".
65+
66+
```yaml
67+
Type: String
68+
Parameter Sets: Filter
69+
Aliases:
70+
71+
Required: False
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
78+
### -Identity
79+
Specifies the collection of tenant federation configuration settings to be modified. Because each tenant is limited to a single, global collection of federation settings there is no need include this parameter when calling the Set-CsTenantFederationConfiguration cmdlet. If you do choose to use the Identity parameter you must also include the Tenant parameter. For example:
80+
81+
`Set-CsTenantFederationConfiguration -Tenant "bf19b7db-6960-41e5-a139-2aa373474354" -Identity "global"`
82+
83+
```yaml
84+
Type: String
85+
Parameter Sets: Identity
86+
Aliases:
87+
88+
Required: False
89+
Position: Named
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
95+
### CommonParameters
96+
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).
97+
5998
## INPUTS
6099

61100
## OUTPUTS

teams/teams-ps/teams/Get-CsTeamsExternalAccessConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2+
schema: 2.0.0
23
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
3-
Module Name: MicrosoftTeams
44
online version:
5-
schema: 1.0.0
5+
Module Name: MicrosoftTeams
66
---
77

88
# Get-CsTeamsExternalAccessConfiguration

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,22 @@ Possible values are:
123123
124124
- **EveryoneInCompanyExcludingGuests**: For Webinar - enables creating events to allow only in-tenant users to register and join the event. For Town hall - enables creating events to allow only in-tenant users to join the event (Note: for Town hall, in-tenant users include guests; this parameter will disable public Town halls).
125125
126+
```yaml
127+
Type: String
128+
Parameter Sets: (All)
129+
Aliases:
130+
131+
Required: False
132+
Position: Named
133+
Default value: Everyone
134+
Accept pipeline input: False
135+
Accept wildcard characters: False
136+
```
126137
138+
### -AllowedQuestionTypesInRegistrationForm
139+
This setting governs which users in a tenant can add which registration form questions to an event registration page for attendees to answer when registering for the event.
140+
141+
Possible values are: DefaultOnly, DefaultAndPredefinedOnly, AllQuestions.
127142
128143
```yaml
129144
Type: String
@@ -132,7 +147,41 @@ Aliases:
132147

133148
Required: False
134149
Position: Named
135-
Default value: Everyone
150+
Default value: None
151+
Accept pipeline input: False
152+
Accept wildcard characters: False
153+
```
154+
155+
### -AllowedTownhallTypesForRecordingPublish
156+
This setting governs which types of town halls can have their recordings published.
157+
158+
Possible values are: None, InviteOnly, EveryoneInCompanyIncludingGuests, Everyone.
159+
160+
```yaml
161+
Type: String
162+
Parameter Sets: (All)
163+
Aliases:
164+
165+
Required: False
166+
Position: Named
167+
Default value: None
168+
Accept pipeline input: False
169+
Accept wildcard characters: False
170+
```
171+
172+
### -AllowedWebinarTypesForRecordingPublish
173+
This setting governs which types of webinars can have their recordings published.
174+
175+
Possible values are: None, InviteOnly, EveryoneInCompanyIncludingGuests, Everyone.
176+
177+
```yaml
178+
Type: String
179+
Parameter Sets: (All)
180+
Aliases:
181+
182+
Required: False
183+
Position: Named
184+
Default value: None
136185
Accept pipeline input: False
137186
Accept wildcard characters: False
138187
```

teams/teams-ps/teams/Set-CsTeamsExternalAccessConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2+
schema: 2.0.0
23
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
3-
Module Name: MicrosoftTeams
44
online version:
5-
schema: 1.0.0
5+
Module Name: MicrosoftTeams
66
---
77
# Set-CsTeamsExternalAccessConfiguration
88

teams/teams-ps/teams/Set-CsTeamsMeetingBroadcastConfiguration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,21 @@ Accept pipeline input: False
180180
Accept wildcard characters: False
181181
```
182182
183+
### -SdnRuntimeConfiguration
184+
Specifies connection parameters used to connect with a 3rd party eCDN provider. These parameters should be obtained from the SDN provider to be used.
185+
186+
```yaml
187+
Type: String
188+
Parameter Sets: (All)
189+
Aliases:
190+
191+
Required: False
192+
Position: Named
193+
Default value: None
194+
Accept pipeline input: False
195+
Accept wildcard characters: False
196+
```
197+
183198
### -SupportURL
184199
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.
185200

0 commit comments

Comments
 (0)