Differences between revisions 30 and 31
Revision 30 as of 2022-09-22 18:34:47
Size: 1821
Editor: scot
Comment:
Revision 31 as of 2022-09-22 18:44:38
Size: 2019
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
|| 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 ||
|| Name || GivenName || SurName || Username || Position || Department || Manager || OU ||
|| Thomas Watson || Thomas || Watson || twatson || CEO || None || None || OU=CSuite,DC=scot,DC=local ||
|| John Patterson || John || Patterson || jpatterson || Sales Manager || Sales || Thomas Watson || OU=Sales,DC=scot,DC=local ||
|| David Ogilvy || David || Ogilvy || dogivy || Salesman || Sales || John Patterson || OU=Sales,DC=scot,DC=local ||
|| Mary Kay || Mary || Kay || mkay || Salesman || Sales || John Patterson || OU=Sales,DC=scot,DC=local ||
|| Ken Thompson || Ken || Thompson || kthompson || Development Manager || IT || Thomas Watson || OU=Developers,DC=scot,DC=local ||
|| Linus Torvalds || Linus || Torvalds || ltorvalds || Developer || IT || Ken Thompson || OU=Developers,DC=scot,DC=local ||
|| Ada Lovelace || Ada || Lovelace || alovelace || Developer || IT || Ken Thompson || OU=Developers,DC=scot,DC=local ||
|| Dennis Ritchie || Dennis || Ritchie || dritchie || Developer || IT || Ken Thompson || OU=Developers,DC=scot,DC=local ||
|| Scot Anderson || 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:

Name

GivenName

SurName

Username

Position

Department

Manager

OU

Thomas Watson

Thomas

Watson

twatson

CEO

None

None

OU=CSuite,DC=scot,DC=local

John Patterson

John

Patterson

jpatterson

Sales Manager

Sales

Thomas Watson

OU=Sales,DC=scot,DC=local

David Ogilvy

David

Ogilvy

dogivy

Salesman

Sales

John Patterson

OU=Sales,DC=scot,DC=local

Mary Kay

Mary

Kay

mkay

Salesman

Sales

John Patterson

OU=Sales,DC=scot,DC=local

Ken Thompson

Ken

Thompson

kthompson

Development Manager

IT

Thomas Watson

OU=Developers,DC=scot,DC=local

Linus Torvalds

Linus

Torvalds

ltorvalds

Developer

IT

Ken Thompson

OU=Developers,DC=scot,DC=local

Ada Lovelace

Ada

Lovelace

alovelace

Developer

IT

Ken Thompson

OU=Developers,DC=scot,DC=local

Dennis Ritchie

Dennis

Ritchie

dritchie

Developer

IT

Ken Thompson

OU=Developers,DC=scot,DC=local

Scot Anderson

Scot

Anderson

sanderson

Auditor

Accounting

None

OU=Developers,DC=scot,DC=local

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