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 11 shows how the external access to be able to communicate with tenants that contain trial users can be allowed (default value is Blocked).
177
+
178
+
170
179
## PARAMETERS
171
180
172
181
### -AllowedDomains
@@ -439,6 +448,28 @@ Accept pipeline input: False
439
448
Accept wildcard characters: False
440
449
```
441
450
451
+
### -ExternalAccessWithTrialTenants
452
+
When set to 'Blocked' all federated communication with tenants that contain only trial users will be blocked.
453
+
Block is enforced in both directions, user from trial tenant cannot reach to user that has block enabled and user with block enabled cannot reach to trial user. This will also trigger ejection of users from existing chats if the block gets enabled and the chats will exist prior to that.
454
+
The default value is Blocked.
455
+
456
+
Allowed - Communication with other tenants is allowed
457
+
458
+
Blocked - Communication with users in tenants that contain only trial users will be blocked.
459
+
460
+
```yaml
461
+
Type: ExternalAccessWithTrialTenantsType
462
+
Parameter Sets: (All)
463
+
Aliases:
464
+
Applicable: Microsoft Teams
465
+
466
+
Required: False
467
+
Position: Named
468
+
Default value: None
469
+
Accept pipeline input: False
470
+
Accept wildcard characters: False
471
+
```
472
+
442
473
### -WhatIf
443
474
Describes what would happen if you executed the command without actually executing the command.
0 commit comments