Install New AD from Powershell

Semi-Automatique Install New AD from Powershell: AddAdPrereqs.ps1 (need reboot after because of the computer rename): Param( [Parameter(Mandatory=$false, ValueFromPipeline=$true)][string[]]$ipaddress = "192.168.0.255", [Parameter(Mandatory=$false, ValueFromPipeline=$true)][string[]]$netbiosName...