Windows Server Configuration

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

You need to rename a server using the command line. Which netdom command provides the correct syntax?

  • netdom renamecomputer %ComputerName% /NewName: <NewComputerName> (correct)
  • netdom rename_computer %ComputerName% /Name: <NewComputerName>
  • netdom renamecomputer %ComputerName% /Name: <NewComputerName>
  • netdom rename %ComputerName% /New: <NewComputerName>

You've configured a Windows Server 2012 with the full GUI. What is the most efficient method to convert it to Server Core?

  • It's not possible to switch to Server Core once the GUI is enabled.
  • Use Server Manager to start the Remove Roles and Features Wizard. (correct)
  • Reinstall the operating system, selecting Server Core during installation.
  • Use Server Manager to deselect the Server Graphical Shell option.

You want to install a role on multiple Windows Server 2012 systems simultaneously. What is the correct approach?

  • Use Server Manager from any Windows Server 2012 to connect to and install the role on all systems. (correct)
  • Connect to each target server using Remote Desktop Services and install the role.
  • Use Windows PowerShell with the `Install-NewFeature` cmdlet and a configuration file.
  • Install the role at the console of each target server individually.

At the end of installing Application Services using Server Manager, you want to use PowerShell to replicate the identical install and configurations on other servers. What PowerShell cmdlet do you use to execute the exported script?

<p>Install-WindowsFeature –ConfigurationFilePath &lt;ExportedConfig.xml&gt; (D)</p> Signup and view all the answers

You need to install a specific role on a virtual machine that is currently offline. How would you accomplish this task?

<p>Install the role directly to the VHD file while it's offline. (A)</p> Signup and view all the answers

You need to determine which roles and features are already installed on a VHD file. How can you accomplish this without starting the VM?

<p>Examine the VHD offline using the Add Roles and Features Wizard. (D)</p> Signup and view all the answers

The Services tile in Server Manager provides similar functionality to the traditional Services MMC snap-in, but with some key differences. Which statement accurately describes one of these differences?

<p>You can start, stop, pause, or resume services in Server Manager, but changing the service's Start Type requires the Services MMC snap-in. (C)</p> Signup and view all the answers

In larger networks, administrators often delegate server administration tasks. What is the PRIMARY benefit of delegating these tasks?

<p>Delegation restricts access by using restricted permissions. (B)</p> Signup and view all the answers

Virtualization allows separating network functions without needing extra network adapters for each system. What is the biggest potential disadvantage of this approach?

<p>A single network adapter creates a single point of failure. (D)</p> Signup and view all the answers

Roles _______ define the primary functions of the server. So a server with the Web Server (IIS) role installed is referred to as a _______ , no matter what functions it might perform.

<p>Roles; web server (B)</p> Signup and view all the answers

You are configuring NIC teaming on a server with two network adapters. You select Switch Independent Mode. To maximize total throughput, which configuration should you choose?

<p>Active/Active (C)</p> Signup and view all the answers

Windows Server 2012 provides hardware-independent NIC teaming, but under which circumstances is the actual performance increase with NIC Teaming limited?

<p>When network traffic consists of large TCP sequences. (C)</p> Signup and view all the answers

What is the primary advantage of deploying roles to a VHD file?

<p>An administrator can modify server roles to offline VMs without starting the VM. (D)</p> Signup and view all the answers

Which of the following represents the best practice for delegating server administration tasks?

<p>When delegating administrative tasks, grant users only the necessary privileges. (D)</p> Signup and view all the answers

You want to exclusively use the command line for server administration. What action aligns with this decision?

<p>Replace the GUI with Server Core. (A)</p> Signup and view all the answers

Flashcards

What is Server Manager?

A tool to fully manage Windows servers remotely without needing to interact directly with the server console.

Essential TCP/IPv4 Parameters

IP Address, Subnet Mask, Default Gateway, and Preferred DNS Server.

Netdom Rename Command

To rename a computer, run Netdom.exe with the syntax: netdom renamecomputer %ComputerName% /NewName:<NewComputerName>

Convert GUI to Server Core

Use Server Manager to start the Remove Roles and Features Wizard.

Signup and view all the flashcards

Install Roles at once

Server Manager allows role installation to several target servers at once (PowerShell works too).

Signup and view all the flashcards

Old Remote Desktop Name

Terminal Services

Signup and view all the flashcards

Install-WindowsFeature Cmdlet

Powershell cmdlet to execute a configuration script is : Install-WindowsFeature –ConfigurationFilePath <ExportedConfig.xml>

Signup and view all the flashcards

Add Role Offline VM

Install the role to the VHD while still offline.

Signup and view all the flashcards

Examine Offline VHD

Examine the VHD while still offline using the Add Roles and Features Wizard.

Signup and view all the flashcards

Services Tile Differences

Start, stop, pause, or resume a service, but to change its Start Type, you require the Services MMC snap-in.

Signup and view all the flashcards

Delegate Server Administration

Delegation restricts access using restricted permissions in larger networks.

Signup and view all the flashcards

Virtualization Drawback

A single network adapter means a single point of failure.

Signup and view all the flashcards

Convert GUI to Server Core

Use Server Manager to start the Remove Roles and Features Wizard.

Signup and view all the flashcards

Server Roles Defined

Roles define the primary functions of a server. A server with the Web Server (IIS) role installed is colloquially referred to as a web server

Signup and view all the flashcards

Restart the Computer

shutdown /r

Signup and view all the flashcards

Study Notes

  • Lesson 2 focuses on configuring servers
  • The test bank contains 32 questions
  • The questions are multiple choice, short answer, best answer, and build list.

Server Management

  • After initial configuration, Server Manager allows for remote management of Windows servers.

IP Address Configuration

  • When configuring an IP address, the four parameters to set are: IP Address, Subnet Mask, Default Gateway, and Preferred DNS Server.

Renaming a Computer (Command-Line)

  • The command-line tool to rename a computer is Netdom.exe.
  • The proper syntax is: netdom renamecomputer %ComputerName% /NewName: <NewComputerName>

Converting GUI to Server Core

  • To convert a GUI server to Server Core in Windows Server 2012, use Server Manager to start the Remove Roles and Features Wizard.

Adding Roles to Multiple Servers

  • Server Manager allows installing a role to several target servers at once.
  • This can also be achieved using PowerShell, but not with the Install-NewFeature cmdlet.

Remote Desktop Services

  • Terminal Services was the former name of Remote Desktop Services.

PowerShell Cmdlet for Configuration Scripts

  • Install-WindowsFeature –ConfigurationFilePath <ExportedConfig.xml> is the PowerShell cmdlet used to execute a configuration script for installing roles and features.

Adding Roles to Offline VMs

  • Roles can be added to a VM in an offline state by installing the role directly to the VHD.

Examining VHD Roles and Features

  • To examine the roles and features installed on a VHD without starting the VM, use the Add Roles and Features Wizard while the VHD is offline.

Server Manager Services Tile

  • The Services tile in Server Manager allows starting, stopping, pausing, and resuming services.
  • Changing the Start Type of a service requires the Services MMC snap-in.

Delegating Server Administration

  • In larger networks, delegating server administration restricts access using specific permissions.

Virtualization Drawbacks

  • A single network adapter in a virtualized environment represents a single point of failure.

Converting GUI to Server Core (Windows Server 2012)

  • To convert a GUI server to Server Core, use Server Manager to start the Remove Roles and Features Wizard which is an improvement from the need to reinstall the OS in Windows Server 2008 R2.

Delegating Server Administration

  • Administrators delegate server administration to separate and limit full administrator access in large networks.

Primary Server Functions

  • Roles define the primary functions of a server.
  • A server with the Web Server (IIS) role is referred to as a web server.

Restarting a Computer (Command-Line)

  • shutdown /r is the command-line entry to restart the computer.

Joining a Computer to a Domain (Command-Line)

  • netdom join %ComputerName% /domain:<DomainName> /userd:<UserName> /passwordd:* is the command-line entry for joining a computer to a domain.

Converting Server Core to Full GUI (PowerShell)

  • Install-WindowsFeature Server–Gui–Mgmt–Infra, Server–Gui–Shell –Restart is the PowerShell command to convert a Windows Server 2012 Server Core installation to the full GUI option.

Server Manager Navigation Pane Icons

  • After installing roles on servers, the roles appear as icons representing role groups in the Server Manager navigation pane.
  • Each role group contains all instances of that role found on any added servers.

PowerShell Service Management Commands

  • Get-Service, Start-Service, and Stop-Service are the PowerShell commands for getting a list of services, starting a service, and stopping a service.

NIC Teaming Modes

  • Switch Independent Mode and Switch Dependent Mode are the two modes supported by NIC teaming.

Switch Independent Mode Configuration

  • In Switch Independent Mode, the active/active configuration should be chosen for the highest throughput.

NIC Teaming Limitations

  • NIC teaming has limitations when network traffic consists of large TCP sequences.
  • Using multiple adapters will not increase performance for large TCP file transfers

Deploying Roles to a VHD File

  • An administrator can modify server roles to offline VMs without starting the VM.

Best Practices for Delegating Server Administration

  • When delegating administrative tasks, grant users only the necessary privileges.

Installing Roles or Features using Server Manager

  • Log on with administrative privileges and start Server Manager.
  • From the Manage menu, select Add Roles and Features.
  • Choose the Select Installation Type (Role-based or Feature-based installation selected).
  • Select the Destination Server.
  • Select the Server Role.
  • Add required features or services that the needed service depends upon.

Installing Roles or Features on an offline VHD file.

  • Log on with administrative privileges and start Server Manager.
  • From the Manage menu, select Add Roles and Features.
  • Choose the Select Installation Type (Role-based or Feature-based installation selected).
  • For Destination server, select Virtual Hard Disk.
  • Type in or browse to the location of the VHD file you want to modify.
  • Select the role and required features.
  • Close the wizard to dismount the VHD.

Rename and Join Computer to Domain from Command Prompt

  • Ensure DHCP has already configured the computer's TCP/IP client.
  • Type netdom renamecomputer %ComputerName% /NewName:<NewComputerName>.
  • Restart the computer by typing shutdown /r.
  • Type netdom join %ComputerName% /domain:<DomainName> /userd:<UserName> /passwordd:*.

Leveraging PowerShell

  • Using Server Manager's Add Roles and Features Wizard, you end by selecting Export configuration settings.

Adding Fault Tolerance

  • Employ NIC teaming, and then active/standby mode.

Configuration file distribution

  • Using Server Manager's Add Roles and Features Wizard, you end by selecting Export configuration settings.

Virtualized servers

  • After selecting Add Roles and Features, you can browse for the offline VHD.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Use Quizgecko on...
Browser
Browser