AZ-140 Lab tips II:
PowerShell Script for VM Size Comparison
This script lists all session hosts with their host pool, VM name, and VM size across all host pools(loop through multiple resource groups):
Connect-AzAccount
# Get all host pools
$hostPools = Get-AzWvdHostPo...
shirincloudlab.com1 min read