diff --git a/domain.ps1 b/domain.ps1 index 4d234cf..326a603 100644 --- a/domain.ps1 +++ b/domain.ps1 @@ -30,9 +30,12 @@ $Readhost = Read-Host -Prompt ("y | n ") } # Install the AD Services -Write-Host -ForegroundColor yellow "What's the domain name going to be? It should be ad..lan" +Write-Host -ForegroundColor yellow "What's the domain name going to be? It should be ad.iflores7.lan" $domainname = Read-Host -Prompt (" ") Install-WindowsFeature AD-Domain-Services -IncludeManagementTools | Out-Null Install-ADDSForest -DomainName $domainname +#im just gonna add some comments here and there +#because I'm lost tbh + # the machine will now reboot