Differences between revisions 26 and 27
Revision 26 as of 2016-08-21 14:33:54
Size: 2451
Editor: scot
Comment:
Revision 27 as of 2016-09-19 22:39:36
Size: 2071
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
In your primary domain: Create a new VM:

 1. Add a new Windows 10 virtual machine
  a. Change its network address to be IP=192.168.1.3, subnet=255.255.255.0, DNS=192.168.1.2 and verify that you can access the internet.
  a. Change its name to be cpte230b
  a. Add the new Windows 10 computer to the Active directory.
     1. Right click start, system, advanced settings
     1. Under Computer Name, click "Change..." and add it to your active directory.
 1. Find and install the remote administration tools.

In your domain controller:
Line 12: Line 22:
   1. set his password and document it in the "password" page. Make sure there is no requirement to change the password.
   1. Make mgr a member of the server operators group and give the account remote desktop access (through system, remote add user).
  a. Start Group Policy - Find the Domain Controllers Folder/OU, right click on the Default Domain Controller Policy, click edit
   1. Navigate to Computer Configuration\Policies\Windows Settings\Security Settings\Local Policies\User Rights Assignments
   1. Add the mgr user to the "Allow Logon through remote desktop services" list.
   1. From a command prompt or powershell type: gpupdate /force
  a. You will demonstrate mgr's ability by changing the password for "contractor" (Note: When you try to run server manager, it will ask for a username and password. Use the mgr username and password. After that you can run the tools from the menu and they will work for you correctly. If you run "Active Directory Users and Computers" directly without going through the server manager you will have to again use the mgr username and password each time you open it or any other tool.)

In your subdomain:

 1. Create a domain local group called {{{dl_temporary}}} in the users folder.
  a. Add {{{g_contractors}}} group to the {{{dl_temporary}}} group.
  a. Set the mgr password and document it in the "password" page. Make sure there is no requirement to change the password.
 1. You will demonstrate mgr's ability by changing the password for "contractor".
  a. You can demonstrate this by logging in to your windows 10 machine and starting the active directory users and computers tool.
  a. Find the contractor user and reset the password.
Line 32: Line 34:
||Video Shows: A remote login event using the mgr user. ||30 ||
||Video Shows: the mgr user changing the password for the contractor user. ||30 ||
||Video Shows: A remote login event to windows 10 using the mgr user. ||30 ||
||Video Shows: the mgr user changing the password for the contractor user on the windows 10 machine. ||30 ||

Lab 04

Instructions

In this lab you will create some organizational groups and users in your AD.

Create a new VM:

  1. Add a new Windows 10 virtual machine
    1. Change its network address to be IP=192.168.1.3, subnet=255.255.255.0, DNS=192.168.1.2 and verify that you can access the internet.
    2. Change its name to be cpte230b
    3. Add the new Windows 10 computer to the Active directory.
      1. Right click start, system, advanced settings
      2. Under Computer Name, click "Change..." and add it to your active directory.
  2. Find and install the remote administration tools.

In your domain controller:

  1. Create an organizational unit named OU_Contractors

    1. Create a global group in the OU_Contractors called g_contractors

    2. Create a user called contractor and put them in g_contractors group.

  2. Create a user mgr in the users folder.
    1. Make mgr the Administrator for the OU_Contractors by using the delegation wizard. Make sure the the user has "Reset user passwords..." and "Modify the membership of a group"

    2. Set the mgr password and document it in the "password" page. Make sure there is no requirement to change the password.
  3. You will demonstrate mgr's ability by changing the password for "contractor".
    1. You can demonstrate this by logging in to your windows 10 machine and starting the active directory users and computers tool.
    2. Find the contractor user and reset the password.

Documentation

  1. Document the OU structures added and Groups added to each domain on the domains page.
  2. Do this in a new section called "Organizational Units" and "Groups"

Video Grade Guide

Topics

Points

Video Shows: OU structures and groups created in the instructions

20

Video Shows: A remote login event to windows 10 using the mgr user.

30

Video Shows: the mgr user changing the password for the contractor user on the windows 10 machine.

30

Video talks through the required documentation.

20

WindowsAdministration/Lab04DelegationAndShares (last edited 2023-09-28 17:31:52 by scot)