Microsoft Teams On Remote Desktop



-->

This article describes the requirements and limitations for using Microsoft Teams in a remote desktop services (RDS) environment.

Solution #2: Update the Microsoft Teams desktop client Any app that you may install on your computer or smartphone might suffer from a broken functionality due to a recent software update. Developers of popular apps thus tend to release updates more often, to fix bugs and glitches that users might be experiencing. Download this app from Microsoft Store for Windows 10, Windows 8.1, Windows 10 Mobile, Windows Phone 8.1, Windows 10 Team (Surface Hub), HoloLens. See screenshots, read the latest customer reviews, and compare ratings for Microsoft Remote Desktop. Hi Mike, Thanks for reading! This could be due to a few different things, but my guess is that you’re using the Microsoft Teams web app (in a browser). Screen sharing in the Microsoft Teams web app is only supported in the most recent versions of Google Chrome and the chromium version of Microsoft Edge. Let us know if this fixes your problem!

What is RDS?

Remote Desktop Services (RDS) is the platform of choice for building virtualization solutions for every end customer need. RDS lets you deliver individual virtualized applications, provide secure mobile and remote desktop access, and provide end users the ability to run their applications and desktops from the cloud.

RDS offers deployment flexibility, cost efficiency, and extensibility. RDS is delivered through a variety of deployment options, including Windows Server 2016 for on-premises deployments, Microsoft Azure for cloud deployments, and a robust array of partner solutions.Depending on your environment and preferences, you can set up the RDS solution for session-based virtualization, as a virtual desktop infrastructure (VDI)

Currently, Teams in a remote desktop services environment is available with support for collaboration and chat functionality. To ensure an optimal user experience, follow the guidance in this article.

Teams on RDS with chat and collaboration

If your organization wants to only use chat and collaboration features in Teams, you can set user-level policies to turn off calling and meeting functionality in Teams.

Microsoft Teams On Remote Desktop

Set policies to turn off calling and meeting functionality

Teams

You can set policies by using the Microsoft Teams admin center or PowerShell. It might take some time (a few hours) for the policy changes to propagate. If you don't see changes for a given account immediately, try again in a few hours.

Calling polices: Teams includes the built-in DisallowCalling calling policy, in which all calling features are turned off. Assign the DisallowCalling policy to all users in your organization who use Teams in a virtualized environment.

Meeting policies: Teams includes the built-in AllOff meeting policy, in which all meeting features are turned off. Assign the AllOff policy to all users in your organization who use Teams in a virtualized environment.

Assign policies using the Microsoft Teams admin center

Microsoft teams on remote desktop

To assign the DisallowCalling calling policy and the AllOff meeting policy to a user:

  1. In the left navigation of the Microsoft Teams admin center, go to Users.

  2. Select the user by selecting to the left of the user name, and then select Edit settings.

  3. Do the following steps:

    a. Under Calling policy, select DisallowCalling.

    b. Under Meeting policy, select AllOff.

  4. Select Apply.

To assign a policy to multiple users at a time:

  1. In the left navigation of the Microsoft Teams admin center, go to Users, and then search for the users or filter the view to show the users you want.
  2. In the (check mark) column, select the users. To select all users, select the ✓ (check mark) at the top of the table.
  3. Select Edit settings, make the changes that you want, and then select Apply.

Or, you can also do the following steps:

  1. In the left navigation of the Microsoft Teams admin center, go to the policy you want to assign. For example:

    • Go to Voice > Calling policies, and then select DisallowCalling.
    • Go to Meetings > Meeting policies, and then select AllOff.
  2. Select Manage users.

  3. In the Manage users pane, search for the user by display name or by user name, select the name, and then select Add. Repeat this step for each user that you want to add.

  4. When you're finished adding users, select Save.

Assign policies using PowerShell

Audio

The following example shows how to use the Grant-CsTeamsCallingPolicy to assign the DisallowCalling calling policy to a user.

To learn more about using PowerShell to manage calling policies, see Set-CsTeamsCallingPolicy.

The following example shows how to use the Grant-CsTeamsMeetingPolicy to assign the AllOff meeting policy to a user.

To learn more about using PowerShell to manage meeting policies, see Set-CsTeamsMeetingPolicy.

-->

Desktop sharing lets users present a screen or app during a meeting or chat. Admins can configure screen sharing in Microsoft Teams to let users share an entire screen, an app, or a file. You can let users give or request control, allow PowerPoint sharing, add a whiteboard, and allow shared notes. You can also configure whether anonymous or external users can request control of the shared screen. External participants in Teams meetings can be categorized as follows:

  • Anonymous user
  • Guest users
  • B2B user
  • Federated user

To configure screen sharing, you create a new meetings policy and then assign it to the users you want to manage.

In the Microsoft Teams admin center

Microsoft
  1. Select Meetings > Meeting policies.

  2. On the Meeting policies page, select Add.

  3. Give your policy a unique title and enter a brief description.

  4. Under Content sharing, choose a Screen sharing mode from the drop-down list:

    • Entire screen – lets users share their entire desktop.
    • Single application – lets users limit screen sharing to a single active application.
    • Disabled – Turns off screen sharing.

Note

You don't have to enable the calling policy in order for users to use screen share from chat. However, their audio is turned off until they unmute themselves. In addition, the user sharing the screen can click Add Audio to enable audio. If the calling policy is disabled, users won't be able to add audio to the screen share from a chat session.

  1. Turn the following settings on or off:

    • Allow a participant to give or request control – lets members of the team give or request control of the presenter's desktop or application.
    • Allow an external participant to give or request control – This is a per-user policy. Whether an organization has this set for a user doesn't control what external participants can do, regardless of what the meeting organizer has set. This parameter controls whether external participants can be given control or request control of the sharer's screen, depending on what the sharer has set within their organization's meeting policies.
    • Allow PowerPoint sharing - lets users create meetings that allow PowerPoint presentations to be uploaded and shared.
    • Allow whiteboard – lets users share a whiteboard.
    • Allow shared notes – lets users take shared notes.
  2. Click Save.

Use PowerShell to configure shared desktop

You can also use the Set-CsTeamsMeetingPolicy cmdlet to control desktop sharing. Set the following parameters:

Microsoft Teams On Remote Desktop Services

  • Description
  • ScreenSharingMode
  • AllowPrivateCalling
  • AllowParticipantGiveRequestControl
  • AllowExternalParticipantGiveRequestControl
  • AllowPowerPointSharing
  • AllowWhiteboard
  • AllowSharedNotes

Remote Control Through Microsoft Teams

Learn more about using the csTeamsMeetingPolicy cmdlet.