Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In addition to general improvements to ILT sessions, we are now offering a Beta Microsoft Teams Integration. This integration will allow Session Administrators to create and manage Teams meetings directly from Cognition’s ILT Session administration.

Table of Contents

Setup

To integrate your Microsoft Teams account with Cognition, we recommend downloading the full PDF guide or following the steps below:

View file
nameCognition_Teams Integration_v2.pdf

To use this integration, you must first connect your Microsoft Teams account with Cognition.

...

  1. Go to Azure Active Directory.

  2. Copy the Tenant ID and send it to the Cognition Support Team via email.

  3. Construct a consent URL by replacing the Tenant_ID_Value with your Tenant ID: https://login.microsoftonline.com/Tenant_ID_Value/adminconsadmclient_id=f4fbd3e4-5a70-475f-9543-5a7ab90f6e8f.

  4. Navigate to the constructed URL and grant permission. The listed permissions need to be granted in order to link your Microsoft Azure account with our application.

  5. Next you will be creating an Application Access policy that will grant our Cognition app permission to access your organization’s Microsoft Teams account so that we can help manage and adjust Teams meetings on your behalf through Cognition. To begin, confirm you have the following installed on your machine: Powershell 5.1 or higher and .NET Framework 4.8 or higher

  6. Open PowerShell as an Administrator. Check your execution policy and run the following command: Get-ExecutionPolicy -List

    1. If you see a Restricted Policy, run the following command: Set-ExecutionPolicy RemoteSigned

  7. Run Command: Install-Module MicrosoftTeams.

    1. Click “Yes to All”

  8. Run Command: Connect-MicrosoftTeams.

    1. Login/Authenticate using your Microsoft account credentials

  9. Run Command: New-CsApplicationAccessPolicy -Identity Cognition-ms-teams-allow-access -AppIds

    "f4fbd3e4-5a70-475f-9543-5a7ab90f6e8f" -Description "Cognition Allow Access To MS Teams"

  10. Run Command: Grant-CsApplicationAccessPolicy -PolicyName Cognition-ms-teams-allow-access - Global

  11. Once you have successfully ran all of the commands, let our Cognition Integration Team know and we will finish configuring Microsoft Teams with Cognition!

Adding Instructor Accounts

In order to host Teams meetings, Instructors will need to have their Teams account email included in the LMS. This may be set either through the newly added Teams Account field on the Contact tab of User Administration. This two field can also be edited by Instructors directly in their Profile under the Gear menu. Users will enter in their email and use the "Update Teams Account" button to verify their account information. If the email address is successfully matched with an account in the organization; they will receive a success banner and a Verification message. The system will always use the Teams Account when creating or updating Teams meetings.

...

Microsoft Teams Policies

The Teams integration with Cognition is not affected by the majority of the Policies set in Microsoft Teams Admin Center, except the following:

...