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
Example 13 shows how you can set or replace domains in the Allowed Trial Tenant Domains using a List collection object.
188
+
Example 12 shows how you can set or replace domains in the Allowed Trial Tenant Domains using a List collection object.
196
189
First, a List collection is created and domains are added to it, then, simply include the `AllowedTrialTenantDomains` parameter and set the parameter value to the List object.
197
190
When this command completes, the Allowed Trial Tenant Domains list will be replaced with those domains.
198
191
199
-
### -------------------------- Example 14 --------------------------
192
+
### -------------------------- Example 13 --------------------------
Example 14 shows how you can add domains to the existing Allowed Trial Tenant Domains using a List collection object.
200
+
Example 13 shows how you can add domains to the existing Allowed Trial Tenant Domains using a List collection object.
208
201
First, a List is created and domains are added to it, then, use the Add method in the `AllowedTrialTenantDomains` parameter to add the domains to the existing allowed domains list.
209
202
When this command completes, the domains in the list will be added to any domains already on the Allowed Trial Tenant Domains list.
210
203
211
-
### -------------------------- Example 15 --------------------------
204
+
### -------------------------- Example 14 --------------------------
Example 15 shows how you can remove domains from the existing Allowed Trial Tenant Domains using a List collection object.
212
+
Example 14 shows how you can remove domains from the existing Allowed Trial Tenant Domains using a List collection object.
220
213
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.
221
214
When this command completes, the domains in the list will be removed from the Allowed Trial Tenant Domains list.
222
215
216
+
### -------------------------- Example 15 -------------------------
Defines if a user is restriced to collaboration with Teams Consumer (TFL) user only in Extended Directory.
517
-
Possible values: True, False
515
+
### -AllowedTrialTenantDomains
516
+
You can provide list of trial tenant domains which are excluded from blocking when `ExternalAccessWithTrialTenants` is set to `Blocked`.
517
+
This allows you to have trial tenant block enabled but still selectively allow communication with some trial tenants.
518
518
519
519
```yaml
520
-
Type: Boolean
520
+
Type: List
521
521
Parameter Sets: (All)
522
-
Aliases:
522
+
Aliases:
523
+
applicable: Microsoft Teams
523
524
524
525
Required: False
525
526
Position: Named
@@ -528,8 +529,8 @@ Accept pipeline input: False
528
529
Accept wildcard characters: False
529
530
```
530
531
531
-
### -CustomizeFederation
532
-
Defines if we enable more customized federation settings in ExternalAccessPolicy or not. For example, when this is true, if the `AllowedDomains` includes [a.com, b.com], but the `AllowedExternalDomains` of the ExternalAccessPolicy includes [c.com], then users assigned by the ExternalAccessPolicy will only be allowed to access c.com, all other users will have access to a.com and b.com as defined in `AllowedDomains`.
532
+
### -RestrictTeamsConsumerToExternalUserProfiles
533
+
Defines if a user is restriced to collaboration with Teams Consumer (TFL) user only in Extended Directory.
533
534
Possible values: True, False
534
535
535
536
```yaml
@@ -539,24 +540,23 @@ Aliases:
539
540
540
541
Required: False
541
542
Position: Named
542
-
Default value: False
543
+
Default value: None
543
544
Accept pipeline input: False
544
545
Accept wildcard characters: False
545
546
```
546
547
547
-
### -AllowedTrialTenantDomains
548
-
You can provide list of trial tenant domains which are excluded from blocking when `ExternalAccessWithTrialTenants` is set to `Blocked`.
549
-
This allows you to have trial tenant block enabled but still selectively allow communication with some trial tenants.
548
+
### -CustomizeFederation
549
+
Defines if we enable more customized federation settings in ExternalAccessPolicy or not. For example, when this is true, if the `AllowedDomains` includes [a.com, b.com], but the `AllowedExternalDomains` of the ExternalAccessPolicy includes [c.com], then users assigned by the ExternalAccessPolicy will only be allowed to access c.com, all other users will have access to a.com and b.com as defined in `AllowedDomains`.
0 commit comments