Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - Viva La Geek.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews



IObit Black Friday Sale

spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Macrium Reflect FREE Edition
3. Smart Defrag
4. Visual C++ Redistributable Runtimes AIO Repack
5. MusicBee
6. Sergei Strelec's WinPE
7. Microsoft Visual C++ 2015-2022 Redistributable Package
8. ImgBurn
9. Format Factory
10. Visual C++ Runtime Installer (All-In-One)
More >>

top reads

Star Windows Bloat Removal Guide: Debloat Safely and Keep What You Need

Star Fresh PC Checklist: First 12 Things to Do On a New Windows 11 Machine

Star Windows 11 Repair Playbook: SFC, DISM, CHKDSK Without Breaking Stuff

Star Gmail Using Your Emails and Attachments for AI Training: Here's How To Opt Out

Star What is a '400 Bad Request - Request Header or Cookie Too Large' Error and How to Fix It

Star 8 Windows Shortcuts That’ll Make You More Productive and Save You Time

Star Windows 10 Not Dead Yet - You Can Still Get Updates For Free

Star How to Fix Windows Install Error 0xC1900101

Star How to Force Enable Windows 10 Extended Security Updates If The Option Is Not Showing

Star Windows 11 25H2 is Out: What’s New and How to Get It Now.


MajorGeeks.Com » System Tools » System Administration » Get-RemoteProgram 1.4.1 » Download Now

Get-RemoteProgram 1.4.1


Author: Jaap Brasser
Date: 02/19/2019
Size: 11.1 KB
License: Freeware
Requires: Win 10 / 8 / 7 / Vista / XP
Downloads: 7460 times

tip TIP: Click Here to Repair or
Restore Missing Windows Files
Download Get-RemoteProgram
Download@Authors Site
Download@MajorGeeks
Download@MajorGeeks

Rate This Software:
5 (9 votes)



MajorGeeks: Setting the standard for editor-tested, trusted, and secure downloads since 2001.


Download Avast Free Avast Free Antivirus Worried about finance scams?
Get free antivirus with AI-powered online scam detection Download Free!

-= advertisement =-
Get-RemoteProgram will generate a list of installed programs for your PC.

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.

If you are unfamilar with PowerShell, you can check this video on How to Run Windows PowerShell.

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 ExcludeProgram
This will exclude 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 ProgramRegExMatch
This parameter will change the default behavior of IncludeProgram and ExcludeProgram from -like operator to -match operator. This allows for more complex matching if required.

.PARAMETER LastAccessTime
Estimates the last time the program was executed by looking in the installation folder, if it exists, and retrieves the most recent LastAccessTime attribute of any .exe in that folder. This increases execution time of this script as it requires (remotely) querying the file system to retrieve this information.

.PARAMETER ExcludeSimilar
This will filter out similar programnames, the default value is to filter on the first 3 words in a program name. If a program only consists of fewer words it is excluded and it will not be filtered. For example if you Visual Studio 2015 installed it will list all the components individually, using -ExcludeSimilar will only display the first entry.

.PARAMETER SimilarWord
This parameter only works when ExcludeSimilar is specified, it changes the default of the first 3 words to any desired value.

.EXAMPLE
Get-RemoteProgram

Description:
Will generate a list of installed programs on local machine

.EXAMPLE
Get-RemoteProgram -ComputerName server01,server02

Description:
Will generate a list of installed programs on server01 and server02

.EXAMPLE
Get-RemoteProgram -ComputerName Server01 -Property DisplayVersion,VersionMajor

Description:
Will gather the list of programs from Server01 and attempts to retrieve the displayversion and versionmajor subkeys from the registry for each installed program

.EXAMPLE
'server01','server02' | Get-RemoteProgram -Property Uninstallstring

Description
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

.EXAMPLE
'server01','server02' | Get-RemoteProgram -Property Uninstallstring -ExcludeSimilar -SimilarWord 4

Description
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.

.EXAMPLE
Get-RemoteProgram -Property installdate,uninstallstring,installlocation -LastAccessTime | Where-Object {$_.installlocation}

Description
Will gather the list of programs from Server01 and retrieves the InstallDate, UninstallString and InstallLocation properties. Then filters out all products that do not have a installlocation set and displays the LastAccessTime when it can be resolved.

.EXAMPLE
Get-RemoteProgram -Property installdate -IncludeProgram *office*

Description
Will retrieve the InstallDate of all components that match the wildcard pattern of *office*

.EXAMPLE
Get-RemoteProgram -Property installdate -IncludeProgram 'Microsoft Office Access','Microsoft SQL Server 2014'

Description
Will retrieve the InstallDate of all components that exactly match Microsoft Office Access & Microsoft SQL Server 2014

.EXAMPLE
Get-RemoteProgram -IncludeProgram ^Office -ProgramRegExMatch

Description
Will retrieve the InstallDate of all components that match the regex pattern of ^Office.*, which means any ProgramName starting with the word Office
#>



Screen Shots Screenshot for Get-RemoteProgram
Official Download Mirror for Get-RemoteProgram Official Download Mirror for Get-RemoteProgram


Top Downloads In System Administration

Clover EFI Bootloader 5164 [ 2025-10-17 15:14:03 | 9 MB | Open Source | 11|10|8|7|macOS | 5 ]
Clover EFI Bootloader can boot OS X, Windows, and Linux on Mac or PC with UEFI or BIOS firmware.

EFI Boot Editor 1.5.4 [ 2025-11-10 19:04:01 | Size Varies | Open Source | 11|10 | 5 ]
EFI Boot Editor is a portable GUI that allows you to modify the boot manager.

IDEAL Administration 23.1 [ 2024-05-01 14:12:57 | 54-138 MB | Shareware $329+ | 11|10|8|7 | 5 ]
IDEAL Administration simplifies your network administration by providing everything you need within a single tool that includes all the necessary features for managing servers, domains, and users.

PsExec 2.43 [ 2023-04-11 17:31:34 | 734 KB | Freeware | 11|10|8|7 | 5 ]
PsExec is a telnet replacement that allows you to execute processes on other systems, complete with full interactivity for console applications, without manually installing client software.

ueli 9.26.0 [ 2025-11-10 07:04:14 | 159-169 MB | Open Source | 11|10|8|7|macOS | 5 ]
ueli is an open-source systray app that permits you to launch programs and Windows tools via a simple search interface.

« IE Password Decryptor 11.0 · Get-RemoteProgram 1.4.1 · Reset Task Manager to Default in Windows 10 »


other news Tactical Briefings






Comment Rules & Etiquette - We welcome all comments from our readers, but any comment section requires some moderation. Some posts are auto-moderated to reduce spam, including links and swear words. When you make a post, and it does not appear, it went into moderation. We are emailed when posts are marked as spam and respond ASAP. Some posts might be deleted to reduce clutter. Examples include religion, politics, and comments about listing errors (after we fix the problem and upvote your comment). Finally, be nice. Thank you for choosing MajorGeeks.
© 2000-2025 MajorGeeks.com
Powered by Contentteller® Business Edition