Get-InstalledProgram
1.0.1
Get-InstalledProgram retrieves the programs installed on a local or remote machine. To specify a remote computer, use the ComputerName parameter. If the Name parameter is specified, the script gets information on any matching program's DisplayName property, and wildcards are permitted.
By default, the objects returned will only include the "DisplayName" and "DisplayV
By default, the objects returned will only include the "DisplayName" and "DisplayV
Get-InstalledProgram retrieves the programs installed on a local or remote machine. To specify a remote computer, use the ComputerName parameter. If the Name parameter is specified, the script gets information on any matching program's DisplayName property, and wildcards are permitted.
By default, the objects returned will only include the "DisplayName" and "DisplayVersion" properties of the installed program. This can be overridden by specifying the properties desired to the Property parameter, or all properties can be retrieved by using the All switch parameter.
Show more
By default, the objects returned will only include the "DisplayName" and "DisplayVersion" properties of the installed program. This can be overridden by specifying the properties desired to the Property parameter, or all properties can be retrieved by using the All switch parameter.
Installation Options
Owners
Copyright
2016 Chris Carter
Package Details
Author(s)
- Chris Carter
Tags
InstalledPrograms PowerShellRemoting
Functions
Choose-Invocation Get-ProgramFromRegistry
Dependencies
This script has no dependencies.
FileList
- Get-InstalledProgram.nuspec
- Get-InstalledProgram.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1 (current version) | 1,504 | 3/7/2016 |