Forum Discussion
CMurphyUSA
Jun 15, 2020Copper Contributor
(Solved) Unable to Create New Host Pool VMs [Spring Release]
Wanted to see if anyone is having issues adding new VMs to an already existing host pool in WVD Spring release. I try to add additional VMs but I receive an error staying that not all required pa...
- 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!
CMurphyUSA
Jun 18, 2020Copper Contributor
richardredgrave SherifAzima virtualmanc
Heads up I just got off a call with a Microsoft Support Engineer. There is a known issue that when using the ARM to deploy an additional session host to an existing host pool, that some are receiving an error. Microsoft has been able to reproduce in a test environment, a hot fix is supposed to be pushed out tomorrow 6/19/2020 sometime.
The error the engineer had is slightly different than mine, but similar and he confirmed I was missing no parameters.
MS Engineer error:
My Error:
Microsoft did confirm that creating a VM using the Shared Image Gal, domain joining, then installing the required apps to enroll into the host pool is the current way to add to an existing host pool when this error is encountered. I will post an update tomorrow if the hot fix resolves this for me.
- CMurphyUSAJun 19, 2020Copper Contributor
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!
- SherifAzimaJun 19, 2020Copper Contributor
Yes , it has been worked with me ,Thank you 🙂
- syscloudadminJun 26, 2020Copper Contributor
I have another problem. When adding session host to a pool, I receive the following error: DSC extension part
{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "VMExtensionProvisioningError",
"message": "VM has reported a failure when processing extension 'dscextension'.
Error message: \"The DSC Extension received an incorrect input:
An error occurred while executing script or module 'Configuration.ps1':
Die Benennung \"C:\\Packages\\Plugins\\Microsoft.Powershell.DSC\\2.80.0.0\\bin\\..\\DSCWork\\Configuration.0\\Configuration.ps1\" wurde nicht als Name eines Cmdlet, einer Funktion,
einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang..\r\n
Please correct the input and retry executing the extension.\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionDSCWindowsTroubleshoot "
}
]
}
}