Podcast
Questions and Answers
You need to rename a server using the command line. Which netdom
command provides the correct syntax?
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?
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?
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?
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?
You need to install a specific role on a virtual machine that is currently offline. How would you accomplish this task?
You need to install a specific role on a virtual machine that is currently offline. How would you accomplish this task?
You need to determine which roles and features are already installed on a VHD file. How can you accomplish this without starting the VM?
You need to determine which roles and features are already installed on a VHD file. How can you accomplish this without starting the VM?
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?
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?
In larger networks, administrators often delegate server administration tasks. What is the PRIMARY benefit of delegating these tasks?
In larger networks, administrators often delegate server administration tasks. What is the PRIMARY benefit of delegating these tasks?
Virtualization allows separating network functions without needing extra network adapters for each system. What is the biggest potential disadvantage of this approach?
Virtualization allows separating network functions without needing extra network adapters for each system. What is the biggest potential disadvantage of this approach?
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.
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.
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?
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?
Windows Server 2012 provides hardware-independent NIC teaming, but under which circumstances is the actual performance increase with NIC Teaming limited?
Windows Server 2012 provides hardware-independent NIC teaming, but under which circumstances is the actual performance increase with NIC Teaming limited?
What is the primary advantage of deploying roles to a VHD file?
What is the primary advantage of deploying roles to a VHD file?
Which of the following represents the best practice for delegating server administration tasks?
Which of the following represents the best practice for delegating server administration tasks?
You want to exclusively use the command line for server administration. What action aligns with this decision?
You want to exclusively use the command line for server administration. What action aligns with this decision?
Flashcards
What is Server Manager?
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
Essential TCP/IPv4 Parameters
IP Address, Subnet Mask, Default Gateway, and Preferred DNS Server.
Netdom Rename Command
Netdom Rename Command
To rename a computer, run Netdom.exe with the syntax: netdom renamecomputer %ComputerName% /NewName:<NewComputerName>
Convert GUI to Server Core
Convert GUI to Server Core
Signup and view all the flashcards
Install Roles at once
Install Roles at once
Signup and view all the flashcards
Old Remote Desktop Name
Old Remote Desktop Name
Signup and view all the flashcards
Install-WindowsFeature Cmdlet
Install-WindowsFeature Cmdlet
Signup and view all the flashcards
Add Role Offline VM
Add Role Offline VM
Signup and view all the flashcards
Examine Offline VHD
Examine Offline VHD
Signup and view all the flashcards
Services Tile Differences
Services Tile Differences
Signup and view all the flashcards
Delegate Server Administration
Delegate Server Administration
Signup and view all the flashcards
Virtualization Drawback
Virtualization Drawback
Signup and view all the flashcards
Convert GUI to Server Core
Convert GUI to Server Core
Signup and view all the flashcards
Server Roles Defined
Server Roles Defined
Signup and view all the flashcards
Restart the Computer
Restart the Computer
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
, andStop-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.