Skip to content

Instantly share code, notes, and snippets.

@apgryan
apgryan / grant-meeting-access-kbl.ps1
Created May 26, 2026 18:56
Grant Teams Application Access Policy for AutoNotetaker on kblcosmeticsmfg.com tenant
# Grant AutoNotetaker access to read users' online meetings (transcripts)
# for the kblcosmeticsmfg.com tenant.
#
# Without this policy, Microsoft Graph returns 403 on every /onlineMeetings call
# in app-only mode — even with OnlineMeetings.Read.All consented.
#
# Usage:
# pwsh ./grant-meeting-access-kbl.ps1 -Global # tenant-wide (recommended)
#
# At the device-login prompt, sign in with a Teams admin in the kblcosmeticsmfg.com tenant.