MCSA Lab Scenario - Erfan Taheri
MCSA Lab Scenario - Erfan Taheri
Scenario
A. Datum Corporation is a global engineering and manufacturing company with a head office
based in London, England. A. Datum Corporation has an IT office and data center in London,
which supports the London location and branch offices in other locations as well. A. Datum has
recently deployed a Windows 2012 R2 Server infrastructure with Windows 8.1 clients.
You have been working for A. Datum for several years as a desktop support specialist and you
have recently accepted a promotion to the server support team. One of your first assignments is
deploying and configuring the infrastructure services for a new branch office in Yorkshire.
LAB Setup
Lon-DC1.Adatum.local is a promoted writable domain controller in the London data center for
the Adatum.local domain. You will configure Lon-SRV1.Adatum.local as a printer server for
Yorkshire during the Scenario.
You need to deploy 3 new servers in Yorkshire site, all using windows server 2012 R2 and they
are member-servers. York-CL1 is a windows 8.1 client.
1
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 1: Calculate the bits required to support the hosts on each subnet
1. How many bits are required to support 100 hosts on the client subnet?
2. How many bits are required to support 10 hosts on the server subnet?
3. How many bits are required to support 40 hosts on the future expansion subnet?
4. If all subnets are the same size, can they be accommodated?
5. Which feature allows a single network to be divided into subnets of varying sizes?
6. How many host bits will you use for each subnet? Use the simplest allocation possible, which
is one large subnet and two equal-sized smaller subnets.
Binary Decimal
2
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
2. Given the number of host bits allocated, what is the subnet mask that you will use for the
server subnet? Calculate the subnet mask in binary and decimal.
o The server subnet is using 6 bits for the host ID. Therefore, you will use 26 bits for the
subnet mask.
Binary Decimal
3. Given the number of host bits allocated, what is the subnet mask that you can use for the
future expansion subnet? Calculate the subnet mask in binary and decimal.
o The future expansion subnet is using 6 bits for the host ID. Therefore, you will use 26
bits for the subnet mask.
Binary Decimal
4. For the client subnet, define the network ID, first available host, last available host, and
broadcast address. Assume that the client subnet is the first subnet allocated from the available
address pool. Calculate the binary and decimal versions of each address.
Binary Decimal
Network ID
First Host
Last Host
Broadcast
5. For the server subnet, define the network ID, first available host, last available host, and
broadcast address. Assume that the server subnet is the second subnet allocated from the
available address pool. Calculate the binary and decimal versions of each address.
Binary Decimal
Network ID
First Host
Last Host
Broadcast
6. For the future allocation subnet, define the network ID, first available host, last available host,
and broadcast address. Assume that the future allocation subnet is the third subnet allocated
from the available address pool.
3
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 1: Install the Dynamic Host Configuration Protocol (DHCP) server role
1. Sign in to York-SRV1.
2. Open Server Manager, and then install the DHCP Server role.
3. In the Add Roles and Features Wizard, accept all defaults.
4
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
5
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 2: Add an Active Directory Domain Services (AD DS) role to a member server
1. Add the Active Directory Domain Services server role to York-DC1. Add all required features as
prompted. Installation will take several minutes.
2. When the installation completes, click Close to close the Add Roles and Features Wizard.
6
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
7
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
8
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 3: Create host records for ERP web apps in the Adatum.erp Namespace
1. On York-DC1, open DNS Manager. Create a new Primary Zone for the Adatum.erp namespace.
This zone must not be active directory integrated since this zone must be available in the
Yorkshire branch office only.
2. Go to the Adatum.erp. Create a new A record with empty host name for IP Address of
172.16.0.15.
3. Using Internet Explorer, Open Adatum.erp to check the configuration.
9
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
After contoso changed some host records in its own DNS server, you noticed that clients that use
York-SRV1 as their DNS server were still receiving old IP addresses during the name-resolving
process. You need to clear server cache.
10
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
11
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Access-based enumeration.
12
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
13
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 3: Create an Internet Explorer Restrictions GPO from the Internet Explorer Restrictions
starter GPO
• Create a new GPO named IE Restrictions that is based on the Internet Explorer Restrictions
starter GPO, and then link it to the Adatum.com domain.
Task 4: Use security filtering to exempt the IT Department from the Internet Explorer Restrictions
policy
1. On LON-DC1, open the GPMC.
2. Configure security filtering on the Internet Explorer Restrictions policy to deny access to the IT
department.
14
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 1: Create a Member Servers organizational unit (OU) and move servers into it
1. Create a new OU named Member Servers OU under Yorkshire OU.
2. Move servers York-SRV1 and York-SVR2 to Member Servers OU.
Task 2: Create a Member Server Security Settings Group Policy Object (GPO) and link it to the
Member Servers OU
1. Open the Group Policy Management Console.
2. In the Group Policy Management Console, in the Group Policy Objects container, create a new
GPO with a name Yorkshire Member Server Security Settings.
3. In the Group Policy Management Console, link the Member Server Security Settings to
Member Servers OU.
15
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 3: Configure group membership for local administrators to include Server Administrators
and Domain Admins
1.for the Yorkshire Member Server Security Settings, open the Group Policy Management Editor
window.
2. In the Group Policy Management Editor window, go to Computer Configuration\Policies
\Windows Settings\Security Settings\Restricted Groups.
3. Add the Yorkshire Administrators and Domain Admins groups to the Administrators group.
Task 4: Modify the Member Server Security Settings GPO to enable User Account Control: Admin
Approval Mode for the Built-in Administrator account
1. in the Group Policy Management Editor window, go to Computer Configuration
\Policies\Windows Settings\Security Settings\Local Policies\Security Options.
2. Enable User Account Control: Admin Approval Mode for the Built-in Administrator account.
Task 5: Modify the Member Server Security Settings GPO to enable object access auditing
1. In the Group Policy Management Editor window, go to Computer Configuration\Policies
\Windows Settings\Security Settings\Local Policies\Audit Policy.
2. Enable Audit object access with both Success and Failure settings.
3. Close the Group Policy Management Editor window.
16
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 7: View the results in the security log on the domain controller
1. Switch to York-SRV1, and then start Event Viewer.
2. In the Event Viewer window, expand Windows Logs, and then open Security.
3. Verify that following event and information is displayed: o Source: Microsoft Windows Security
Auditing o Event ID: 4663 o Task category: File System
o An attempt was made to access an object
Task 9: Create a Software Control GPO and link it to the Client Computers OU
1. On LON-DC1, open the Group Policy Management Console.
2. In the Group Policy Management Console, in the Group Policy Objects container, create a new
GPO named Software Control.
3. For the Software Control GPO, open the Group Policy Management Editor window.
4. In the Group Policy Management Editor window, go to Computer Configuration\Policies
\Windows Settings\Security Settings\Application Control Policies\AppLocker.
5. Create default rules for the following:
o Executable Rules
o Windows Installer Rules o Script Rules
o Packaged app Rules
6. Configure rule enforcement with the Audit only option for the following:
o Executable Rules
o Windows Installer Rules
17
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
o Script Rules
o Packaged app Rules
7. In the Group Policy Management Editor window, go to Computer Configuration\Policies
\Windows Settings\Security Settings.
8. Click System Services, and then double-click Application Identity.
9. In the Application Identity Properties dialog box, click Define this policy setting.
10. Under Select service startup mode, click Automatic, and then click OK.
11. Close the Group Policy Management Editor window.
12. In the Group Policy Management Console, link the Software Control GPO to the Client
Computers OU.
18
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
19
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 4: Create a storage pool from five disks that are attached to the server
1. On York-SVR2, open Server Manager.
2. In the left pane, click File and Storage Services, and then in the Servers pane, click Storage
Pools. 3. Create a storage pool with the following settings:
o Name: StoragePool1
o Physical disks:
PhysicalDisk3
PhysicalDisk4
PhysicalDisk5
PhysicalDisk6
PhysicalDisk7
20
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
Task 2: Complete the Hyper-V role installation, and verify the settings
1. Open the Hyper-V Manager console, and then click York-Host1.
4. Edit the Hyper-V settings of York-Host1, and then configure the following settings:
o Keyboard: Use on the virtual machine
o Virtual Hard Disks: H:\Virtual Hard Disks
21
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
22
MCSA Lab Scenario - A. Datum Corp – Part 1 Erfan Taheri
23