Read-ADTInstalledApplication
PackageDeployment Module Help |
Package Deployment Module |
Read-ADTInstalledApplication Cmdlet |
Version 4.0.0.5 |
Read-ADTInstalledApplication
Synopsis
Retrieves information about installed applications.
Syntax
Read-ADTInstalledApplication [[-Name] <String[]>] [-Exact] [-WildCard] [-RegEx] [[-ProductCode] <String>] [-IncludeUpdatesAndHotfixes] [[-ResultVariablePrefix] <String>] [-PassThru] [[-ReturnProperties] <String[]>] [[-Context] <String>] [<CommonParameters>]
Description
Retrieves information about installed applications by querying the registry. You can specify an application name, a product code, or both. Returns information about application publisher, name & version, product code, uninstall string, install source, location, date, and application architecture.
Parameters
-Name <String> |
||||||
The name of the application to retrieve information for. Performs a contains match on the application display name by default. |
||||||
|
-Exact <SwitchParameter> |
||||||
Specifies that the named application must be matched using the exact name. |
||||||
|
-Wildcard <SwitchParameter> |
||||||
Specifies that the named application must be matched using a wildcard search. |
||||||
|
-RegEx <SwitchParameter> |
||||||
Specifies that the named application must be matched using a regular expression search. |
||||||
|
-ProductCode <String> |
||||||
The product code of the application to retrieve information for. |
||||||
|
-IncludeUpdatesAndHotfixes <SwitchParameter> |
||||||
Include matches against updates and hotfixes in results. |
||||||
|
-ResultVariablePrefix <String> |
||||||
Prefix for the generated property variables of the application. |
||||||
|
-PassThru <SwitchParameter> |
||||||
Pass retrieved objects on to the pipeline. |
||||||
|
-ReturnProperties <String> |
||||||
List of application properties to be retrieved. |
||||||
|
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |