Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivicaagatunovic authored Jul 26, 2024
1 parent e789a4c commit 3b5f066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installed-apps-report.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# - $reportSecret: Secret key for the S3 bucket.
# - $reportpath: Path to save the generated report.
# - $eventidreport: Event ID for report generation.
# - $eventidupload: Event ID for successful upload.
# - $eventidupload: Event ID for a successful upload.
# - $eventiduploaderror: Event ID for upload error.
# - $modules: List of PowerShell modules required for the script.
#
Expand Down Expand Up @@ -68,6 +68,7 @@ Function Get-InstalledApplication

$Object =@()

# Since I am doing a report only for Microsoft products, I filter out only Micriosfr apps in the array
$includeArray = @("*Office*","*SQL*","*Microsoft*","*Windows*","*Visio*","*Project*","*Visual*","*System*","*Agent*","*Access*","*Autoroute*","*MapPoint*","*AX2012*","*AX2009*","*CRM*","*Configuration Manager*","*Dynamics*","*Word*","*PowerPoint*","*Excel*","*Access*","*Operations*","*Power Bi*","SharePoint","*Team*","*OneNote*","*Skype*")


Expand Down

0 comments on commit 3b5f066

Please sign in to comment.