Files
loc_az_hci/infrastructure/router-server/install-powershell-dsc.ps1
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

6 lines
219 B
PowerShell

# 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