Forum Discussion
Michael_Kolm
May 26, 2020Copper Contributor
Update-AzWvdSessionHost cannot set AllowNewSession to false with cmdlet
Hello, i am changing my automation script to new powershell commands, but i looks like that i cannot change the AllowNewSession Value of my Session Host with cmdlet Update-AzWVDSessionHost. I onl...
- May 26, 2020Please try to supply the -AllowNewSession parameter in Update-AzWVDSessionHost with the following:
-AllowNewSession:$true
-AllowNewSession:$false
Soo Kuan Teo
May 26, 2020Microsoft
Please try to supply the -AllowNewSession parameter in Update-AzWVDSessionHost with the following:
-AllowNewSession:$true
-AllowNewSession:$false
-AllowNewSession:$true
-AllowNewSession:$false
- Michael_KolmMay 27, 2020Copper Contributor
Soo Kuan Teo Thank you very much, it is working now!