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
> 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/microsoftteams/meeting-policies-participants-and-guests for details.
90
+
91
+
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.
92
+
93
+
```yaml
94
+
Type: Boolean
95
+
Parameter Sets: (All)
96
+
Aliases:
97
+
98
+
Required: False
99
+
Position: Named
100
+
Default value: True
101
+
Accept pipeline input: False
102
+
Accept wildcard characters: False
103
+
```
104
+
85
105
### -AllowAnonymousUsersToStartMeeting
86
106
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
Determines whether meetings will, by default, allow attendance by anonymous users (that is, by unauthenticated users) or by federated users (authenticated users from other tenants).
129
-
Set this value to True if you would like new meetings to allow for attendance by anonymous users or federated users by default.
130
-
Set this value to False if you would prefer that, by default, new meetings do not allow for attendance by anonymous users or federated users. When set to False, anonymous and federated users will be placed in the lobby of a meeting when trying to join it. After being placed in the lobby, they can be admitted by any presenter in the meeting.
131
-
When this value is changed, the change will only apply to new meetings and it will not applied to meetings already scheduled.
132
-
The default value is True.
128
+
Determines whether meetings will, by default, allow attendance by anonymous users (that is, unauthenticated users). Set this value to True if you would like new meetings to allow for attendance by anonymous users by default. Set this value to False if you would prefer that, by default, new meetings do not allow for attendance by anonymous users. The default value is True.
@@ -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/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