Install Chocolatey - Remotely install almost any software

Silently install Choco.
Here is the place to find all the software to install. (see how to run installs at the bottom of this post)

Here is the PS code:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’))

INSTALL ZOOM.