|
Your download link is at the very bottom of the page... always. |
Processed through Paypal No account required. Donate Bitcoin to this wallet: 1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm Donate Ethereum to this wallet: 0x40E56922F43637224935CDC35e2c96E0392A8505 Donate Litecoin to this wallet: LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL |
Files | ||||
File Name | Rating | Downloads | ||
Get-RemoteProgram v1.4.1 Get-RemoteProgram v1.4.1 Get list of installed programs on remote or local computer. This is a script file. Right click and save target or link to download. Left click to open script file. This script generates a list by querying the registry and returning the installed programs of a local or remote computer. It allows for retrieval of additional properties such as the uninstall string of an application as well. Load the function into memory by dot-sourcing the script file this makes the Get-RemoteProgram function available in your current session of PowerShell This command will generate a list of installed programs on local machine. This command will generate a list of installed programs on server01 and server02. This command lill gather the list of programs from Server01 and attempts to retrieve the displayversion and versionmajor subkeys from the registry for each installed program This command will retrieve the installed programs on server01/02 that are passed on to the function through the pipeline and also retrieves the uninstall string for each program Code provided by Georges Zwingelstein, to display the installed programs ordered by Installed programs, installed updates or system components. Will retrieve the installed programs on server01/02 that are passed on to the function through the pipeline and also retrieves the uninstall string for each program. Will only display a single entry of a program of which the first four words are identical. Synopsis: .PARAMETER ComputerName The computer to which connectivity will be checked .PARAMETER Property Additional values to be loaded from the registry. Can contain a string or an array of string that will be attempted to retrieve from the registry for each program entry .PARAMETER IncludeProgram This will include the Programs matching that are specified as argument in this parameter. Wildcards are allowed. Both Include- and ExcludeProgram can be specified, where IncludeProgram will be matched first .PARAMETER ... |
4,547 | Nov 15, 2019 Jaap Brasser |
Showing rows 1 to 1 of 1 | Showing Page 1 of 1 | 1 |
OlderGeeks.com Copyright (c) 2024