Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JedHarb/Get-InstalledApps
Retrieve all installed programs on a local or remote Windows computer
https://github.com/JedHarb/Get-InstalledApps
Last synced: 3 months ago
JSON representation
Retrieve all installed programs on a local or remote Windows computer
- Host: GitHub
- URL: https://github.com/JedHarb/Get-InstalledApps
- Owner: JedHarb
- License: mit
- Created: 2023-03-13T22:06:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T16:43:51.000Z (8 months ago)
- Last Synced: 2024-06-18T01:34:45.538Z (5 months ago)
- Language: PowerShell
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - JedHarb/Get-InstalledApps - Retrieve all installed programs on a local or remote Windows computer (PowerShell)
README
# Get-InstalledApps
Retrieve all installed programs on a local or remote Windows computer.The output is sent back to the host and laid out in the same old-style layout as the view in Control Panel > Programs and Features.
This script gets the same installed programs as reported by that view, as it checks the same NameSpace. This means certain malware or other "invisibly installed" programs that are not seen in Windows' own installed programs list won't be reported by this script either.
You might notice that the reported Size is rounded differently from the Windows view. In Windows, it's always rounded down. In this view, it's rounded up or down, whichever is closer. This is intentional, as I feel it is more accurate.