diff --git a/src/functions/Get-InstalledApplication.md b/src/functions/Get-InstalledApplication.md index 5cb3b66..794b69a 100644 --- a/src/functions/Get-InstalledApplication.md +++ b/src/functions/Get-InstalledApplication.md @@ -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