Install and Configure Servers Flashcards Preview

MCSE 70-410 > Install and Configure Servers > Flashcards

Flashcards in Install and Configure Servers Deck (50)
Loading flashcards...
1
Q

What are two ways to remove the GUI Management tools from a full installation of Windows Server 2012?

A

Run Uninstall-WindowsFeature or use Server Manager to remove the Graphical Management Tools and Infrastructure feature.

2
Q

What PowerShell cmdlet would you use to set a static IP address on a Windows Server 2012 Server Core server?

A

New-NetIPAddress

3
Q

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?

A

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.

4
Q

What PowerShell cmdlet would you use to change a static IP address on a Windows Server 2012 Server Core server?

A

Set-NetIPAddress

5
Q

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?

A

Enable-PSRemoting

6
Q

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?

A

Import-module ServerManager

7
Q

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?

A

1200 GB (or 1.2 TB)

8
Q

How do you configure Group Policy to specify the source files from which every server in the domain should install features or roles?

A

Specify the source in a Group Policy at Computer Configuration > Administrative Templates > System > Specify settings for optional component installation and component repair

9
Q

How can you perform an in-place upgrade from a Windows Server 2008 R2 server with a 32-bit processor to Windows Server 2012?

A

In-place upgrades from 32-bit to 64-bit architectures are not supported. You must perform a clean installation.

10
Q

To reinstall a role or feature that has been completely removed from Windows Server 2012, what resource(s) do you require?

A

Either the original installation source, or access to Windows Update

11
Q

What type of storage layout from a storage pool will support up to two disk failures?

A

mirror spaces

12
Q

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?

A

djoin /requestODJ

13
Q

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?

A

Add-Computer

14
Q

What parameter must you use with the Dism command to mount an offline Windows image?

A

/Mount-Image

15
Q

What type of storage layout from a storage pool is best suited for archival data and streaming media, such as music and videos?

A

Parity spaces

16
Q

What PowerShell cmdlet enables Server Manager remote management and enables all required firewall rule exceptions?

A

Configure-SMRemoting.exe -enable

17
Q

Under what circumstances can you NOT perform an in-place upgrade to Windows Server 2012?

A

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

18
Q

Which PowerShell cmdlet can be used to find a list of stale computers that have not been logged into by anyone in four weeks?

A

get-adcomputer

19
Q

Which PowerShell cmdlet would you use to install a DHCP server and a DNS server on a Server Core installation of Windows Server 2012?

A

Install-WindowsFeature DHCP, DNS

20
Q

How do you use Server Manager to uninstall the graphical user interface (GUI) on a full installation of Windows Server 2012?

A

From Server Manager, uninstall the User Interfaces and Infrastructure feature.

21
Q

What deprecated command in Windows Server 2012 allows you to perform unattended installations of Windows Server 2012 with legacy scripts that have not been converted to PowerShell?

A

dcpromo /unattended

22
Q

What happens when you run dcpromo.exe with no parameters from a Windows Server 2012 command prompt?

A

It will not work. You will get a message pointing you to Server Manager.

23
Q

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?

A

simple spaces

24
Q

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?

A

run Uninstall-WindowsFeature or use Server Manager to remove the Server Graphical Shell

25
Q

Which utility do you use to create a domain controller on a server running the full GUI installation of Windows Server 2012?

A

Server Manager

26
Q

Which PowerShell cmdlet creates a new NIC team that consists of one or more network adapters?

A

New-NetLbfoTeam

27
Q

Which PowerShell cmdlet would you use to rename a Windows Server 2012 Server Core?

A

Rename-Computer

28
Q

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 ?

A

Use the Remove option with the Uninstall-WindowsFeature cmdlet

29
Q

Why does a striped volume offer better write performance than a RAID-5 volume?

A

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.

30
Q

What are the four steps for Windows Server Migration Tools installation and preparation?

A
  1. Install Windows Server Migration Tools on destination servers that run Windows Server 2012.
  2. Create deployment folders on destination servers that run Windows Server 2012, for copying to source servers.
  3. Copy deployment folders from destination servers to source servers.
  4. Register Windows Server Migration Tools on source servers.
31
Q

To perform an offline domain join during an unattended operating system installation of a Server Core version of Windows Server 2012, what command should you run first?

A

djoin /provision

32
Q

What steps would you perform to delegate the Create, delete and manage user accounts task to a group for an Organizational Unit (OU)?

A

In Active Directory Users and Computers, right-click the OU and select Delegate Control

33
Q

Which cmdlet(s) can you use to create a domain controller on a Server Core installation of Windows Server 2012?

A

install-windowsfeature Name AD-Domain-Services
OR
get-windowsfeature AD-Domain-Services | install-windowsfeature

34
Q

What type of storage layout from a storage pool is not supported in a failover cluster?

A

Parity spaces

35
Q

Which cmdlet replaces the Remove-WindowsFeature cmdlet in Windows Server 2012?

A

Uninstall-WindowsFeature

36
Q

What is the minimum number of dynamic drives required to create a RAID-5 volume?

A

3

37
Q

Which feature of Windows Server 2012 allows the server to have the ability to operate multiple NICs as a single interface?

A

NIC Teaming

38
Q

What is the minimum number of dynamic drives required to create a mirrored volume?

A

2

39
Q

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?

A

Windows Server Migration Tools

40
Q

Which parameter of the Dism command will allow you add a GUI interface to a Server Core installation of Windows Server 2012?

A

/enable-feature

41
Q

What command will display the Server Configuration menu on a Windows Server 2012 Server Core server?

A

sconfig.cmd

42
Q

What type of partition table will support a volume over 2 TB?

A

a GUID partition table (GPT) type

43
Q

Which parameter of the Dism command will allow you remove a GUI interface from an image of a full installation of Windows Server 2012?

A

/disable-feature

44
Q

How do you recover a lost command prompt on a Server Core installation of Windows Server 2012?

A

Press Ctrl+Alt+Del and select Task Manager. From the File menu choose Run new task and enter cmd.exe.

45
Q

Which command would you run to add a domain user account to the local Administrators group on a Windows Server 2012 Server Core server?

A

net localgroup administrators /add \

46
Q

How do you upgrade from a Windows Server 2008 Server Core installation to the Server with a GUI mode of Windows Server 2012?

A

One-step upgrades are not supported. You must first upgrade your Server Core installation to Windows Server 2012 Server Core, then switch to the GUI mode of Windows Server 2012.

47
Q

What PowerShell cmdlet enables Server Manager remote management and enables all required firewall rule exceptions?

A

Configure-SMRemoting.exe -enable

48
Q

Which command would you run to add a domain user account to the local Administrators group on a Windows Server 2012 Server Core server?

A

net localgroup administrators /add \

49
Q

What happens when you run dcpromo.exe with no parameters from a Windows Server 2012 command prompt?

A

It will not work. You will get a message pointing you to Server Manager.

50
Q

To reinstall a role or feature that has been completely removed from Windows Server 2012, what resource(s) do you require?

A

Either the original installation source, or access to Windows Update