¶ Use Full Commands, Windows Server Installation and Configuration
# ADDS Services
Install-WindowsFeature -Name AD-Domain-Services -includemanagementtools
Install-AddsForest # Creates a new domain and promotes server to domain controller
Install-AddsDomainController # To install another domain controller onto a network
Install-AddsDomain #Installs another domain under a parent domain
New-ADUser -Name Dylan -SamAccountName DBarrett -UserPrincipalName [email protected]
Add-ADGroupMember -Identity "Domain Admins" -Members Dbarrett"