File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Modules/CIPPCore/Public/Standards Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ Function Invoke-CIPPStandardTeamsGlobalMeetingPolicy {
3838 $StateIsCorrect = ($CurrentState.AllowAnonymousUsersToJoinMeeting -eq $false ) -and
3939 ($CurrentState.AllowAnonymousUsersToStartMeeting -eq $false ) -and
4040 ($CurrentState.AutoAdmittedUsers -eq ' EveryoneInCompanyExcludingGuests' ) -and
41- ($CurrentState.AllowPSTNUsersToBypassLobby -eq $false )
42- ($CurrentState.MeetingChatEnabledType -eq ' EnabledExceptAnonymous' )
43- ($CurrentState.DesignatedPresenterRoleMode -eq $Settings.DesignatedPresenterRoleMode )
41+ ($CurrentState.AllowPSTNUsersToBypassLobby -eq $false ) -and
42+ ($CurrentState.MeetingChatEnabledType -eq ' EnabledExceptAnonymous' ) -and
43+ ($CurrentState.DesignatedPresenterRoleMode -eq $Settings.DesignatedPresenterRoleMode ) -and
4444 ($CurrentState.AllowExternalParticipantGiveRequestControl -eq $false )
4545
4646 if ($Settings.remediate -eq $true ) {
You can’t perform that action at this time.
0 commit comments