powershell
2 TopicsAutomatic Right Sizing of Azure VDI's
https://www.lieben.nu/liebensraum/2022/05/automatic-modular-rightsizing-of-azure-vms-with-special-focus-on-azure-virtual-desktop/ Free PowerShell script, you can use it on-demand or on a scheduled basis 🙂 Read the linked blogpost for full instructions/guide.1.4KViews0likes0CommentsCreating a pool and hosts via Powershell
I'm working on a script to try and create a new pool, a number of hosts, grant permissions to them and then join the hosts to the pool. This all looks fairly doable but the only bit that looks a little tricky to automate is joining the created hosts to the pool. Looking over the WVD documentation I need to generate a token for the RDS pool, then install the agent on each host and enter the token. Is there a way to silently do this via the agent installer, or some other method I've not discovered? Obviously I can create the pool and hosts directly in Azure which achieves this, but I'd prefer to automate this in Powershell instead though.Solved1.8KViews0likes2Comments