02 - Configure Server Roles and Features Flashcards
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?
Enable the Always Offline mode by using Group Policy to enable the Configure slow-link mode policy setting
Which command allows you to remotely execute commands on a Windows Server 2012 R2 server?
winrs
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?
The Remote Desktop Easy Print driver
What utility can you use to enable remote management on a Server Core installation of Windows Server?
sconfig
If a 3 GB file is compressed to 2 GB, what file size will count toward the disk quota?
3 GB will be counted toward the disk quota because compressed files are tracked based on their uncompressed sizes.
What cmdlet can you use to enable firewall rules for remote management on a Server Core installation of Windows Server 2012 R2?
Enable-NetFirewallRule -DisplayGroup “Windows Remote Management”
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?
Print priorities
What two commands allow you to view installed updates on a Server Core installation of Windows Server 2012 R2?
either the systeminfo command or the wmic qfe list command
How can you filter objects in Active Directory Users and Computers to only display printer objects?
You can choose Filter Options from the View menu and check Only printers in the Filter Options screen.
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?
Create a hidden share by putting a dollar sign ($) after the share name
How can you easily configure a Server Core installation of Windows Server 2012 R2 to automatically download Windows updates?
use sconfig to configure Windows Updates
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?
- 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
What command adds a remote server to the local computer’s TrustedHosts list in a Windows PowerShell session?
Set-Item wsman:\localhost\Client\TrustedHosts -Concatenate -Force
What is the maximum size of a file that can be stored in a Work Folder?
10 GB
How can you use the Recycle Bin to retrieve yesterday’s version of a document that was mistakenly updated with erroneous information today?
You can’t. The Recycle Bin can only be used to retrieve files that have been deleted, not updated.
Which cmdlet will install Work Folders on a Windows Server 2012 R2 server?
Install-WindowsFeature FS-SyncShareService
What path in a GPO do you use to enable the Configure slow-link mode policy setting?
Computer Configuration\ Policies \ Administrative Templates \ Network \Offline Files
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?
winrs -r:SRV2 gpupdate /force
What is the default location for Work Folders on a client computer?
%USERPROFILE%\Work Folders
What is the difference between a soft quota and a hard quota?
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.
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?
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
When printer priorities are configured for print devices, what printer is allowed to print first?
The one with the highest priority, which is the one with the highest number assigned to it
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?
Server Manager running on Windows Server 2012 or Windows 8 cannot be used to manage servers that are running Windows Server 2012 R2
What are the server requirements for implementing the Work Folders role service?
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
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?
No, Joe will only have the effective permissions of Read on the share.
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?
Remote Server Administration Tools (RSAT)
What must you enable on your computer to recovery files that were accidently overwritten?
Shadow Copies of Shared Folders
What is the term when one logical printer is connected to multiple printer devices through multiple ports of the print server?
A printer pool
What utility can you use to apply a quota to a specific path on an NTFS volume?
File Server Resource Manager.