nt2670 unit 1 assignment

2
Davonte Brown 6-21-2014 Unit 1 assignment 1 ITT Technical Institute 3825 West Cheyenne Avenue, Suite 600 North Las Vegas, Nevada 89032 NT2670 E-Mail and Web Services Unit 1 Assignment 1: Installing Server Roles with a Batch File Course Objectives and Learning Outcomes In this assignment, you will evaluate how to perform post-installation tasks, including the installation of roles with Server Manager and how to create batch files to manage administrative tasks. Assignment Requirements Evaluate the following scenario: After careful consideration, it was decided by the corporate IT team that in order to increase security and lower your attack surface, Windows 2008 Server Core would be installed on a group of your servers. However, a few roles need to be installed on the server, and your Senior Administrator is not familiar with installing roles on a Server Core machine. Use notepad to create a batch file to install the following roles: DHCP, DNS, Print Services and Hyper-V. Questions: 1. What does the /w switch do? Why is it used? 2. What switch is used to remove a role? 3. What is the command to start the DHCP Server service? 4. What command is used to configure a DNS zone? Suggested Resources: Server Core Installation Option Getting Started Guide - http://technet.microsoft.com/en-us/library/cc753802(WS.10).aspx Required Resources Internet access Submission Requirements

Upload: mahlikbrown

Post on 27-Dec-2015

344 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: NT2670 Unit 1 Assignment

Davonte Brown 6-21-2014Unit 1 assignment 1

ITT Technical Institute3825 West Cheyenne Avenue, Suite 600

North Las Vegas, Nevada 89032

NT2670 E-Mail and Web Services

Unit 1 Assignment 1: Installing Server Roles with a Batch File

Course Objectives and Learning Outcomes

In this assignment, you will evaluate how to perform post-installation tasks, including the installation of roles with Server Manager and how to create batch files to manage administrative tasks.

Assignment RequirementsEvaluate the following scenario:

After careful consideration, it was decided by the corporate IT team that in order to increase security and lower your attack surface, Windows 2008 Server Core would be installed on a group of your servers. However, a few roles need to be installed on the server, and your Senior Administrator is not familiar with installing roles on a Server Core machine. Use notepad to create a batch file to install the following roles: DHCP, DNS, Print Services and Hyper-V.

Questions:

1. What does the /w switch do? Why is it used?2. What switch is used to remove a role?3. What is the command to start the DHCP Server service?4. What command is used to configure a DNS zone?

Suggested Resources:Server Core Installation Option Getting Started Guide - http://technet.microsoft.com/en-us/library/cc753802(WS.10).aspx

Required ResourcesInternet access

Submission RequirementsComplete a notepad file that will successfully install all of the roles mentioned. Save the file using the name Roles.bat. Print the file out and submit it. In a separate word document answer the questions above. Include a cover page and Cite all sources used.

Did you know that and /w switch does some pretty cool stuff? The cool stuff it does is Specifies the warning level, an integer in the range 0 through 4. There is no space between the /W switch and the digit indicating the warning-level value. In the Roles Summary or Features Summary areas of the Server Manager main window, click either Remove Roles or Remove Features, depending on the software that you want to remove.

Page 2: NT2670 Unit 1 Assignment

Davonte Brown 6-21-2014Unit 1 assignment 1

Follow the instructions that are provided by the wizard as you progress through the removal.

Open DHCP.In the console tree, click the applicable DHCP server.Where? DHCP/applicable DHCP server On the Action menu, point to All Tasks and then click one of the following: To start the service, click Start. To stop the service, click Stop. To interrupt the service, click Pause. To stop and then automatically restart the service, click Restart. Open DNS Manager. If necessary, add the applicable server to the snap-in, and then connect to it.In the console tree, click the applicable DNS server. Where? DNS/DNS server On the Action menu, clicks Configure a DNS Server. Follow the instructions in the Configure a DNS Server Wizard. Hope this helped you out thank you for reading.