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.