Free Essay

Nt 2670 Unit 1 Assignment 1

In:

Submitted By mellomes
Words 274
Pages 2
Installing Server Roles with a Batch File 1. What does the /w switch do? Why is it used?
“¹/W switch specifies the warning level of the MIDL compiler.” 2. What is the goal of port scanning?
ServerManagerCmd.exe command-line tool can be utilized to install or remove Server 2008 Roles and Features. “Type the following, in which name represents the command name of the role, role service, or feature that you want to remove, and then press Enter. The -restart parameter restarts the computer automatically after removal is complete, if a restart of the computer is required. ” ServerManagerCmd.exe -remove name –restart”² 3. What is the command to start the DHCP Server service?
“To start the DHCP service, use the command/sbin/service dhcpd start. To stop the DHCP server, use the command /sbin/service dhcpd stop.”³ 4. What command is used to configure a DNS zone?
“dnscmd [ServerName] /zoneadd ZoneName ZoneType [/dp FQDN| {/domain|/enterprise|/legacy}] /load”⁴

References 1. /W switch. (n.d.). (Windows). Retrieved March 20, 2014, from http://msdn.microsoft.com/en-us/library/windows/desktop/aa367383(v=vs.85).aspx 2. Dnscmd Syntax. (n.d.). : Domain Name System(DNS). Retrieved March 20, 2014, from http://technet.microsoft.com/en-us/library/cc756116(v=ws.10).aspx#BKMK_22 3. Removing Server Roles and Features. (n.d.). Removing Server Roles and Features. Retrieved March 20, 2014, from http://technet.microsoft.com/en-us/library/cc732257.aspx 4. Start or stop a DHCP server. (n.d.). : Dynamic Host Configuration Protocol (DHCP). Retrieved March 20, 2014, from http://technet.microsoft.com/en-us/library/cc778064(v=ws.10).aspx