...
Once connectivity has been validated with the final command in the list above, packages can be installed as follows:
- Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
- Invoke-Command -ComputerName QWS_VM_NAME -ScriptBlock { choco install app PACKAGE_NAME -y } -credential Administrator
...