Automatically Start and Stop VM’s in a Windows Virtual Desktop Host Pool with Azure Automation

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 16

  • @peterh1444
    @peterh1444 2 года назад

    Hi Travis,
    I have a question about the upcoming Azure Functions app to PowerShell 7.2 by 3 December 2022
    I tried to upgrade the Azure Function app to PowerShell 7.2 but it did not work. Do I need to upgrade to new PowerShell or can I leave the version 6.0? As always Thanks for all your awesome videos. I am learning daily.

  • @ShehzadKhan-yk3pb
    @ShehzadKhan-yk3pb 4 года назад

    Hi Travis. Great video. one question at this stage: The GPO you created at the start "Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits" and value set to 5 mins. it doesn't seem to work in a WVD environment. As originally, the only multi-session OS from Microsoft was Windows Server OS, and WVD uses Win10, is that the reason this GPO is flaky?

  • @hvalentino9573
    @hvalentino9573 4 года назад

    Hi Travis, Thank you for the Video! I do have a question regarding WVD, do we need to set up some kind of NSG for the environment? or it is already secured? the reason why I am asking is that it seems when you go to Azure security center, we got a recommendation saying that wvd is exposed and required some NSG, but the weird thing is WVD doesn't have a public IP... any idea with this? thanks again!

  • @EE-ux7qw
    @EE-ux7qw 3 года назад

    Thank you Travis and keep up the good work. You have saved many of us time.
    Thanks!

  • @SCMajii
    @SCMajii 3 года назад

    With the ability for users to now start VM on connect, is it possible to set a parameter for off-peak hours to allow all session hosts to be shut off?

  • @robinktoussaint
    @robinktoussaint 4 года назад +1

    how come at 13:09 you can search the service principle name as "WVD Svc Principle" but in the commands its called "Windows Virtual Desktop Svc Principal" does it take a moment for this to appear because im not finding it to add as a contributor.

    • @Ciraltos
      @Ciraltos  4 года назад

      Hello, It looks like i setup the service principle name as "Windows Virtual Desktop Svc Principal" in the video on using a service principle to deploy the WVD Host Pool ruclips.net/video/bqyy4kxZy7Y/видео.html and probably deleted and recreated it with the name "WVD Svc Principle" between that video and this one. It should work as long as you select the name of the service principle used to deploy the host pool.

  • @lokeshkasi7622
    @lokeshkasi7622 3 года назад

    Hi Travis, accidentally deleted session host. It's possible add same VM to session host. I am only getting add new vm. Plz share your input , it greatly help me on it.

  • @Go0ners
    @Go0ners 4 года назад

    status "Unavailable" replace "NoHeartBeat"
    Unavailable : Session Host is either turned off or has failed critical health checks which is causing service not to be able to route connections to this session host. E.g. session host is not joined to the domain, failures in installing critical components like initial versions of agents, stack etc. Note this replaces previous “NoHeartBeat” status.

  • @desmondtestazure9999
    @desmondtestazure9999 4 года назад

    Thank you for this, its great and can save a lot of money. Going to try write it my self to learn. This is a great bench mark

    • @Ciraltos
      @Ciraltos  4 года назад

      Thanks, I hope it works well for you.

  • @julianrodiguez9637
    @julianrodiguez9637 4 года назад

    hola!. muchas gracias por este genial video, justamente necesitaba esto para mi implementacion. Te agradezo mucho por este gran aporte de conocimiento. Yo pensaba hacer los mismo basado en runbooks pero veo que lo realizaste de una manera tal vez mas sencilla.

  • @johndoucette444
    @johndoucette444 4 года назад

    Testing your WVD scaling script. Runs and will shutdown session host as required. When it should power on session host I get a message the no VMs are found to power on. Any thoughts on why script does not find VMs to power on?

    • @thatfastguy33
      @thatfastguy33 4 года назад

      The Status of the VMs when they are Deallocated has changed from "NoHeartBeat" to "Unavailable" the script is written to trigger the start function when there is a status of "NoHeartBeat" you will need to update the script to trigger when it sees a status of "Unavailable"

    • @Ciraltos
      @Ciraltos  4 года назад +1

      Thanks for pointing that out.

    • @thatfastguy33
      @thatfastguy33 4 года назад

      Travis Roberts no problem!