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
@@ -93,6 +95,25 @@ All other policy properties will use the existing values.
93
95
94
96
## PARAMETERS
95
97
98
+
### -AllowAnonymousUsersToJoinMeeting
99
+
100
+
> [!NOTE]
101
+
> The experience for users is dependent on both the value of -DisableAnonymousJoin (the old tenant-wide setting) and -AllowAnonymousUsersToJoinMeeting (the new per-organizer policy). Please check https://docs.microsoft.com/en-us/microsoftteams/meeting-policies-participants-and-guests for details.
102
+
103
+
Determines whether anonymous users can join the meetings that impacted users organize. Set this to TRUE to allow anonymous users to join a meeting. Set this to FALSE to prohibit them from joining a meeting.
104
+
105
+
```yaml
106
+
Type: Boolean
107
+
Parameter Sets: (All)
108
+
Aliases:
109
+
110
+
Required: False
111
+
Position: Named
112
+
Default value: True
113
+
Accept pipeline input: False
114
+
Accept wildcard characters: False
115
+
```
116
+
96
117
### -AllowAnonymousUsersToStartMeeting
97
118
Determines whether anonymous users can initiate a meeting. Set this to TRUE to allow anonymous users to initiate a meeting. Set this to FALSE to prohibit them from initiating a meeting.
0 commit comments