Forum Discussion

Michael_Kolm's avatar
Michael_Kolm
Copper Contributor
May 26, 2020

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...
  • Soo Kuan Teo's avatar
    May 26, 2020
    Please try to supply the -AllowNewSession parameter in Update-AzWVDSessionHost with the following:
    -AllowNewSession:$true
    -AllowNewSession:$false

Resources