Uninstall the Intune Company Portal App using PowerShell

If repairing the company portal app doesn’t resolve the issue, you can uninstall the Intune company portal app from your Windows 10 or 11 PC and then reinstall it from the Microsoft store.

With PowerShell, it only takes two steps to uninstall the Intune company portal app from the Windows PC. Launch PowerShell as an administrator and run the following command to get the Microsoft Company portal app information.

Get-AppxPackage -Name Microsoft.CompanyPortal

The Get-AppxPackage -Name Microsoft.CompanyPortal command checks to see if the Intune Company Portal app is installed on the device. If the app is present, the command output lists the app details, which include Name, Publisher, version, etc.

Name              : Microsoft.CompanyPortal

Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US

Architecture      : X64

ResourceId        :

Version           : 11.1.523.0

PackageFullName   : Microsoft.CompanyPortal_11.1.523.0_x64__8wekyb3d8bbwe

InstallLocation   : C:\Program Files\WindowsApps\Microsoft.CompanyPortal_11.1.523.0_x64__8wekyb3d8bbwe

IsFramework       : False

PackageFamilyName : Microsoft.CompanyPortal_8wekyb3d8bbwe

PublisherId       : 8wekyb3d8bbwe

IsResourcePackage : False

IsBundle          : False

IsDevelopmentMode : False

NonRemovable      : False

Dependencies      : {Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe,

                     Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe,

                     Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe,

                     Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe...}

IsPartiallyStaged : False

SignatureKind     : Store

Status            : Ok

To uninstall the Intune Company Portal app, run the following PowerShell command:

Get-AppxPackage -name Microsoft.CompanyPortal | Remove-AppPackage

The Intune company portal app is now uninstalled from the PC. You don’t have to restart your PC after uninstalling the company portal app.

Uninstall the Intune Company Portal App using PowerShell



Reinstall the Intune Company Portal App from Microsoft Store

After you have successfully uninstalled the company portal from Windows PC, you can reinstall the Intune company portal app on an enrolled Windows device using following steps.

  • On your Windows PC, click Start and launch the Microsoft Store.
  • Use the search feature to find the Intune Company Portal app, and select the Company Portal app and click Get.
  • This downloads and installs the Intune Company Portal app on your device.

Reinstall the Intune Company Portal App



The next step is to launch the company portal app. To accomplish that, click Start and type “Company Portal” and launch the Company Portal app. You may be asked to sign in to the company portal and once you do that, you have access to company resources.

Launch Intune Company Portal App