Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/functions/Get-InstalledApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

For every detected matching Application the Function puts out a custom Object containing the following Properties:

DisplayName, DisplayVersion, InstallDate, Publisher, Is64BitApplication, ProductCode, InstallLocation, UninstallSubkey, UninstallString, InstallSource.


## NOTES

## RELATED LINKS
Expand Down