Skip to content

Commit ba4bffc

Browse files
Merge pull request #13311 from rrjamesjr/docs-editor/Set-CsTenantFederationConfigur-1767117382
Update Set-CsTenantFederationConfiguration.md
2 parents 39dd1ac + 88daf9c commit ba4bffc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsTenantFederationConfiguration.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ Manages federation configuration settings for your Skype for Business Online ten
2121
## SYNTAX
2222

2323
### Identity (Default)
24+
2425
```
2526
Set-CsTenantFederationConfiguration [-Tenant <Guid>]
2627
[-AllowedDomains <IAllowedDomainsChoice>] [-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>]
2728
[-AllowFederatedUsers <Boolean>] [-AllowTeamsConsumer <Boolean>] [-AllowTeamsConsumerInbound <Boolean>]
2829
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
2930
[-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>]
30-
[-DomainBlockingForMDOAdminsInTeams <DomainBlockingForMDOAdminsInTeamsType>]
31+
[-SecurityTeamAllowBlockListDelegation <SecurityTeamAllowBlockListDelegationType>]
3132
[-AllowedTrialTenantDomains <List>]
3233
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3334
```
@@ -227,8 +228,9 @@ When this command completes, the domains in the list will be removed from the Al
227228

228229
### Example 17
229230
```
230-
Set-CsTenantFederationConfiguration -DomainBlockingForMDOAdminsInTeams "Enabled"
231+
Set-CsTenantFederationConfiguration -SecurityTeamAllowBlockListDelegation "Enabled"
231232
```
233+
Example 17 shows how you let your security operations team edit the blocked domains and blocked users lists from Defender for Office 365 (default value is Disabled).
232234

233235
## PARAMETERS
234236

@@ -415,15 +417,16 @@ Accept pipeline input: False
415417
Accept wildcard characters: False
416418
```
417419

418-
### -DomainBlockingForMDOAdminsInTeams
420+
### -SecurityTeamAllowBlockListDelegation
419421

420422
> Applicable: Microsoft Teams
421423

422-
When set to 'Enabled', security operations team will be able to add domains to the blocklist on security portal.
423-
When set to 'Disabled', security operations team will not have permissions to update the domains blocklist.
424+
When set to 'Enabled', security operations team will be able to add domains and users to the blocklist on security portal.
425+
426+
When set to 'Disabled', security operations team will not have permissions to update the domains and users blocklists.
424427

425428
```yaml
426-
Type: DomainBlockingForMDOAdminsInTeamsType
429+
Type: SecurityTeamAllowBlockListDelegationType
427430
Parameter Sets: (All)
428431
Aliases:
429432

0 commit comments

Comments
 (0)