Azure / Azure/RDS-Templates

Session Host Deployment Failure - 2-Update-existing-WVD-host-pool-arm

Open
#718 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
PowerShell
Stars
524
Forks
610
PR merge metrics
No merged PRs in 30d

Description

I have been using this template to perform session host deployments for a couple of months. As of last week i get the following error.

"The DSC Extension received an incorrect input: A parameter cannot be found that matches parameter name 'mdmId'"

I have confirmed the variables for Intune and AAD are set to false

"aadJoin": {
"value": false
},
"intune": {
"value": false
},

I can see the mdmid requirement in the configuration.ps1 file but would think if both aad and intune are not selected then mdmid would not be required.

I have tried to add a mdmid parameter but not sure this is being parsed

Can you please assist in updating the script to ignore the mdmid parameter.

regards

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the 2-Update-existing-WVD-host-pool-arm template and read configuration.ps1, focusing on how mdmId is passed when aadJoin and intune are false. Reproduce the deployment with both settings disabled and verify that the DSC extension no longer receives mdmId or reports the parameter error.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, powershell
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.