Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion domain.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.<your ASU email prefix>.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