Filter By

Package Types

Operating System

Categories

Trust Information

By: | 648 downloads | Last Updated: 7/27/2020 | Latest Version: 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 ... More info

By: | 456 downloads | Last Updated: 4/8/2026 | Latest Version: 1.1.1

This script checks if a port is currently active or in use. It checks for active TCP and UDP connections on a specified port, by process name, or by a process ID. If the process name is svchost, the script will find the service and display name in addition to the process name. Here are key switches to guide the script's behavior: -Port to specify... More info