Differences between revisions 13 and 30 (spanning 17 versions)
Revision 13 as of 2017-09-12 19:12:46
Size: 1194
Editor: scot
Comment:
Revision 30 as of 2022-09-22 18:34:47
Size: 1821
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:
 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}}}
This lab gives you practice on setting up Organizational Units, Groups and Users.
Line 9: Line 6:
'''Documentation in your wiki:''' We are creating a 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:
Edit your wiki pages to include the following: Create three organizational units:
Line 13: Line 10:
 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.
 * OU_CSuite
 * OU_Developers
 * OU_Sales
Line 17: Line 14:
== 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", "Developers", For "C-Suite" users (we only have one right now), and one for "Auditors". Put the approriate members in each group. We'll create more groups later.

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

|| Full Name || Username || Position || Department || Manager || OU ||
|| Thomas Watson || twatson || CEO ||None || None || OU=CSuite,DC=scot,DC=local ||
|| John Patterson || jpatterson || Sales Manager ||Sales || Thomas Watson || OU=Sales,DC=scot,DC=local ||
|| David Ogilvy || dogivy || Salesman || Sales || John Patterson || OU=Sales,DC=scot,DC=local ||
|| Mary Kay || mkay || Salesman || Sales || John Patterson || OU=Sales,DC=scot,DC=local ||
|| Ken Thompson || kthompson || Development Manager || IT ||Thomas Watson || OU=Developers,DC=scot,DC=local ||
|| Linus Torvalds || ltorvalds || Developer || IT || Ken Thompson || OU=Developers,DC=scot,DC=local ||
|| Ada Lovelace || alovelace || Developer || IT || Ken Thompson || OU=Developers,DC=scot,DC=local ||
|| Dennis Ritchie || dritchie || Developer || IT ||Ken Thompson || OU=Developers,DC=scot,DC=local ||
|| Scot Anderson || sanderson || Auditor || Accounting || None || OU=Developers,DC=scot,DC=local ||

Lab 03 Users, Groups and Organizational Units

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

We are creating a 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

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

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

Full Name

Username

Position

Department

Manager

OU

Thomas Watson

twatson

CEO

None

None

OU=CSuite,DC=scot,DC=local

John Patterson

jpatterson

Sales Manager

Sales

Thomas Watson

OU=Sales,DC=scot,DC=local

David Ogilvy

dogivy

Salesman

Sales

John Patterson

OU=Sales,DC=scot,DC=local

Mary Kay

mkay

Salesman

Sales

John Patterson

OU=Sales,DC=scot,DC=local

Ken Thompson

kthompson

Development Manager

IT

Thomas Watson

OU=Developers,DC=scot,DC=local

Linus Torvalds

ltorvalds

Developer

IT

Ken Thompson

OU=Developers,DC=scot,DC=local

Ada Lovelace

alovelace

Developer

IT

Ken Thompson

OU=Developers,DC=scot,DC=local

Dennis Ritchie

dritchie

Developer

IT

Ken Thompson

OU=Developers,DC=scot,DC=local

Scot Anderson

sanderson

Auditor

Accounting

None

OU=Developers,DC=scot,DC=local

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