Differences between revisions 11 and 12
Revision 11 as of 2014-10-12 15:10:56
Size: 1677
Editor: scot
Comment:
Revision 12 as of 2015-08-18 23:17:25
Size: 2220
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 7: Line 6:
   a. {{{> Install-windowsfeature -name AD-Domain-Services -IncludeManagementTools}}}
   a. {{{> Install-ADDSForest -ForestMode Win2012R2 -DomainMode Win2012R2 -DomainName "dra.internal"}}}
  a. {{{> Install-windowsfeature -name AD-Domain-Services -IncludeManagementTools}}}
  a. {{{> Install-ADDSForest -ForestMode Win2012R2 -DomainMode Win2012R2 -DomainName "dra.internal"}}}
Line 10: Line 9:
   a. Make sure you are in the Eastern Time Zone
   a. Change your DNS from 216.249.119.10/11 to your IP address.
   a. 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 ...)
  a. Make sure you are in the Eastern Time Zone
  a. Change your DNS from 216.249.119.10/11 to your IP address.
  a. 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 ...)
Line 14: Line 13:
   a. Create a new user with username "dra"
   a. Give the user a password. '''You must turn this in as part of your assignment, or I can't grade your work!'''
    a. Add the user to the "Domain Admins" and "Enterprise Admins" groups.
  a. Create a new user with username "dra"
  a. Give the user a password. '''You must turn this in as part of your assignment, or I can't grade your work!'''
  a. Add the user to the "Domain Admins" and "Enterprise Admins" groups.
Line 20: Line 19:
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}}}! Document the process that you used in installing your active directory in a new page "Domain". Make sure to include the commands you entered in {{{PowerShell}}}!
Line 25: Line 24:
 A. Any other changes you made at this point.  A. Any other changes you made at this point.

Create a video that talks through the documentation you created and shows the server has active directory installed and operational. The easiest way to do this is pull up the {{{Active Directory Users and Computers}}} tool and show the domain.

== Grade Guide ==
||<tablewidth="867px" tablealign="left">Topics||Points||

||<tablewidth="867px" tablealign="left">Video walks throught the doucmentation page "Domain" linked from the Documentation Wiki home page with all four parts shown ||50||
||Video shows that the server indeed does have AD installed ||50||

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:

  1. Change the hostname of your server to match the naming convention. Namely: "cpte265a" (do this first!!!)
  2. Install a new Forest with a single domain [your username].internal

    1. > Install-windowsfeature -name AD-Domain-Services -IncludeManagementTools

    2. > Install-ADDSForest -ForestMode Win2012R2 -DomainMode Win2012R2 -DomainName "dra.internal"

  3. Some Clean up...
    1. Make sure you are in the Eastern Time Zone
    2. Change your DNS from 216.249.119.10/11 to your IP address.
    3. 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 ...)
  4. Make an administrative user for grading purposes name this user.
    1. Create a new user with username "dra"
    2. Give the user a password. You must turn this in as part of your assignment, or I can't grade your work!

    3. 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 "Domain". Make sure to include the commands you entered in PowerShell!

  1. Computer Name: [...]
  2. Domain Name: [...]
  3. Commands used in order from the Power Shell prompt.
  4. Any other changes you made at this point.

Create a video that talks through the documentation you created and shows the server has active directory installed and operational. The easiest way to do this is pull up the Active Directory Users and Computers tool and show the domain.

Grade Guide

Topics

Points

Video walks throught the doucmentation page "Domain" linked from the Documentation Wiki home page with all four parts shown

50

Video shows that the server indeed does have AD installed

50

WindowsAdministration/Lab02SetupActiveDirectory (last edited 2023-09-07 17:19:44 by scot)