Filter By
Displaying results 1 - 2 of 2 (Page 1 of 1)
By:
|
460 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:
|
279 downloads
|
Last Updated: 6/24/2023
|
Latest Version: 1.0.0
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. Here are key switches to guide the script's behavior: -Port to specify the port number to check for active connections. -ProcessName to specify the name of the process to check for activ... More info |