Skip to content

JonathanPitre/Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b904b13 · Feb 28, 2024
Nov 2, 2023
Mar 3, 2023
Jan 12, 2024
Mar 3, 2023
May 24, 2023
Feb 23, 2023
Feb 28, 2024
May 24, 2023
Nov 6, 2023
Mar 3, 2023
Nov 13, 2023
Nov 2, 2023
Mar 3, 2023
Oct 18, 2023
Aug 22, 2023
Mar 3, 2023
Aug 21, 2023
Sep 9, 2023
Mar 3, 2023
Feb 22, 2024
Sep 6, 2023
Mar 3, 2023
Sep 14, 2023
Mar 3, 2023
Aug 22, 2023
Jul 18, 2023
Jul 18, 2023
Jul 18, 2023
Mar 3, 2023
May 24, 2023
Mar 7, 2023
Sep 19, 2023
Mar 3, 2023
Jun 14, 2023
Oct 23, 2023
Sep 14, 2023
Jul 4, 2023
Jul 4, 2023
Apr 18, 2020
Aug 7, 2020

Repository files navigation

Applications

Most applications scripts are leveraging Evergreen module to download the latest version from the vendors software repository and are installed using PowerShell Application Toolkit module.

Download and Extract

[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
wget -uri https://github.com/JonathanPitre/Apps/archive/master.zip -OutFile C:\Windows\Temp\Master.zip
Expand-Archive -Path C:\Windows\Temp\Master.zip -DestinationPath C:\

Known Issues

  1. There's a powershell prompt that stop the scrip execution with PDQ Deploy. If you know how to fix this please let me know!
  2. It was reported to me that the install scripts might not work correctly behind a proxy. More tests is required.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published