# Install PowerShell DSC Modules for HCI Automation Write-Host "Install PowerShell DSC modules:" -ForegroundColor Yellow Write-Host "Install-Module -Name xHyper-V, xStorage, xNetworking -Force" -ForegroundColor White