Added RDS

This commit is contained in:
2025-10-31 18:33:09 +01:00
parent 498c28890d
commit be897bb63b
10 changed files with 172 additions and 69 deletions

View File

@@ -15,7 +15,7 @@ $ResName = 'Admin-PC'
$ResIP = '192.168.147.201'
$ResMac = '00-11-22-33-44-55'
# Install DHCP Role if not present
$dhcpFeature = Get-WindowsFeature -Name 'DHCP'
if (-not $dhcpFeature.Installed) {
Write-Host "Installation du rôle DHCP..."