You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Example 2, the ___domain fabrikam.com is assigned as the only ___domain on the blocked domains list for current tenant.
66
+
In Example 1, the ___domain fabrikam.com is assigned as the only ___domain on the blocked domains list for current tenant.
66
67
To do this, the first command in the example uses the `New-CsEdgeDomainPattern` cmdlet to create a new ___domain object for fabrikam.com.
67
68
This ___domain object is stored in a variable named $x.
68
69
@@ -214,6 +215,11 @@ Example 15 shows how you can remove domains from the existing Allowed Trial Tena
214
215
First, a List is created and domains are added to it, then use the Remove method in the `AllowedTrialTenantDomains` parameter to remove the domains from the existing allowed domains list.
215
216
When this command completes, the domains in the list will be removed from the Allowed Trial Tenant Domains list.
216
217
218
+
### -------------------------- Example 16 -------------------------
When set to 'Enabled', security operations team will be able to add domains to the blocklist on security portal.
501
+
When set to 'Disabled', security operations team will not have permissions to update the domains blocklist.
502
+
503
+
```yaml
504
+
Type: DomainBlockingForMDOAdminsInTeamsType
505
+
Parameter Sets: (All)
506
+
Aliases:
507
+
Applicable: Microsoft Teams
508
+
509
+
Required: False
510
+
Position: Named
511
+
Default value: None
512
+
Accept pipeline input: False
513
+
Accept wildcard characters: False
514
+
```
515
+
493
516
### -AllowedTrialTenantDomains
494
517
You can whitelist specific "trial-only" tenant domains, while keeping the `ExternalAccessWithTrialTenants` set to `Blocked`. This will allow you to protect your organization against majority of tenants that don't have any paid subscriptions, while still being able to collaborate externally with those trusted trial-tenants in the list.
0 commit comments