Forum Discussion
dbachechi
May 04, 2020Copper Contributor
Update-AzWvdSessionHost Command error
When I run the below command I get the corresponding error. This is using the Spring 2020 preview commands too. What I am trying to do is directly assign a user to a session host, per the documenta...
PavithraT
Jun 16, 2020Microsoft
dbachechi Did you try encapsulating the strings within quotes? Update-AzWvdSessionHost -HostPoolName MyVirtuaDesktop -Name "VM2.domain.com" -ResourceGroupName MyResourceGroup -AssignedUser "myupn@domain.com"