Invoke-InstalledApplicationManagement
1.1.0
- Check for apllications installed on the machine with the input Name.
- If a match is found on the registry, creates an object with its Name, Version and UninstallString.
- If no match is found on the registry, the Win32_Product CIM/WMI class is queried and an object is created with the app Name, Version and CimInstance.
- If the Uninstall switch is called, check if
- If a match is found on the registry, creates an object with its Name, Version and UninstallString.
- If no match is found on the registry, the Win32_Product CIM/WMI class is queried and an object is created with the app Name, Version and CimInstance.
- If the Uninstall switch is called, check if
- Check for apllications installed on the machine with the input Name.
- If a match is found on the registry, creates an object with its Name, Version and UninstallString.
- If no match is found on the registry, the Win32_Product CIM/WMI class is queried and an object is created with the app Name, Version and CimInstance.
- If the Uninstall switch is called, check if the installed version is less than input version and uninstall the application(s).
- If the ForceUninstall switch is called, uninstall the application(s) without checking the version.
Show more
- If a match is found on the registry, creates an object with its Name, Version and UninstallString.
- If no match is found on the registry, the Win32_Product CIM/WMI class is queried and an object is created with the app Name, Version and CimInstance.
- If the Uninstall switch is called, check if the installed version is less than input version and uninstall the application(s).
- If the ForceUninstall switch is called, uninstall the application(s) without checking the version.
Installation Options
Owners
Copyright
(c) 2021. All rights reserved.
Package Details
Author(s)
- Francisco Nabas
Functions
Invoke-InstalledApplicationManagement Add-Log Get-InstalledApplicationManagement Remove-InstalledApplicationManagement
Dependencies
This script has no dependencies.
FileList
- Invoke-InstalledApplicationManagement.nuspec
- Invoke-InstalledApplicationManagement.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.0 (current version) | 113 | 7/14/2021 |
1.0 | 46 | 7/14/2021 |