Forum Discussion
(Solved) Unable to Create New Host Pool VMs [Spring Release]
- Jun 19, 2020
SherifAzima richardredgrave virtualmanc
I did a test this morning using the ARM template and all seems to be working after Microsoft applied the hot fix!
My lab is a spring setup. with regards to the expand the host pool , you could manually expand it.
please find the following URL that demonstrates how to register/add a new VMs to an existing host pool
https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
- create / prepare a VM
- Register the VM into the host pool through the power shell.
Still I can't able to add additional VM through the portal
Thank you in advance.
Regards,
SherifAzima I am getting lots of DSC errors when trying to create a new pool. Can anyone advise please?
The DSC Extension received an incorrect input: An error occurred while executing script or module 'Configuration.ps1': The term 'C:\Packages\Plugins\Microsoft.Powershell.DSC\2.80.0.0\bin\..\DSCWork\Configuration.0\Configuration.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.. Please correct the input and retry executing the extension.
- SherifAzimaJun 18, 2020Copper Contributorrichardredgrave
Please check that the host pools aren't be prevented from access the internet . I have check a successfully created Host Pool, I found the following lines
1- Creating Working directory: C:\\Packages\\Plugins\\Microsoft.Powershell.DSC\\2.80.0.0\\bin\\..\\DSCWork\\Configuration.0\r\n
2- Downloading https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration.zip
3- Extracting Configuration.zip
4-
Executing C:\\Packages\\Plugins\\Microsoft.Powershell.DSC\\2.80.0.0\\bin\\..\\DSCWork\\Configuration.0\\Configuration.ps1
at last to confirm this is the problem , please login to the failed VM and check that configuration.ps1 is existed .
Thank you
SherifAzema