Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powershellcrack/psthirdpartyappsmanager
Powershell script to download the latest 3rd party software
https://github.com/powershellcrack/psthirdpartyappsmanager
7zip adobe-reader chrome downloader firefox google-chrome java mdt mdt-automation-project msi powershell-script sccm third-party vlc-player
Last synced: 7 days ago
JSON representation
Powershell script to download the latest 3rd party software
- Host: GitHub
- URL: https://github.com/powershellcrack/psthirdpartyappsmanager
- Owner: PowerShellCrack
- Created: 2019-05-14T18:34:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T02:55:45.000Z (almost 4 years ago)
- Last Synced: 2023-10-19T18:56:38.679Z (about 1 year ago)
- Topics: 7zip, adobe-reader, chrome, downloader, firefox, google-chrome, java, mdt, mdt-automation-project, msi, powershell-script, sccm, third-party, vlc-player
- Language: PowerShell
- Size: 99.6 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3rd Party Software Downloader
## Description
- Powershell script to download the latest 3rd party software## Tags
- msi
- vlc-player
- firefox
- adobe-reader
- chrome
- powershell-script
- google-chrome
- downloader
- 7zip
- google-chrome-stable
- powershell
- third-party
- java
- sccm
- mdt
- mdt-automation-project## Project:
- This is part of my MDT/SCCM automation Project## What it does:
The script crawls through the 3rd party websites, looking for specific tags in the html and auto navigates to find the download link. Then it will download the files and store them in a folder. Once downloaded, it will build a Cixml that can be imported with another script (https://github.com/PowerShellCrack/MDTApplicationUpdater) to automaticaly updates MDT.## Works on:
- Currently it only updates wsf files (https://github.com/PowerShellCrack/MDTDeployApplications)
- NOTE: The wsf file must contain the variable: sVersion## Supports:
- Adobe Reader
- Adobe Reader Updates (and MUI)
- Adobe Acrobat Reader DC Updates (and MUI)
- Flash Player Active X
- Flash Player NPAPI (Firefox)
- Flash Player PPAPI (Chrome)
- Shockwave (full, slim and msi)
- Google Chrome Enterprise Edition (msi)
- Google Chrome Standalone (exe)
- Firefox (x86)
- Firefox (x64)
- Notepadd++ (x86)
- Notepadd++ (x64)
- 7Zip (x64) - MSI and EXE
- 7Zip (x86) - MSI and EXE
- VLC Player (x64)
- VLC Player (x86)
- Java 8 (x86)
- Java 8 (x64)