In this tutorial I have configured Domain Controller Active Directory Services in Core PowerShell. Following commands have been used in this tutorial.
1. sconfig
2. choose “9
3. choose “8
4. choose “15
5. start powershell
6. Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools
7. Install-ADDSForest -DomainName tailspintoys.com
To create an OU
1. New-ADOrganizationalUnit -Name "Management" -Path "DC=FABRIKAM,DC=COM"
2. New-ADOrganizationalUnit -Name "Technical" -Path "DC=FABRIKAM,DC=COM"
New-ADUser -Name “Karim Buzdar" -GivenName Karim -Surname Buzdar -SamAccountName kbuzdar -UserPrincipalName [email protected] -path "OU=students, DC=pel, DC=com"