Find.Uninstaller

1.0.1.36

PowerShell module to get the uninstall string of any installed application.

Use of the wildcard "*" character is not necessary when searching for items, and will be applied automatically to the search index.

Example 1 - Find an application by common name:
 Get-UninstallString -Application Firefox

Example 2 - Find application by common name and provide all details:
PowerShell module to get the uninstall string of any installed application.

Use of the wildcard "*" character is not necessary when searching for items, and will be applied automatically to the search index.

Example 1 - Find an application by common name:
 Get-UninstallString -Application Firefox

Example 2 - Find application by common name and provide all details:
 Get-UninstallString -Application Firefox -FullDetail

Example 3 - Find application by partial name:
 Get-UninstallString -Application firef
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Find.Uninstaller

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Find.Uninstaller

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright © 2020 RePass Cloud Pty Ltd

Package Details

Author(s)

  • Danijel-James Wynyard

Tags

uninstall remove applications uninstaller program programs apps

Functions

Get-UninstallString

Dependencies

This module has no dependencies.

Release Notes

- Astericks support from either end, or no ends
- Export functions capability to process requests

FileList

Version History

Version Downloads Last updated
1.0.1.36 (current version) 367 7/27/2020
1.0.1.2 19 7/27/2020
1.0.1.1 19 7/27/2020
1.0.0.1 31 7/17/2020