02 - Configure Server Roles and Features Flashcards

1
Q

What Group Policy setting provides faster access to cached files and redirected folders by providing lower bandwidth usage because users are always working offline, even when they are connected through a high-speed network connection?

A

Enable the Always Offline mode by using Group Policy to enable the Configure slow-link mode policy setting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which command allows you to remotely execute commands on a Windows Server 2012 R2 server?

A

winrs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What feature in Windows Server 2008 and Windows Server 2012 enables users to reliably print from a RemoteApp program or from a terminal server desktop session to the correct printer on their client computer?

A

The Remote Desktop Easy Print driver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What utility can you use to enable remote management on a Server Core installation of Windows Server?

A

sconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If a 3 GB file is compressed to 2 GB, what file size will count toward the disk quota?

A

3 GB will be counted toward the disk quota because compressed files are tracked based on their uncompressed sizes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What cmdlet can you use to enable firewall rules for remote management on a Server Core installation of Windows Server 2012 R2?

A

Enable-NetFirewallRule -DisplayGroup “Windows Remote Management”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the term that describes a physical print device being shared by multiple users while allowing the documents of one group of users to take precedence over documents from another group?

A

Print priorities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What two commands allow you to view installed updates on a Server Core installation of Windows Server 2012 R2?

A

either the systeminfo command or the wmic qfe list command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can you filter objects in Active Directory Users and Computers to only display printer objects?

A

You can choose Filter Options from the View menu and check Only printers in the Filter Options screen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you hide a share so that it is not visible in the network, but allows users that have the appropriate permissions to access the folder?

A

Create a hidden share by putting a dollar sign ($) after the share name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How can you easily configure a Server Core installation of Windows Server 2012 R2 to automatically download Windows updates?

A

use sconfig to configure Windows Updates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are three ways that you can configure a Server Core installation of Windows Server 2012 R2 to automatically download Windows updates from a specific WSUS server?

A
  • Using Group Policy Object Editor and editing the Local Group Policy object
  • Editing the registry directly by using the registry editor (Regedit.exe)
  • Centrally deploying these registry entries by using System Policy in Windows NT 4.0 style
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What command adds a remote server to the local computer’s TrustedHosts list in a Windows PowerShell session?

A

Set-Item wsman:\localhost\Client\TrustedHosts -Concatenate -Force

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the maximum size of a file that can be stored in a Work Folder?

A

10 GB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How can you use the Recycle Bin to retrieve yesterday’s version of a document that was mistakenly updated with erroneous information today?

A

You can’t. The Recycle Bin can only be used to retrieve files that have been deleted, not updated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which cmdlet will install Work Folders on a Windows Server 2012 R2 server?

A

Install-WindowsFeature FS-SyncShareService

17
Q

What path in a GPO do you use to enable the Configure slow-link mode policy setting?

A

Computer Configuration\ Policies \ Administrative Templates \ Network \Offline Files

18
Q

Which command would you run on a Windows Server 2012 R2 server to force a group policy to apply to another Windows Server 2012 R2 computer, named SRV2?

A

winrs -r:SRV2 gpupdate /force

19
Q

What is the default location for Work Folders on a client computer?

A

%USERPROFILE%\Work Folders

20
Q

What is the difference between a soft quota and a hard quota?

A

A hard quota type will not allow the users to exceed the quota limit. A soft quota type will allow the user to exceed the quota limit. A soft quota type is used typically for monitoring storage use before implementing a hard quota type.

21
Q

Is it possible to use Server Manager on a Windows Server 2008 R2 server to install roles on a Server Core installation of Windows Server 2012 R2?

A

No, you must use the version of Server Manager available in Windows Server 2012 R2 or the Remote Server Administration Tools for Windows 8 or Windows 8.1

22
Q

When printer priorities are configured for print devices, what printer is allowed to print first?

A

The one with the highest priority, which is the one with the highest number assigned to it

23
Q

Why do you need RSAT installed on a Windows 8.1 computer to manage servers running Windows Server 2012 R2 even though you could use Server Manager on a Windows Server running Windows Server 2012 to manage the servers?

A

Server Manager running on Windows Server 2012 or Windows 8 cannot be used to manage servers that are running Windows Server 2012 R2

24
Q

What are the server requirements for implementing the Work Folders role service?

A

A server running Windows Server 2012 R2 for hosting sync shares with user files
A volume formatted with the NTFS file system for storing user files

25
Q

If Joe has Full Control permissions to C:\Software on the server and Read permissions to the share named Software that points to C:\Software on that server, will Joe be able to copy a file to the Software share from another computer?

A

No, Joe will only have the effective permissions of Read on the share.

26
Q

What should you load on a Windows 7, Windows 8, or Windows 8.1 laptop to remotely manage roles and features in Windows Server 2012?

A

Remote Server Administration Tools (RSAT)

27
Q

What must you enable on your computer to recovery files that were accidently overwritten?

A

Shadow Copies of Shared Folders

28
Q

What is the term when one logical printer is connected to multiple printer devices through multiple ports of the print server?

A

A printer pool

29
Q

What utility can you use to apply a quota to a specific path on an NTFS volume?

A

File Server Resource Manager.