...
Go to Azure Active Directory.
Copy the Tenant ID and send it to the Cognition Support Team via email.
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.
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.
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
Open PowerShell as an Administrator. Check your execution policy and run the following command: Get-ExecutionPolicy -List
If you see a Restricted Policy, run the following command: Set-ExecutionPolicy RemoteSigned
Run Command: Install-Module MicrosoftTeams.
Click “Yes to All”
Run Command: Connect-MicrosoftTeams.
Login/Authenticate using your Microsoft account credentials
Run Command: New-CsApplicationAccessPolicy -Identity Cognition-ms-teams-allow-access -AppIds
"f4fbd3e4-5a70-475f-9543-5a7ab90f6e8f" -Description "Cognition Allow Access To MS Teams"
Run Command: Grant-CsApplicationAccessPolicy -PolicyName Cognition-ms-teams-allow-access - Global
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 User’s Email field or a newly added Teams Account field on the Contact tab of User Administration. These two fields can also be edited by Instructors directly in their Profile under the Gear menu. The system will always first try to use the Zoom ID when creating or updating Zoom meetings. If a user doesn’t have a Zoom ID, the system will then attempt to use the Email field instead. A way to add and update Zoom IDs in bulk with Mass User Upload is planned for a future release.
...
Info |
---|
It is strongly recommended that any Instructors hosting Zoom sessions have a paid licensed Zoom account. Some features may work incorrectly for users with basic accounts. An Instructor’s account must be associated with and listed under the main business account. |
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:
...