Differences between revisions 2 and 3
Revision 2 as of 2013-08-12 23:53:29
Size: 586
Editor: scot
Comment:
Revision 3 as of 2013-08-13 00:05:31
Size: 753
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
    a. {{{> Install-windowsfeature -name AD-Domain-Services -IncludeManagementTools
    a.
    a. {{{> Install-windowsfeature -name AD-Domain-Services -IncludeManagementTools}}}
    a. {{{> Install-ADDSForest -ForestMode "Win8" -DomainMode "Win8" -DomainName "scot.internal" -DomainNetBIOSName "scot" -InstallDNS:$true -CreateDNSDelegation:$false}}}

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 name of your server "cpte265" (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 "Win8" -DomainMode "Win8" -DomainName "scot.internal" -DomainNetBIOSName "scot" -InstallDNS:$true -CreateDNSDelegation:$false

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