Cloud Manager Configuration
Feb 18, 2020Dan Iverson
Notes
If you haven’t installed Cloud Manager yet, watch this video first to learn how to install Cloud Manager.
-
Install Chocolatey
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
-
Install Firefox
choco install firefox -y
Note: This was originally posted by Dan Iverson and has been transferred from a previous platform. There may be missing comments, style issues, and possibly broken links. If you have questions or comments, please contact [email protected].