This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. |