In order to complete the steps below, you must have Global Administrator role.
The same Bot can be whitelisted in multiple Microsoft Entra (formerly Azure AD) tenants, and can be used for multiple compliance policies.
The registration consists of the following steps:
Table of Contents |
---|
Prerequisites
Step 1 - Download and install PowerShell 5.1.
Step 2 - Open PowerShell as administrator.
Step 3 - Set the security protocol to TLS 1.2 with the following command:
Code Block | ||
---|---|---|
| ||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 |
...
Note | ||
---|---|---|
| ||
In the case when the recorded Teams environment and the recording bot are in separate Azure Microsoft Entra tenants, the following steps have to be done in the Teams tenant. |
...