01 - Install and Configure Servers Flashcards
Which cmdlet(s) can you use to create a domain controller on a Server Core installation of Windows Server 2012 R2?
install-windowsfeature -Name AD-Domain-Services
OR
get-windowsfeature AD-Domain-Services | install-windowsfeature
AND
Install-ADDSDomainController
What deprecated command in Windows Server 2012 allows you to perform unattended installations of Windows Server 2012 R2 domain controllers with legacy scripts that have not been converted to PowerShell?
dcpromo /unattended
Which new feature of Windows Server 2012 R2 moves frequently accessed data to solid-state drives, and infrequently accessed data to slower drives?
Storage tiers
Which PowerShell cmdlet would you use to add a computer to a domain such that you will be prompted to supply credentials to join the domain?
Add-Computer
Which cmdlet would you use to apply a PowerShell DSC configuration?
Start-DscConfiguration
How do you remove the binary files to free up space on the server when you uninstall a role or feature with the Windows PowerShell cmdlet Uninstall-WindowsFeature ?
Use the Remove option with the Uninstall-WindowsFeature cmdlet
Which utility do you use to create a domain controller on a server running the full GUI installation of Windows Server 2012 R2?
Server Manager
Can you upgrade from a Windows Server 2008 R2 Server Core installation to the Server with a GUI mode of Windows Server 2012 R2 in one step?
No. You must first upgrade your Server Core installation to Windows Server 2012 R2 Server Core, then switch to the GUI mode of Windows Server 2012 R2.
What type of storage layout from a storage pool best suited for temporary data, such as video rendering files, image editor scratch files, and intermediary compiler object files?
simple spaces
Which version of the Windows operating system allows you to create parity spaces on failover clusters?
Windows Server 2012 R2
What type of storage layout from a storage pool is supported in a failover cluster in Windows Server 2012 R2, but not Windows Server 2012?
Parity spaces
What is the minimum number of dynamic drives required to create a RAID-5 volume?
3
How can you perform an in-place upgrade from a Windows Server 2008 server with a 32-bit processor to Windows Server 2012 R2?
In-place upgrades from 32-bit to 64-bit architectures are not supported. You must perform a clean installation on hardware with a 64-bit processor.
To reinstall a role or feature that has been completely removed from Windows Server 2012 R2, what resource(s) do you require?
Either the original installation source, or access to Windows Update
What PowerShell cmdlet would you use to set a static IP address on a Windows Server 2012 R2 Server Core server?
New-NetIPAddress
To configure Windows PowerShell Web Access, what three things must you do?
- Install Windows PowerShell Web Access
- Configure the gateway
- Configure authorization rules that allow users access to the Web-based Windows PowerShell console
Why does a striped volume offer better write performance than a RAID-5 volume?
A RAID-5 volume writes both parity blocks and data blocks, so it does not offer the write performance of a striped volume, which only writes data blocks.
Which feature introduced in Windows Server 2012 lets remote users run PowerShell commands from any web-enabled device?
Windows PowerShell Web Access
If you have a domain with both Windows Server 2012 and Windows Server 2008 servers, which cmdlet must you run before you configure anything using a PowerShell cmdlet on a Windows Server 2008 Server Core edition server?
Import-module ServerManager
What command will display the Server Configuration menu on a Windows Server 2012 R2 Server Core server?
sconfig.cmd
Which feature of Windows Server 2012 and above allows the server to have the ability to operate multiple NICs as a single interface?
NIC Teaming
Which PowerShell cmdlet would you use to rename a Windows Server 2012 R2 Server Core server?
Rename-Computer
How do you configure Group Policy to specify the source files from which every server in the domain should install features or roles?
Specify the source in a Group Policy at Computer Configuration > Policies> Administrative Templates > System > Specify settings for optional component installation and component repair
Which PowerShell cmdlet can be used to find a list of stale computers that have not been logged into by anyone in four weeks?
get-adcomputer
Which PowerShell cmdlet would you use to install a DHCP server and a DNS server on a Server Core installation of Windows Server 2012 R2?
Install-WindowsFeature DHCP, DNS
Which PowerShell cmdlet would you use to enable Windows PowerShell Remoting on a Windows Server 2012 R2 server core server so that commands typed in Windows PowerShell on one computer are able to run on another computer?
Enable-PSRemoting
What PowerShell cmdlet would you use to change a static IP address on a Windows Server 2012 R2 Server Core server?
New-NetIPAddress
What are two ways to remove Windows Explorer, Windows Internet Explorer, and all related components and files from a full installation of Windows Server 2012 R2?
run Uninstall-WindowsFeature or use Server Manager to remove the Server Graphical Shell
What are two ways to remove the GUI Management tools from a full installation of Windows Server 2012 R2?
run Uninstall-WindowsFeature or use Server Manager to remove the Graphical Management Tools and Infrastructure feature
What happens when you run dcpromo.exe with no parameters from a Windows Server 2012 R2 command prompt?
It will not work. You will get a message pointing you to Server Manager.
Which PowerShell cmdlet creates a new NIC team that consists of one or more network adapters?
New-NetLbfoTeam
Which new feature of Windows Server 2012 R2 reduces the latency of writes by buffering small random writes to solid-state drives?
Write-back cache
Under what circumstances can you NOT perform an in-place upgrade to Windows Server 2012?
In-place upgrades are NOT supported:
- From a 32-bit edition of Windows Server
- From one language to another
- From one build type to another
- From a Server Core installation directly to a full installation (GUI mode)
- From a pre-release version of Windows Server 2012
How do you use Server Manager to uninstall the graphical user interface (GUI) on a full installation of Windows Server 2012 R2?
From Server Manager, uninstall the User Interfaces and Infrastructure feature.
What parameter must you use with the Dism command to mount an offline Windows image?
/Mount-Image
To perform an offline domain join during an unattended operating system installation of a Server Core version of Windows Server 2012 R2, what command should you run first?
djoin /provision
Which parameter of the Dism command will allow you add a GUI interface to a Server Core installation of Windows Server 2012 R2?
/enable-feature
If you have three disks with 600 GB free on each disk and you create a RAID-5 volume from the free space, how much disk space would be available to the user?
1200 GB (or 1.2 TB)
What type of storage layout from a storage pool will support up to two disk failures?
mirror spaces
Which new feature of Windows Server 2012 R2 protects against simultaneous physical disk failures by storing two copies of parity information in the parity space?
Dual parity
How do you upgrade from a Windows Server 2008 Server Core installation to the Server with a GUI mode of Windows Server 2012 R2?
One-step upgrades are not supported. You must first upgrade your Server Core installation to Windows Server 2012 R2 Server Core, then switch to the GUI mode of Windows Server 2012 R2.
Which parameter of the Dism command will allow you remove a GUI interface from an image of a full installation of Windows Server 2012 R2?
/disable-feature
How do you recover a lost command prompt on a Server Core installation of Windows Server 2012 R2?
Press Ctrl+Alt+Del and select Task Manager. From the File menu choose Run new task and enter cmd.exe.
What steps would you perform to delegate the Create, delete and manage user accounts task to a group for an Organizational Unit (OU)?
In Active Directory Users and Computers, right-click the OU and select Delegate Control
Which command enables Server Manager remote management and enables all required firewall rule exceptions?
Configure-SMRemoting.exe -enable
Which command would you run to add a domain user account to the local Administrators group on a Windows Server 2012 R2 Server Core server?
net localgroup administrators /add \
What are the four steps for Windows Server Migration Tools installation and preparation?
- Install Windows Server Migration Tools on destination servers that run Windows Server 2012 R2.
- Create deployment folders on destination servers that run Windows Server 2012 R2, for copying to source servers.
- Copy deployment folders from destination servers to source servers.
- Register Windows Server Migration Tools on source servers.
What tool can you use to migrate some server roles, features, operating system settings, shares, and other data from computers that are running certain editions of Windows Server 2003 R2 to computers that are running Windows Server 2012 R2?
Windows Server Migration Tools
What command provides an offline domain join of a Server Core version of Windows Server 2012 R2 and loads the computer metadata from a file so it can be used to add the %SystemRoot% folder of the computer that you want to join to the domain?
djoin /requestODJ
Which cmdlet replaces the Remove-WindowsFeature cmdlet in Windows Server 2012?
Uninstall-WindowsFeature
Which cmdlet compares the current DSC configuration and the actual DSC configuration?
Test-DscConfiguration
What is the minimum number of dynamic drives required to create a mirrored volume?
2
What type of partition table will support a volume over 2 TB?
a GUID partition table (GPT) type
What type of storage layout from a storage pool is best suited for archival data and streaming media, such as music and videos?
Parity spaces