Differences between revisions 14 and 44 (spanning 30 versions)
Revision 14 as of 2017-09-13 20:17:25
Size: 1552
Editor: scot
Comment:
Revision 44 as of 2023-10-15 19:47:16
Size: 2856
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Lab 03 =
In this lab you will setup a single domain controller in a sub-domain of your root domain in the forest.
## page was renamed from WindowsAdministration/Lab03SetupActiveDirectorySubDomain
= Lab 03 Users, Groups and Organizational Units =
Line 4: Line 4:
{{{
NOTE: In 2017 we ran across an issue where the SID was identical and the
      second computer could not join the domain! To fix this problem you
      need to run:
This lab gives you practice on setting up Organizational Units, Groups and Users.
Line 9: Line 6:
      c:\windows\system32\sysprep /generalize We are setting up an AD for a fictitious company called "Computer Recording and Tabulating" or CRT for short. We'll start by creating the following OUs, Groups and Users.
Line 11: Line 8:
      After this, you will need to setup your IP address and rename your
      computer again if you have already done it.
}}}
Create three organizational units:
Line 15: Line 10:
 1. Install a new instance of Windows 2016 on your private network. The machine name should be {{{cpte230b}}}. It's IP = 192.168.1.3
 1. Install Active Directory Services
 1. Set its IP DNS to use cpte230a machine.
 1. Configure AD DS as a new sub-domain. Make the domain name: {{{[lastname].[username].internal}}}
 * OU_CSuite
 * OU_Developers
 * OU_Sales
Line 20: Line 14:
'''Documentation in your wiki:''' Write a !PowerShell Script to create users.
Line 22: Line 16:
Edit your wiki pages to include the following: Create Users for the following individuals in the appropriate Organizational Units, fill in the appropriate information in the organization tab:
Line 24: Line 18:
 1. Include an updated network diagram and documentation to reflect the current configuration of your network in your network page.
 1. Document the process of installing your sub-domain. Include a screen shot of your "AD Domains and Trusts" management console in your domains page.
 1. Update the password page for the new domain admin dra.
|| Name || !GivenName || !SurName || Username || Position || Department || Manager || OU ||
|| Thomas Watson || Thomas || Watson || twatson || CEO || None || None || OU=OU_CSuite,DC=scot,DC=local ||
|| John Patterson || John || Patterson || jpatterson || Sales Manager || Sales || Thomas Watson || OU=OU_Sales,DC=scot,DC=local ||
|| David Ogilvy || David || Ogilvy || dogilvy || Salesman || Sales || John Patterson || OU=OU_Sales,DC=scot,DC=local ||
|| Mary Kay || Mary || Kay || mkay || Salesman || Sales || John Patterson || OU=OU_Sales,DC=scot,DC=local ||
|| Ken Thompson || Ken || Thompson || kthompson || Development Manager || IT || Thomas Watson || OU=OU_Developers,DC=scot,DC=local ||
|| Linus Torvalds || Linus || Torvalds || ltorvalds || Developer || IT || Ken Thompson || OU=OU_Developers,DC=scot,DC=local ||
|| Ada Lovelace || Ada || Lovelace || alovelace || Developer || IT || Ken Thompson || OU=OU_Developers,DC=scot,DC=local ||
|| Dennis Ritchie || Dennis || Ritchie || dritchie || Developer || IT || Ken Thompson || OU=OU_Developers,DC=scot,DC=local ||
|| Scot Anderson || Scot || Anderson || sanderson || Auditor || Accounting || None || OU=OU_Developers,DC=scot,DC=local ||
Line 28: Line 29:
== Grade Guide ==
||<tablewidth="785px" tablestyle="text-align:left">'''Topics''' ||'''Points''' ||
||Show: new computer with server installed ||20 ||
||Show: subdomain installed on server ||20 ||
||Show: that the server can access the network via a browser ||20 ||
||Show: the documentation listed above ||40 ||
Create a global group for each Team, for "Managers" in OU_CSuite, "Developers" in OU_Developers, "Sales" in OU_Sales, "C-Suite" (we only have one user right now) in OU_C-Suite, and "Auditors" in OU_Developers. Put the approriate members in each group. We'll create more groups later.

== Documentation ==

 1. Document the OU structures added. Do this in a new section under Domain called "Organizational Units" (not a new page, just a new section).
 1. Document the Groups added. Do this in a new section under Domain called "Groups" (again not a new page, just a new section).
 1. Document the Users Added by exporting a list of users to a new section under domain called "Users" (again not a new page, just a new section).

== Video Grade Guide ==

||'''Topics''' ||'''Points''' ||
|| Documentation: Talk your way through the documentation || 30 ||
|| Show each of the users and what groups they are in either via the GUI or a powershell command. || 70 ||

Lab 03 Users, Groups and Organizational Units

This lab gives you practice on setting up Organizational Units, Groups and Users.

We are setting up an AD for a fictitious company called "Computer Recording and Tabulating" or CRT for short. We'll start by creating the following OUs, Groups and Users.

Create three organizational units:

  • OU_CSuite
  • OU_Developers
  • OU_Sales

Write a PowerShell Script to create users.

Create Users for the following individuals in the appropriate Organizational Units, fill in the appropriate information in the organization tab:

Name

GivenName

SurName

Username

Position

Department

Manager

OU

Thomas Watson

Thomas

Watson

twatson

CEO

None

None

OU=OU_CSuite,DC=scot,DC=local

John Patterson

John

Patterson

jpatterson

Sales Manager

Sales

Thomas Watson

OU=OU_Sales,DC=scot,DC=local

David Ogilvy

David

Ogilvy

dogilvy

Salesman

Sales

John Patterson

OU=OU_Sales,DC=scot,DC=local

Mary Kay

Mary

Kay

mkay

Salesman

Sales

John Patterson

OU=OU_Sales,DC=scot,DC=local

Ken Thompson

Ken

Thompson

kthompson

Development Manager

IT

Thomas Watson

OU=OU_Developers,DC=scot,DC=local

Linus Torvalds

Linus

Torvalds

ltorvalds

Developer

IT

Ken Thompson

OU=OU_Developers,DC=scot,DC=local

Ada Lovelace

Ada

Lovelace

alovelace

Developer

IT

Ken Thompson

OU=OU_Developers,DC=scot,DC=local

Dennis Ritchie

Dennis

Ritchie

dritchie

Developer

IT

Ken Thompson

OU=OU_Developers,DC=scot,DC=local

Scot Anderson

Scot

Anderson

sanderson

Auditor

Accounting

None

OU=OU_Developers,DC=scot,DC=local

Create a global group for each Team, for "Managers" in OU_CSuite, "Developers" in OU_Developers, "Sales" in OU_Sales, "C-Suite" (we only have one user right now) in OU_C-Suite, and "Auditors" in OU_Developers. Put the approriate members in each group. We'll create more groups later.

Documentation

  1. Document the OU structures added. Do this in a new section under Domain called "Organizational Units" (not a new page, just a new section).
  2. Document the Groups added. Do this in a new section under Domain called "Groups" (again not a new page, just a new section).
  3. Document the Users Added by exporting a list of users to a new section under domain called "Users" (again not a new page, just a new section).

Video Grade Guide

Topics

Points

Documentation: Talk your way through the documentation

30

Show each of the users and what groups they are in either via the GUI or a powershell command.

70

WindowsAdministration/Lab03OrganizationalUnitsGroupsUsers (last edited 2023-10-15 19:47:16 by scot)