tech_documents:office365_azure:cortana_briefing:start

Open powershell (doesn't have to be admin) and run the following:

PowerShell.exe -ExecutionPolicy Bypass
Install-Module -Name ExchangeOnlineManagement -Scope CurrentUser
Connect-ExchangeOnline (enter your O365 admin credentials)
Set-UserBriefingConfig -Identity someone@somewhere.com -Enabled $false

To check a user

Get-UserBriefingConfig -Identity someone@somewhere.com
  • tech_documents/office365_azure/cortana_briefing/start.txt
  • Last modified: 2021/06/15 05:01
  • by jacob.hydeman