Windows Server 2016 (Directory Services Practical Exercises)
Windows Server 2016 (Directory Services Practical Exercises)
Overview
This course comes with a virtual lab environment where you can practice what you learn.
In most cases, the userid is Adatum\Administrator and the password is Pa55w.rd, but read
the instructions carefully.
If you are having difficulties with the lab environment check out the Student Lab Guide. This
document is available from the Course Handouts page and includes basic troubleshooting and the
support desk link.
Notice in the lab environment you can copy information to the virtual machines by using the
Actions > Paste Content window. Before you paste the content, be sure your cursor is where you
want the copied data.
Note: These practical exercises are designed to provide you experience as a working
System Administrator. The lab steps are not written to be prescriptive, because as part
of your day to day tasks you will need to troubleshoot and test different configurations.
No one set of steps will be applicable in all cases, you will need to adjust for your
situation. These steps were tested when the course was released. You may find changes
to the interface as well as changes in how procedures are implemented.
Module 1 – User Accounts
In this exercise you will delete, create, and move a user account by using the Active
Directory Administrative Center. You will also view the Windows PowerShell History
window.
In this exercise you will use the ADAC to create a user template. You will then use the
template and PowerShell to create another user.
Create a user template account
1. Sign in to LON-DC1 as Adatum\Administrator with the password Pa55w.rd.
2. In Server Manager, click Tools, and then click Active Directory Administrative
Center.
3. Click Adatum (local), and then double-click Sales.
4. In the Action pane, create a New User with these properties.
• First name: _LondonSales
• Last name: Template
• User UPN logon: _LondonSales
• Select Protect from accidental deletion
• Department: Sales
• Company: A. Datum
• City: London
• Description: London Sales user
• Member of: Add the Sales group
• Notice the other information that could be added to the template.
5. Verify your new template was created in the Sales OU.
In this exercise you will use Group Policy to configure password settings for all users.
Investigate Groups
In this exercise you will explore the default AD DS groups and group scopes.
In this exercise you will create a group and add a member using Active Directory
Administrative Center. You will also create a group and add a member using
PowerShell.
Group Nesting
Consider this scenario where you have three domains and in each domain there are five people who
need access to a file in one of the domains.
Question: How many file permissions do you need to create to assign permissions on this file for each
user?
Answer: Fifteen. You will need to give each individual access to the file, so that is 15 file permissions.
Consider that you now group the users in each domain into global groups. So, you now have three global
groups, one for each domain.
Question: How many permissions on the file do you need to assign now?
Answer: Three. You must assign one permission for each global group, so that is three permissions to
configure.
Now, suppose you create a domain local group and add the global groups.
Question: How many permissions must you assign to the domain local group?
Answer: One. You need only one permission for the domain local group.
Group Inheritance
In this exercise you will use the IGDLA acronym and create nested groups.
Computer Accounts
In this exercise you will create a new computer account, verify that it is added to the
Computers container, create a new computers OU, and redirect new computers to the
OU.
In this exercise you will create a group of computer admins, delegate control of a OU to
the computer admins group, and test to ensure the permissions are working.
Domain Join
In this exercise you will reset a computer account, view the sign in error, and rejoin the
computer to the domain.
In this exercise you will provision an AD DS computer account and create the domain
join file, transfer the provisioning information to the provisioned computer, and then
restart the provisioned computer to ensure it automatically joins the domain.
Simple GPOs
In this exercise you will use the Group Policy Management Console (GPMC) and the
Group Policy Management Editor (GPME) to create a GPO that controls basic user
desktop functionality.
Note: If this is your first time in the Group Policy Management tool take some time to
explore the different Computer and User settings that are available.
GPO Delegation
In this exercise, you will add the Group Policy Creator Owners group to the Default
Domain Policy in the GPMC, add individual members to that group, and manage
permissions.
Central Store
In this exercise, you will create a central store for the GPO templates, and confirm the
template location.