Opret forbindelse til Exchange Online via Powershell.
Aktiver fokuseret indbakke for hele din organisation.
Set-OrganizationConfig -FocusedInboxOn $true
Deaktiver fokuseret indbakke for hele din organisation.
Set-OrganizationConfig -FocusedInboxOn $false
Aktiver fokuseret indbakke for bestemte brugere.
Set-FocusedInbox -Identity <username> -FocusedInboxOn $true
Deaktiver fokuseret indbakke for bestemte brugere.
Set-FocusedInbox -Identity <username> -FocusedInboxOn $false