Resource Type: dsc_teamsmeetingconfiguration
- Defined in:
- lib/puppet/type/dsc_teamsmeetingconfiguration.rb
Overview
The DSC TeamsMeetingConfiguration resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_clientappsharingport
Determines the starting port number for client screen sharing or application sharing. Minimum allowed value: 1024 Maximum allowed value: 65535 Default value: 50040.
-
dsc_clientappsharingportrange
Determines the total number of ports available for client sharing or application sharing. Default value is 20.
-
dsc_clientaudioport
Determines the starting port number for client audio. Minimum allowed value: 1024 Maximum allowed value: 65535 Default value: 50000.
-
dsc_clientaudioportrange
Determines the total number of ports available for client audio. Default value is 20.
-
dsc_clientmediaportrangeenabled
Determines whether custom media port and range selections need to be enforced. When set to True, clients will use the specified port range for media traffic. When set to False (the default value) for any available port (from port 1024 through port 65535) will be used to accommodate media traffic.
-
dsc_clientvideoport
Determines the starting port number for client video. Minimum allowed value: 1024 Maximum allowed value: 65535 Default value: 50020.
-
dsc_clientvideoportrange
Determines the total number of ports available for client video. Default value is 20.
-
dsc_customfootertext
Text to be used on custom meeting invitations.
-
dsc_disableanonymousjoin
Determines whether anonymous users are blocked from joining meetings in the tenant. Set this to TRUE to block anonymous users from joining. Set this to FALSE to allow anonymous users to join meetings.
-
dsc_enableqos
Determines whether Quality of Service Marking for real-time media (audio, video, screen/app sharing) is enabled in the tenant. Set this to TRUE to enable and FALSE to disable.
-
dsc_helpurl
URL to a website where users can obtain assistance on joining the meeting.This would be included in the meeting invite. Please ensure this URL is publicly accessible for invites that go beyond your federation boundaries.
-
dsc_legalurl
URL to a website containing legal information and meeting disclaimers. This would be included in the meeting invite. Please ensure this URL is publicly accessible for invites that go beyond your federation boundaries.
-
dsc_logourl
URL to a logo image. This would be included in the meeting invite. Please ensure this URL is publicly accessible for invites that go beyond your federation boundaries.
Parameters
-
dsc_credential
Credentials of the Teams Admin
-
dsc_identity (namevar)
The only valid input is Global - the tenant wide configuration
-
dsc_psdscrunascredential
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).