Uninstalling Maximo Mobile on Windows for multiple users

Uinstall Maximo® Mobile on a Windows device for all users on a device.

Procedure

  1. For each user, log in to the system and uninstall Maximo Mobile from the Windows Settings page.
  2. Ensure that all other users are logged off from the system.
  3. Log in to the system as an administrator.
  4. Open a Windows PowerShell command window.
  5. Enter the following commands:
    Get-AppxProvisionedPackage -online | where-object {$_.PackageName -like "PACKAGENAME_*"} | Remove-AppxProvisionedPackage -Online –Verbose
    Get-AppxPackage -allusers -name 'PACKAGENAME' -packagetype bundle | Remove-AppxPackage -AllUsers
    
    Replace PACKAGENAME with IBM.automobile for Maximo Mobile on Maximo Application Suite, or IBM.automobile-eam for Maximo Asset Management.