Install and Configure Servers Flashcards
What are two ways to remove the GUI Management tools from a full installation of Windows Server 2012?
Run Uninstall-WindowsFeature or use Server Manager to remove the Graphical Management Tools and Infrastructure feature.
What PowerShell cmdlet would you use to set a static IP address on a Windows Server 2012 Server Core server?
New-NetIPAddress
Can you upgrade from a Windows Server 2008 R2 Server Core installation to the Server with a GUI mode of Windows Server 2012 in one step?
No. You must first upgrade your Server Core installation to Windows Server 2012 Server Core, then switch to the GUI mode of Windows Server 2012.
What PowerShell cmdlet would you use to change a static IP address on a Windows Server 2012 Server Core server?
Set-NetIPAddress
Which PowerShell cmdlet would you use to enable Windows PowerShell Remoting on a Windows Server 2012 server core so that commands typed in Windows PowerShell on one computer are able to run on another computer?
Enable-PSRemoting
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
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)
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 > Administrative Templates > System > Specify settings for optional component installation and component repair
How can you perform an in-place upgrade from a Windows Server 2008 R2 server with a 32-bit processor to Windows Server 2012?
In-place upgrades from 32-bit to 64-bit architectures are not supported. You must perform a clean installation.
To reinstall a role or feature that has been completely removed from Windows Server 2012, what resource(s) do you require?
Either the original installation source, or access to Windows Update
What type of storage layout from a storage pool will support up to two disk failures?
mirror spaces
What command provides an offline domain join of a Server Core version of Windows Server 2012 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 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
What parameter must you use with the Dism command to mount an offline Windows image?
/Mount-Image
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
What PowerShell cmdlet enables Server Manager remote management and enables all required firewall rule exceptions?
Configure-SMRemoting.exe -enable
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
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?
Install-WindowsFeature DHCP, DNS
How do you use Server Manager to uninstall the graphical user interface (GUI) on a full installation of Windows Server 2012?
From Server Manager, uninstall the User Interfaces and Infrastructure feature.