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 you can allow users to communicate with users in tenants that contain only trial licenses (default value is Blocked).
177
+
178
+
170
179
## PARAMETERS
171
180
172
181
### -AllowedDomains
@@ -439,6 +448,26 @@ Accept pipeline input: False
439
448
Accept wildcard characters: False
440
449
```
441
450
451
+
### -ExternalAccessWithTrialTenants
452
+
When set to 'Blocked', all external access with users from Teams subscriptions that contain only trial licenses will be blocked. This means users from these trial-only tenants will not be able to reach to your users via chats, Teams calls, and meetings (using the users authenticated identity) and your users will not be able to reach users in these trial-only tenants. If this setting is set to "Blocked", users from the trial-only tenant will also be removed from existing chats.
453
+
454
+
Allowed - Communication with other tenants is allowed based on other settings.
455
+
456
+
Blocked - Communication with users in tenants that contain only trial licenses will be blocked.
457
+
458
+
```yaml
459
+
Type: ExternalAccessWithTrialTenantsType
460
+
Parameter Sets: (All)
461
+
Aliases:
462
+
Applicable: Microsoft Teams
463
+
464
+
Required: False
465
+
Position: Named
466
+
Default value: None
467
+
Accept pipeline input: False
468
+
Accept wildcard characters: False
469
+
```
470
+
442
471
### -WhatIf
443
472
Describes what would happen if you executed the command without actually executing the command.
0 commit comments