Resource Type: dsc_teamsupgradeconfiguration

Defined in:
lib/puppet/type/dsc_teamsupgradeconfiguration.rb

Overview

The DSC TeamsUpgradeConfiguration resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_downloadteams

    The DownloadTeams property allows admins to control whether the Skype for Business client should automatically download Teams in the background. This Boolean setting is only honored on Windows clients, and only for certain values of the user’s TeamsUpgradePolicy. If NotifySfbUser=true or if Mode=TeamsOnly in TeamsUpgradePolicy, this setting is honored. Otherwise it is ignored.

  • dsc_sfbmeetingjoinux

    The SfBMeetingJoinUx property allows admins to specify which app is used to join Skype for Business meetings, even after the user has been upgraded to Teams. Allowed values are: ‘SkypeMeetingsApp’ and ‘NativeLimitedClient’. ‘NativeLimitedClient’ means the existing Skype for Business rich client will be used, but since the user is upgraded, only meeting functionality is available. Calling and Messaging are done via Teams. ‘SkypeMeetingsApp’ means use the web-downloadable app. This setting can be useful for organizations that have upgraded to Teams and no longer want to install Skype for Business on their users’ computers.

Parameters

  • dsc_credential

    Credentials of the Teams Admin

  • dsc_issingleinstance (namevar)

    Specifies the resource is a single instance, the value must be ‘Yes’

  • 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).