Skip to content

Commit 6c43919

Browse files
committed
fix state check
1 parent f1489f5 commit 6c43919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardTeamsGlobalMeetingPolicy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function Invoke-CIPPStandardTeamsGlobalMeetingPolicy {
4545
($CurrentState.AllowPSTNUsersToBypassLobby -eq $false) -and
4646
($CurrentState.MeetingChatEnabledType -eq $MeetingChatEnabledType) -and
4747
($CurrentState.DesignatedPresenterRoleMode -eq $DesignatedPresenterRoleMode) -and
48-
($CurrentState.AllowExternalParticipantGiveRequestControl -eq $false)
48+
($CurrentState.AllowExternalParticipantGiveRequestControl -eq $Settings.AllowExternalParticipantGiveRequestControl)
4949

5050

5151
if ($Settings.remediate -eq $true) {

0 commit comments

Comments
 (0)