Skip to content

This repo contains tools to deploy WVD session host in an IL5 compliant manner.

License

Notifications You must be signed in to change notification settings

SteveD-MSFT/WVD_IL5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

WVD IL5 Tools

This scripts moves WVD session hosts in a hostpool to an already deployed Azure Dedicated Host Group. The script currently requires the Dedicated Host Group to already exist, but it will provision additional hosts when existing hosts are at capacity.

By default, it shuts down and migrates all virtual machines in a WVD hostpool, but you can also only move VMs in drainmode by using the -drainmode switch.

EXAMPLES

Move all VMs in the MYHP WVD host pool to the MYHG Azure Dedicated Host Group.

.\migrateWVD.ps1 -resourceGroupName 'wvd-sessionhosts-rg' -wvdHostPool 'MYHP' -hostGroupName 'MYHG' -skuName 'DSv3-Type1'

Move all VMs in the MYHP WVD host pool to the MYHG Azure Dedicated Host Group. Specifies a subscription ID.

.\migrateWVD.ps1 -resourceGroupName 'wvd-sessionhosts-rg' -wvdHostPool 'MYHP' -hostGroupName 'MYHG' -skuName 'DSv3-Type1' -subscriptionID '3c09cfd5-3ea6-48c8-a9ac-3f997816d723'

Connects to Azure Government. Move all VMs in the MYHP WVD host pool to the MYHG Azure Dedicated Host Group.

.\migrateWVD.ps1 -resourceGroupName 'wvd-sessionhosts-rg' -wvdHostPool 'MYHP' -hostGroupName 'MYHG' -skuName 'DSv3-Type1' -environment 'AzureUSGovernment'

About

This repo contains tools to deploy WVD session host in an IL5 compliant manner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published