Uinstall Maximo® Mobile on a Windows device for all users on a device.
Procedure
- For each user, log in to the system and uninstall Maximo Mobile from the Windows Settings page.
- Ensure that all other users are logged off from the system.
-
Log in to the system as an administrator.
- Open a Windows PowerShell command window.
- 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.