Install and Configure Servers Flashcards
What type of storage layout from a storage pool is not supported in a failover cluster?
Parity spaces
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
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 new feature of Windows Server 2012 R2 reduces the latency of writes by buffering small random writes to solid-state drives?
Write-back cache
What type of storage layout from a storage pool will support up to two disk failures?
Mirror Spaces
What PowerShell cmdlet would you use to change a static IP address on a Windows Server 2012 R2 Server Core server?
Set-NetIPAddress
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 Modfe)
- From a pre-release version of Windows Server 2012
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
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
Which cmdlet compares the current DSC configuration and the actual DSC configuration?
Test-DscConfiguration
What happens when you run dcpromo.exe with no parameters from a Windows Server R2 command prompt?
It will not work. You will get a message pointing you to Server Manager
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 cmdlet would you use to apply a PowerShell DSC configuration?
Start-DscConfiguration
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-DomainServices | install-windowsfeature
AND
Install-ADDSDomainController
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 are 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
Which new feature of Windows Server 2012 R2 protects against simultaneous disk failures by storing two copies of parity information in the parity space?
Dual parity
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
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 Run new task and enter cmd.exe