win_installation - OpenNebula/one-apps GitHub Wiki
Installing the Windows Context Packages
Download the MSI package into C:\
:
https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1.msi
Or execute this command in PowerShell:
(New-Object Net.WebClient).DownloadFile("https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1.msi", "C:\one-context-6.8.1.msi")
The Windows Guest VMs require the OpenSSH server to run. To install the server:
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0