API Reference
Command
Get-CxInstalledApplication
Returns installed application inventory for a computer.
Examples
Example 1: Lists locally installed applications.
PS>
Get-CxInstalledApplication
Example 2: Inventories a server and filters the result to Microsoft SQL components.
PS>
Get-CxInstalledApplication -ComputerName SQL01 | Where-Object DisplayName -like '*SQL*'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-CxInstalledApplication [-ComputerName <string>] [<CommonParameters>]#Parameters
- ComputerName string
- Target computer name. Use . for the local machine or provide a DNS/NetBIOS name. When omitted, the local computer is queried.
Outputs
ComputerX.InstalledApplications.InstalledApplicationInfo