Hello @Bjarni Johansen, It og Sikkerhed ,
Thank you for reaching out.
Companion apps are automatically installed for commercial Microsoft 365 Insiders, who have Microsoft 365 desktop apps on their Windows 11 devices. To disable this, in Microsoft 365 Apps admin center, go to Device Configuration and select Modern App settings. Choose Microsoft 365 companion apps (preview), then uncheck Enable automatic installation of Microsoft 365 companion apps (preview) and Microsoft 365 Apps.
https://free.blessedness.top/en-us/microsoft-365-apps/companions/overview#set-up-the-companion-apps
- Clearing the checkbox does not remove the installed apps from devices. Admins can use Windows PowerShell to remove the Microsoft 365 Companion apps installed by the Microsoft 365 Insider program.
If you find the answer above helpful, please Accept the answer to help anyone in the community who might have a similar question to quickly find the solution.# Get the package full name of the Microsoft 365 Companions apps $packageFullName = Get-AppxPackage -Name "Microsoft.M365Companions" | Select-Object -ExpandProperty PackageFullName # Remove the Microsoft 365 Companions apps Remove-AppxPackage -Package $packageFullName