-
Notifications
You must be signed in to change notification settings - Fork 3
Examples
Augustin Ziegler edited this page Apr 12, 2019
·
2 revisions
get all server
Get-OSServer
get server by ID
Get-OSServer -ID ce847820-4d6b-47f0-b0e5-486457fe1044
search server by name (wildcard possible)
Get-OSServer -Name "<Name>"
create base boot image (e.g. Windows 2016)
- upload image by horizen GUI (currently no command available)
- New-OSServer -Name Win2016 -Flavor (Get-OSFlavor -Name 'm1.small') -Image (Get-OSImage -Name 'Win2016')
- New-OSVolume -Size 20 -Name 'Win2016' -Description 'base Win2016 installation'
- Add-OSServerVolumeAttachment -ImputObject cf0742e8-36d5-4c07-96ca-f2a20c5dd32b -Server a19ba06d-7c49-49fb-aee4-e51708e92a2e