Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
219 B
PowerShell
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
|
|
|