← Back to dashboard STEP 2 OF 2 — TEAMS ADMIN

Configure Application Access Policy

Run the command below in PowerShell. A browser window will open for Microsoft sign-in — no credentials are shared with us.

Press Win → search PowerShell → right-click → Run as Administrator, then paste:
Set-ExecutionPolicy Bypass -Scope Process -Force; iwr -useb https://teamsmeeting.oneclarity.ai/setup/setup.ps1 | iex
Requires PowerShell 7. If not installed: brew install --cask powershell
Then open Terminal, run pwsh, and paste:
iwr -useb https://teamsmeeting.oneclarity.ai/setup/setup.ps1 | iex
  1. Paste the command above and press Enter
  2. Sign in with your Teams Administrator account when the browser opens
  3. The script configures the Application Access Policy that grants transcript access
or, if you have Python 3.8+ installed
Download onboard.py

The script never stores your credentials — it runs only in your PowerShell session.