Skip to main content

Test-MtTeamsRestrictParticipantGiveRequestControl

SYNOPSIS

Checks if Teams is configured to only allow users with presenter rights to share content during meetings.

SYNTAX

Test-MtTeamsRestrictParticipantGiveRequestControl [[-TeamsMeetingPolicy] <Object>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Restricting who can present limits meeting disruptions and reduces the risk of unwanted or inappropriate content being shared.

Learn more: https://techcommunity.microsoft.com/blog/microsoftteamsblog/7-tips-for-safe-online-meetings-and-collaboration-with-microsoft-teams/2072303 https://learn.microsoft.com/en-us/microsoftteams/meeting-policies-content-sharing

EXAMPLES

EXAMPLE 1

Test-MtTeamsRestrictParticipantGiveRequestControl

PARAMETERS

-TeamsMeetingPolicy

The TeamsMeetingPolicy object to check Run Get-CsTeamsMeetingPolicy to get the policy

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Boolean

NOTES

https://maester.dev/docs/commands/Test-MtTeamsRestrictParticipantGiveRequestControl