├── AIBWin10MSImageBuildv1.ps1 ├── Add-WVDHostToHostpoolSpring.ps1 ├── Add-WVDHostToHostpoolSpring24h.ps1 ├── Add-WVDHostToHostpoolSpringV2.ps1 ├── Add-WVDHostToHostpoolSpringV3.ps1 ├── Add-WVDHostToHostpoolSpringV4.ps1 ├── Add-WVDHostToHostpoolSpringV5.ps1 ├── Add-WVDHostToHostpoolSpringV6.ps1 ├── Add-WVDHostToHostpoolSpringV7.ps1 ├── BicepModules ├── 1. Deploy-Modules.bicep ├── 1. Deploy-Modules.json ├── 1.1 wvd-backplane-module.bicep ├── 1.2. wvd-network-module.bicep ├── 1.3. wvd-fileservices-module.bicep ├── 1.4. wvd-LogAnalytics.bicep ├── 1.4.1. wvd-monitor-diag.bicep └── README.md ├── Create-WVD-Backplane.bicep ├── LICENSE.md ├── MSIX app attach ├── Create-MSIXAppAttachContainer.ps1 ├── DeStage.ps1 ├── Deregister.ps1 ├── Register.ps1 └── Stage.ps1 ├── PSArm ├── template.json ├── wvd-backplane.parameters.json └── wvd-backplane.psarm.ps1 ├── README.md ├── WVD-Rest-Api-Functions.ps1 ├── WvdRegistrationInfotoken.ps1 ├── add-wvdhosttohostpoolSpring.bicep ├── avdScalingPlan.bicep └── install.ps1 /AIBWin10MSImageBuildv1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/AIBWin10MSImageBuildv1.ps1 -------------------------------------------------------------------------------- /Add-WVDHostToHostpoolSpring.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Add-WVDHostToHostpoolSpring.ps1 -------------------------------------------------------------------------------- /Add-WVDHostToHostpoolSpring24h.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Add-WVDHostToHostpoolSpring24h.ps1 -------------------------------------------------------------------------------- /Add-WVDHostToHostpoolSpringV2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Add-WVDHostToHostpoolSpringV2.ps1 -------------------------------------------------------------------------------- /Add-WVDHostToHostpoolSpringV3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Add-WVDHostToHostpoolSpringV3.ps1 -------------------------------------------------------------------------------- /Add-WVDHostToHostpoolSpringV4.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Add-WVDHostToHostpoolSpringV4.ps1 -------------------------------------------------------------------------------- /Add-WVDHostToHostpoolSpringV5.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Add-WVDHostToHostpoolSpringV5.ps1 -------------------------------------------------------------------------------- /Add-WVDHostToHostpoolSpringV6.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Add-WVDHostToHostpoolSpringV6.ps1 -------------------------------------------------------------------------------- /Add-WVDHostToHostpoolSpringV7.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Add-WVDHostToHostpoolSpringV7.ps1 -------------------------------------------------------------------------------- /BicepModules/1. Deploy-Modules.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/BicepModules/1. Deploy-Modules.bicep -------------------------------------------------------------------------------- /BicepModules/1. Deploy-Modules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/BicepModules/1. Deploy-Modules.json -------------------------------------------------------------------------------- /BicepModules/1.1 wvd-backplane-module.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/BicepModules/1.1 wvd-backplane-module.bicep -------------------------------------------------------------------------------- /BicepModules/1.2. wvd-network-module.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/BicepModules/1.2. wvd-network-module.bicep -------------------------------------------------------------------------------- /BicepModules/1.3. wvd-fileservices-module.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/BicepModules/1.3. wvd-fileservices-module.bicep -------------------------------------------------------------------------------- /BicepModules/1.4. wvd-LogAnalytics.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/BicepModules/1.4. wvd-LogAnalytics.bicep -------------------------------------------------------------------------------- /BicepModules/1.4.1. wvd-monitor-diag.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/BicepModules/1.4.1. wvd-monitor-diag.bicep -------------------------------------------------------------------------------- /BicepModules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/BicepModules/README.md -------------------------------------------------------------------------------- /Create-WVD-Backplane.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/Create-WVD-Backplane.bicep -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MSIX app attach/Create-MSIXAppAttachContainer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/MSIX app attach/Create-MSIXAppAttachContainer.ps1 -------------------------------------------------------------------------------- /MSIX app attach/DeStage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/MSIX app attach/DeStage.ps1 -------------------------------------------------------------------------------- /MSIX app attach/Deregister.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/MSIX app attach/Deregister.ps1 -------------------------------------------------------------------------------- /MSIX app attach/Register.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/MSIX app attach/Register.ps1 -------------------------------------------------------------------------------- /MSIX app attach/Stage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/MSIX app attach/Stage.ps1 -------------------------------------------------------------------------------- /PSArm/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/PSArm/template.json -------------------------------------------------------------------------------- /PSArm/wvd-backplane.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/PSArm/wvd-backplane.parameters.json -------------------------------------------------------------------------------- /PSArm/wvd-backplane.psarm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/PSArm/wvd-backplane.psarm.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/README.md -------------------------------------------------------------------------------- /WVD-Rest-Api-Functions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/WVD-Rest-Api-Functions.ps1 -------------------------------------------------------------------------------- /WvdRegistrationInfotoken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/WvdRegistrationInfotoken.ps1 -------------------------------------------------------------------------------- /add-wvdhosttohostpoolSpring.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/add-wvdhosttohostpoolSpring.bicep -------------------------------------------------------------------------------- /avdScalingPlan.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/avdScalingPlan.bicep -------------------------------------------------------------------------------- /install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/wvd/HEAD/install.ps1 --------------------------------------------------------------------------------