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 {
38
38
$StateIsCorrect = ($CurrentState.AllowAnonymousUsersToJoinMeeting -eq $false ) -and
39
39
($CurrentState.AllowAnonymousUsersToStartMeeting -eq $false ) -and
40
40
($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
44
44
($CurrentState.AllowExternalParticipantGiveRequestControl -eq $false )
45
45
46
46
if ($Settings.remediate -eq $true ) {
You can’t perform that action at this time.
0 commit comments