Teams recording setup (Automated)
Setup process
Getting Started
Setting up Teams recording with Focus is straightforward and can be configured to match your organization's specific recording policies. Whether you need compliant recording for regulatory purposes or convenience recording for business optimization, our solution adapts to your requirements.
Requirements
To setup the required policy option you will need the below:
- An Azure global admin user account or Teams global admin user account
- A Focus Super user account
Automated script or manual steps.
An automated powershell script has been created with all the below steps done for you. If you prefer to do each step one by one simply skip to the Manual section below and follow along.
Automated - First setup
There are two options for automated setup:
- You can run the script directly with the below command via an Administrator Powershell:
Set-ExecutionPolicy Bypass -Scope Process -Force
Invoke-RestMethod "https://uk.help.aiphoria.net/scripts/Setup-AiphoriaTeamsRecorder.ps1" | Out-File Setup-AiphoriaTeamsRecorder.ps1
.\Setup-AiphoriaTeamsRecorder.ps1
- You can download the file, read over it and run it manually.
- Download the file from this link: Download Teams Setup PowerShell Script.
- Then open a Powershell Administrator prompt within your download folder and run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
.\Setup-AiphoriaTeamsRecorder.ps1
You can now add the users to the group
Information required by the Focus support team
Now this has completed please send the below information to the Focus support team:
- Tenant id
- Recorded users group name
- Domain(s) of recorded users
Done
You are now ready to start recording your teams calls.