Size: 1620
Comment:
|
Size: 1671
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
1. Change the name of your server "cpte265" (do this first!!!) | 1. Change the hostname of your server to match the naming convention. Namely: "cpte265a" (do this first!!!) |
Line 12: | Line 12: |
1. Make an administrative user for grading purposes. | 1. Make an administrative user for grading purposes name this user. |
Line 14: | Line 14: |
a. Give the user a password. '''You must turn this in as part of your assignment, or we can't grade your work!''' | a. Give the user a password. '''You must turn this in as part of your assignment, or I can't grade your work!''' |
Line 19: | Line 19: |
Document the process that you used in installing your active directory under "Installing Active Directory". Make sure to include the commands you entered in PowerShell! | Document the process that you used in installing your active directory in a new page named "Lab02". Make sure to include the commands you entered in PowerShell! |
Lab 2
We are going to install AD in a single Domain for right now. You will notice that there doesn't seem to be install directions for AD DS in the book. A cryptic note at the end of Chapter 3 (Referenced in the previous assignment) gives some very high level advice on how to accomplish this. For this lab we will perform the following:
- Change the hostname of your server to match the naming convention. Namely: "cpte265a" (do this first!!!)
Install a new Forest with a single domain [your username].internal
> Install-windowsfeature -name AD-Domain-Services -IncludeManagementTools
> Install-ADDSForest -ForestMode "Win8" -DomainMode "Win8" -DomainName "scot.internal" -DomainNetBIOSName "scot" -InstallDNS:$true -CreateDNSDelegation:$false
- Some Clean up...
- Make sure you are in the Eastern Time Zone
- Check to make sure your installation went as expected. Use some of the tools I've shown you in class (AD Users and Comps., ADSIEdit ...)
- Make an administrative user for grading purposes name this user.
- Create a new user with username "dra"
Give the user a password. You must turn this in as part of your assignment, or I can't grade your work!
- Add the user to the "Domain Admins" and "Enterprise Admins" groups.
Documentation
Document the process that you used in installing your active directory in a new page named "Lab02". Make sure to include the commands you entered in PowerShell!
- Computer Name: [...]
- Domain Name: [...]
- Commands used in order from the Power Shell prompt.
- Any other changes you made at this point.