Вы находитесь на странице: 1из 39

Item: 1

How can you dual boot between Windows Vista and Windows 7 when the computer has only one disk and a single partition?

Answer:
Create a virtual hard drive (VHD) and install Windows 7 on the VHD

Objective:
Deploying Windows 7

Item: 2
Which utility can you use to create the Autounattend.xml file to automate the installation of Windows 7 by booting the Windows 7 DVD?

Answer:
Windows System Image Manager (Windows SIM)

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 3
How would you block a user from using FTP on certain subnets?

Answer:
Create a rule in Windows Firewall with Advanced Security

Objective:
Configuring Network Connectivity

Item: 4
To install Windows 7 on a computer by booting from a flash drive, what partition must you set to Active?

Answer:
the partition on the USB flash drive

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 5
What is the netsh command to enable the DHCP Quarantine Enforcement Client on a Windows 7 computer?

Answer:
netsh nap client set enforcement ID = 79617 Admin = "ENABLE"

Objective:
Configuring Mobile Computing

Item: 6
Which Sysprep switch enables OEMs and corporations to add customizations to their Windows images?

Answer:
/audit

Objective:
Deploying Windows 7

Item: 7
What prefix will be used with an IPv6 unique local address?

Answer:
FD00::/8

Objective:
Configuring Network Connectivity

Item: 8
If a workstation on subnet A has an IP address of 192.168.0.35/28 and the gateway for that subnet has an IP address of 192.168.0.33/28, what could the IP addresses be for another workstation on subnet A?

Answer:
any IP address between 192.168.0.33 and 192.168.0.46, except 192.168.0.35 and 192.168.0.33

Objective:
Configuring Network Connectivity

Item: 9 Answer:
How can you restore credentials of a Web site to your computer after they have been accidently deleted from your computer? Use the Restore Vault option in Credential Manager to restore credentials from another disk or location.

Objective:
Configuring Access to Resources

Item: 10
What command is used to clear the contents of a BranchCache cache on a Windows 7 computer?

Answer:
the netsh branchcache flush command

Objective:
Configuring Access to Resources

Item: 11
What is the name of the executable used to create a system recovery disc?

Answer:
recdisc.exe

Objective:
Configuring Backup and Recovery Options

Item: 12
What utility should you use to prevent programs from starting when you log in to your Windows 7 computer?

Answer:
msconfig

Objective:
Configuring Hardware and Applications

Item: 13
What is the filename of the report created by the PowerCfg energy command?

Answer:
energy-report.html

Objective:
Configuring Mobile Computing

Item: 14
What printer permission allows a user to restart their print job?

Answer:
Print

Objective:
Configuring Access to Resources

Item: 15
What VPN tunnel type allows the user to specify the network outage time for mobility?

Answer:
IKEv2

Objective:
Configuring Mobile Computing

Item: 16
What is the PowerShell cmdlet that creates a persistent connection to a local or remote computer?

Answer:
New-PSSession

Objective:
Configuring Network Connectivity

Item: 17
On what tab on the Remote Desktop connection can you choose the setting to optimize the desktop connection speed and prevent the remote computer's desktop background from

Answer:
the Experience tab displaying on your screen? Objective: Configuring Access to Resources

Item: 18
Where do you need to configure the WinRM service to run remote commands?

Answer:
The WinRM listener requires configuration on both client and server computers.

Objective:
Configuring Network Connectivity

Item: 19
When installing Windows 7 on a VHD on a new physical drive, what will be displayed for the DISK number assigned to the VHD?

Answer:
Unallocated Space

Objective:
Deploying Windows 7

Item: 20
Members of what two groups can shrink a volume on a disk?

Answer:
Backup Operators and Administrators

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 21
How could you prevent Internet Explorer 8 from opening a *.jpg file when you click on the file in Windows Explorer?

Answer:
Associate the .jpg file type with an application that is not IE 8

Objective:
Configuring Hardware and Applications

Item: 22
Which option with ImageX allows you to store a copy of a volume to a *.wim image file?

Answer:
/capture

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 23
What must be enabled on a Windows XP SP3 computer so that a user can use Network Level Authentication to connect via Remote Desktop to a Windows 7 computer?

Answer:
Turn on the Credential Security Service Provider (CredSSP) to enable Network Level Authentication on the Windows XP SP3 computer.

Objective:
Configuring Network Connectivity

Item: 24
What tool contains LoadState and ScanState?

Answer:
User State Migration Tool (USMT)

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 25
What User Account Control (UAC) setting will allow a user to interact with the desktop while a prompt is active?

Answer:
the Notify me only when programs try to make changes to my computer (do not dim my desktop) option

Objective:
Configuring Access to Resources

Item: 26
What utility can you use to upgrade an image from Windows 7 Home Premium edition to Windows 7 Professional edition?

Answer:
DISM /Set-edition

Objective:
Deploying Windows 7

Item: 27
How do you apply an application control policy to multiple computers in a domain?

Answer:
Use a GPO

Objective:
Configuring Hardware and Applications

Item: 28
What utility do you use to manage the boot manager in Windows 7?

Answer:
BCDedit

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 29
Which versions of Windows 7 can use the HomeGroup feature but cannot create a homegroup?

Answer:
Windows 7 Starter and Windows 7 Home Basic

Objective:
Configuring Access to Resources

Item: 30
What is the minimum of graphics card that is required to install Windows 7 on a computer?

Answer:
A graphics card that supports a DirectX 9 graphics processor with a WDDM 1.0, or higher, driver

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 31
What ports have to open on a BranchCache client's firewall if it is configured in Hosted Cache mode?

Answer:
TCP port 80

Objective:
Configuring Access to Resources

Item: 32
Which ImageX switch places a volume image on a hard drive?

Answer:
/apply

Objective:
Deploying Windows 7

Item: 33
Where should the IP address of the gateway for a Windows 7 computer be located?

Answer:
On the same subnet as the computer

Objective:
Configuring Network Connectivity

Item: 34
What tools are contained in the Windows Automated Installation Kit?

Answer:
Windows System Image Manager (Windows SIM) ImageX _ Deployment Image Servicing and Management (DISM) _ Windows Preinstallation Environment (Windows PE) User State Migration Tool (USMT)
_ _

Objective:
Deploying Windows 7

Item: 35
What are two ways to determine the IP address of the DHCP server that issued the IP address lease to your computer?

Answer:
Check the details of the Network Connection of the network adapter, or run ipconfig /all from an administrative command

prompt

Objective:
Configuring Network Connectivity

Item: 36
What are two ways to apply a .wim image to a VHD?

Answer:
use the Install-WindowsImage.ps1 Windows PowerShell script or the ImageX.exe utility

Objective:
Deploying Windows 7

Item: 37
How can you encrypt offline files on a Windows 7 computer?

Answer:
Open Sync Center in Control Panel and choose Manage offline files. On the Encryption Tab, choose Encryption.

Objective:
Configuring Mobile Computing

Item: 38
What must you do for a Hyper-V client to trust the certificate authority that issued the certificate for the service on a Hyper-V server?

Answer:
The client computer needs the root CA certificate in imported in to its Trusted Root Certification Authorities.

Objective:
Configuring Access to Resources

Item: 39
What must be started in order to defrag all volumes during nonbusiness hours?

Answer:
the task scheduler service

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 40
What should you configure in Internet Explorer 8 to allow users to see all intranet Web sites that were configured for a previous version of Internet Explorer?

Answer:
Go to Tools > Compatibility View Settings and select Display intranet sites in Compatibility View

Objective:
Configuring Hardware and Applications

Item: 41
How do you prevent a particular update from being installed on the computer?

Answer:
Hide the update

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 42
What tool prepares an installation of Windows for duplication, auditing, and customer delivery?

Answer:
Sysprep

Objective:
Deploying Windows 7

Item: 43
Where in Internet Explorer 8 can you import a certificate?

Answer:
Access Certificates on the Content tab of Internet Options to import the certificate

Objective:
Configuring Hardware and Applications

Item: 44
What type of record in DNS would you create for a server named sql22.verigon.com server that has an IP address of 2001:db8::10:2aa:ff:fe21:5a88?

Answer:
AAAA

Objective:
Configuring Network Connectivity

Item: 45
Which operating systems can support BitLocker to Go?

Answer:
Windows 7 and Windows Server 2008 R2

Objective:
Configuring Mobile Computing

Item: 46
How do you get new features of a new Windows 7 edition when you use Windows Anytime Upgrade to upgrade from one Windows 7 edition to another?

Answer:
Windows Anytime Upgrade installs the extra components of the new Windows 7 edition from the Component-Based Servicing (CBS) store located on the system

Objective:
Deploying Windows 7

Item: 47
What utilities can you use to display the IPv6 address of a computer?

Answer:
netstat, netsh, route, and ipconfig

Objective:
Configuring Network Connectivity

Item: 48
When BitLocker is used with operating system drives, which file systems can the drive be formatted with?

Answer:
the NTFS file system only

Objective:
Configuring Mobile Computing

Item: 49
What type of record in DNS would you create for a server named sql21.verigon.com server that has an IP address of

10.88.16.24?

Answer:
an A record

Objective:
Configuring Network Connectivity

Item: 50
Which ScanState parameter should you use to create the config.xml file?

Answer:
/genconfig:

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 51
What happens when you run Sysprep on a computer that is a member of a domain?

Answer:
Sysprep removes the computer from the domain

Objective:
Deploying Windows 7

Item: 52
What should you configure in Internet Explorer 8 to allow users to see a Web site that was configured for a previous version of Internet Explorer?

Answer:
Add the site in the Compatibility View settings

Objective:
Configuring Hardware and Applications

Item: 53
If a file was encrypted by User1, how could User2 get access to the file?

Answer:
User1 must add User2's certificate to the file before User2 can access it.

Objective:
Configuring Access to Resources

Item: 54
How do you flush the resolver cache of a Windows 7 computer without rebooting?

Answer:
run ipconfig /flushdns

Objective:
Configuring Network Connectivity

Item: 55
What are three reasons why a computer configured with the correct subnet mask cannot ping another station on a different subnet by IP address?

Answer:
Wrong IP address, wrong default gateway, or wrong mask on the destination station

Objective:
Configuring Network Connectivity

Item: 56

What actions can a user remotely perform on files in a shared folder if the user's shared permissions are Full Control and the user's NTFS permissions are Read?

Answer:
The user can only have read access to the files.

Objective:
Configuring Access to Resources

Item: 57
What prefix will be used with an IPv6 link-local address?

Answer:
FE80::/10

Objective:
Configuring Network Connectivity

Item: 58
How can you allow information from being shared with some content providers but not others?

Answer:
In InPrivate Filtering, choose the content provider and set Choose content to block or allow.

Objective:
Configuring Hardware and Applications

Item: 59
Which option should you add to the bcdedit /default statement to ensure that a legacy operating system prior to Vista, such as Windows XP, will be the default choice in a dual boot configuration?

Answer:
{ntldr}

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 60
When should you set Allow Connections from computers running Remote Desktop with Network Level Authentication in the system properties?

Answer:
When you have computers running Windows Vista, Windows 7, or Windows Server 2008 that want to remotely connect to your computer

Objective:
Configuring Network Connectivity

Item: 61
What can you use to resolve compatibility issues with an outdated application and Windows 7?

Answer:
implement application compatibility fixes, also referred to as shims

Objective:
Configuring Hardware and Applications

Item: 62
What symbolizes a driver conflict in Device Manager?

Answer:
a yellow exclamation point

Objective:
Configuring Hardware and Applications

Item: 63
What can you use as a stopgap solution for compatibility problems with Windows7 for an off-the-shelf application that is not business critical?

Answer:
implement application compatibility fixes, also referred to as shims

Objective:
Configuring Hardware and Applications

Item: 64
Which DISM switch can you use to upgrade an image of Windows 7 Professional edition to Ultimate edition?

Answer:
/Set-Edition

Objective:
Deploying Windows 7

Item: 65 Answer:
What utility should you use to add a driver to a Windows PE image if the driver .sys file requires a reboot? PEImg.exe

Objective:
Deploying Windows 7

Item: 66
How do you allow Internet Explorer 8 to open proprietary *.ctx files?

Answer:
Associate the .ctx file type with Internet Explorer 8

Objective:
Configuring Hardware and Applications

Item: 67
What PowerShell command is used to create a directory called c:\somedirectory?

Answer:
New-Item "c:\somedirectory" -type directory force

Objective:
Configuring Network Connectivity

Item: 68
What type of IPv6 address is used for unicast packets sent through the public Internet?

Answer:
Global unicast

Objective:
Configuring Network Connectivity

Item: 69
What must you set on the properties of a wireless connection to ensure that you can attach to an SSID that is not broadcasting?

Answer:
set the Connect even if the network is not broadcasting

option

Objective:
Configuring Network Connectivity

Item: 70
If a workstation on subnet A has an address of 10.0.17.1/20, what possible addresses can the default gateway for subnet A have?

Answer:
any IP address between 10.0.16.1 and 10.0.31.254, except 10.0.17.1

Objective:
Configuring Network Connectivity

Item: 71
If you want a Removable Storage Devices policy to apply to all sites and organizational units in a domain, where should you link the group policy object?

Answer:
in the domain

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 72
How do you resolve a conflict between an on-board network adapter and an add-on network adapter if the on-board network adapter cannot be turned off in the BIOS?

Answer:
Disable the on-board network adapter in Device Manager

Objective:
Configuring Hardware and Applications

Item: 73
Members of what group have permissions to back up files and

Answer:
members of the Backup Operators group directories to which they do not have permissions?

Objective:
Configuring Backup and Recovery Options

Item: 74
What type of AppLocker rule would you apply to deny users from running software from a specific software company?

Answer:
Publisher rule

Objective:
Configuring Hardware and Applications

Item: 75
How can you test the memory in your computer with a system repair disk?

Answer:
On System Recovery Options, choose Windows Memory Diagnostic

Objective:
Configuring Backup and Recovery Options

Item: 76
What must you set your in computer's BIOS to install Windows

7 on a computer by booting from a flash drive?

Answer:
Configure the BIOS so the computer will boot to the USB drive

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 77
What must you run on your Windows XP computer to save your files and settings before installing Windows 7?

Answer:
Easy Transfer Wizard

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 78
How do you prevent specific files or folders from being shared after creating or joining a homegroup?

Answer:
Right-click the file or folder and choose Share with Nobody.

Objective:
Configuring Access to Resources

Item: 79
What utility can you use to upgrade an image from Windows 7 Professional edition to Windows 7 Ultimate edition?

Answer:
DISM

Objective:
Deploying Windows 7

Item: 80
Where can you find the recent programs that have been installed on a Windows 7 computer?

Answer:
Control Panel > Programs and Features

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 81
When a client is configured to use BranchCache in Distributed

Answer:
you must configure the firewall to allow incoming HTTP and Cache mode, what must be configured in the client firewall? WS-Discovery traffic

Objective:
Configuring Access to Resources

Item: 82
What type of migration is used when the source and destination computer are the same?

Answer:
Wipe-and-load migration

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 83
Which editions of Windows 7 support BitLocker To Go?

Answer:
Enterprise and Ultimate editions

Objective:
Configuring Mobile Computing

Item: 84
What utility can you use to check your system for unsigned drivers?

Answer:
The Driver Verifier tool, sigverif.exe

Objective:
Configuring Hardware and Applications

Item: 85
What can a user do to run command-line utilities such as Defrag, Chkdsk and IPConfig in Windows 7?

Answer:
open an administrative command prompt

Objective:
Configuring Access to Resources

Item: 86
What happens if you run Sysprep on an NTFS file system partition that contains encrypted files or folders?

Answer:
the data in those folders becomes completely unreadable and unrecoverable

Objective:
Deploying Windows 7

Item: 87
What utility is used to apply a custom shim (compatibility fix) database?

Answer:
The sbdinst.exe utility

Objective:
Configuring Hardware and Applications

Item: 88
What utility would you use to add an entry into the boot menu?

Answer:
BCDedit

Objective:
Deploying Windows 7

Item: 89
If you boot a Windows 7 DVD on a Windows Vista computer and choose custom installation, what will happen to your previous settings for programs?

Answer:
They will be erased when the new installation of Windows 7 is completed.

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 90
How can you run an executable as another user from the command line?

Answer:
use the RUNAS command

Objective:
Configuring Access to Resources

Item: 91
Which network location type is only supported with a homegroup?

Answer:
the Home network location

Objective:
Configuring Access to Resources

Item: 92
When using Backup Vault in Credential Manager to save credentials, what must you specify with the credential file?

Answer:
A password

Objective:
Configuring Access to Resources

Item: 93
What utility in Windows 7 can you use to control what .dll files a user can load on their computer?

Answer:
AppLocker

Objective:
Configuring Hardware and Applications

Item: 94
How can you block a program on the Public network but allow the program on the Private network?

Answer:
Use Windows Firewall to block the program on the Public network profile

Objective:
Configuring Network Connectivity

Item: 95
What switch would you use with msiexec.exe to apply an update package to an .msi file?

Answer:
msiexec.exe /p

Objective:
Configuring Hardware and Applications

Item: 96
What utility can be used to modify Windows Vista SP1, Windows Server 2008, and Windows 7 images?

Answer:
Deployment Image Servicing and Management (DISM)

Objective:
Deploying Windows 7

Item: 97
Without changing file permissions, what utility can you use to limit the .exe files a user can run on their computer?

Answer:
AppLocker

Objective:

Configuring Hardware and Applications

Item: 98
What DISM switch will add a product key to a Windows Vista SP1, Windows Server 2008 or Windows 7 image that is offline?

Answer:
/Set-ProductKey

Objective:
Deploying Windows 7

Item: 99
What methods are supported by the Easy Transfer Wizard to copy files and settings?

Answer:
a USB flash drive (UFD), a network connection, or an Easy Transfer cable

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 100
What policy should you enable in a GPO to audit registry keys on a computer?

Answer:
Enable Audit object access under Audit Policy.

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 101
What GUI utility can you use to create a VHD?

Answer:
Disk Management snap-in

Objective:
Deploying Windows 7

Item: 102
Which wireless security types use the encryption type of AES?

Answer:
WPA2-Enterprise and WPA2-Personal

Objective:
Configuring Network Connectivity

Item: 103
What policy should you enable in a GPO to audit files and directories on a computer?

Answer:
Enable Audit object access under Audit Policy.

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 104
What files cannot be transferred by the Easy Transfer Wizard to another computer?

Answer:
Program files and system files, such as fonts and drivers

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 105
How can you update a device driver?

Answer:
In Device Manager, choose Update Driver on the Driver tab in the Properties window of the driver

Objective:
Configuring Hardware and Applications

Item: 106
Which VPN tunnel type uses machine authentication via

Answer:
VPN Reconnect IKEv2?

Objective:
Configuring Mobile Computing

Item: 107
How can you ensure certain PXE-enabled computers retrieve images only from a particular WDS server?

Answer:
Prestage the client

Objective:
Deploying Windows 7

Item: 108
What are the three default power plans included with Windows 7?

Answer:
Balanced, Power Saver, and High Performance

Objective:
Configuring Mobile Computing

Item: 109
Which ImageX switch will add a volume image to an existing image file?

Answer:
/append

Objective:
Deploying Windows 7

Item: 110
What is the problem with using an APIPA address to communicate with stations on a different subnet?

Answer:
An APIPA address does not give the computer a default gateway

Objective:
Configuring Network Connectivity

Item: 111
What file can you use to have Windows scripts make modifications after Windows Setup completes?

Answer:
the %WINDIR%\Setup\Scripts\SetupComplete.cmd file

Objective:
Deploying Windows 7

Item: 112
Besides update history in Windows Updates, where else can you find a record of Windows updates applied to your computer?

Answer:
In the system log, in the ReportingEvents.log file and in the WindowsUpdate.log file.

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 113
How would you apply an application control rule only to computers in an Organizational Unit?

Answer:
Create an application control rule in a GPO and link the GPO to the OU.

Objective:
Configuring Hardware and Applications

Item: 114
What service provides Windows backup and restore capabilities?

Answer:
Windows Backup

Objective:
Configuring Backup and Recovery Options

Item: 115
What can you configure in Internet Explorer 8 to prevent history, cookies, and temporary Internet files from being stored from your recent session?

Answer:
Turn on InPrivate Browsing

Objective:
Configuring Hardware and Applications

Item: 116
What file system types are supported on Windows 7?

Answer:
FAT, FAT32, ExFAT, and NTFS

Objective:
Deploying Windows 7

Item: 117
How do you save credentials that are stored on your computer to different media?

Answer:
Use the Back up Vault option in Credential Manager to store credentials to another disk or location.

Objective:
Configuring Access to Resources

Item: 118
What should you install on a Windows 7 computer so that you can manage a Windows Server 2008 or Core Edition server?

Answer:
Remote Server Administration Tools (RSAT) for Windows 7

Objective:
Configuring Access to Resources

Item: 119
VPN reconnect uses which two types of authentication via IKEv2?

Answer:
User authentication or machine authentication

Objective:
Configuring Mobile Computing

Item: 120
What utility can you use to troubleshoot device drivers on a Windows 7 computer?

Answer:
The Driver Verifier tool, verifier.exe

Objective:
Configuring Hardware and Applications

Item: 121
What User Account Control (UAC) setting will allow a user to set the most secure desktop?

Answer:
the Always notify me when: option.

Objective:
Configuring Access to Resources

Item: 122
What command can you run at your computer to request an IPv6 address from a DHCP server?

Answer:
Issue ipconfig /renew6

Objective:
Configuring Network Connectivity

Item: 123
What utility can be used to add updates to a Windows Image Offline such as device drivers, language packs, and software updates?

Answer:
Windows System Image Manager (SIM)

Objective:
Deploying Windows 7

Item: 124
Who has the ability to change the Windows Update settings locally on a Windows 7 computer?

Answer:
a user in the Administrators group

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 125
Which option with ImageX allows you to specify a path other than the %TEMP% variable to store temporary files?

Answer:
/temp

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 126
How can you prevent users from copying network information to a writeable CD/DVD?

Answer:

Enable Computer Configuration\Administrative Templates\System\Removable Storage Access\CD and DVD: Deny write access in the local security policy or a group policy object.

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 127
How do you turn on Windows Firewall only when you are connecting to the Internet at a public place, such as an Internet cafe?

Answer:
Set Turn on Windows Firewall for the Public network location in Windows Firewall.

Objective:
Configuring Network Connectivity

Item: 128
What are two ways to add support for additional language packs to a Windows 7 image without modifying the image?

Answer:
Use Microsoft Update to add the language pack, or add the language pack to the Windows distribution folder.

Objective:
Configuring Hardware and Applications

Item: 129
How can you prevent users from installing their personal USB drives on computers in the domain?

Answer:
Enable the Prevent installation of removable devices setting in the local security policy

Objective:
Configuring Mobile Computing

Item: 130
What actions can a user remotely perform on files in a shared folder if the user's shared permissions are Read and the user's NTFS permissions are Full Control?

Answer:
The user can only have read access to the files.

Objective:
Configuring Access to Resources

Item: 131
If your disk fails in your Windows 7 computer, what can you use to access the System Recovery options?

Answer:
a system recovery disk

Objective:
Configuring Backup and Recovery Options

Item: 132
What tool should you use to determine whether a legacy application will work with Windows 7, and assess the risk of using the application on Windows 7?

Answer:
Application Compatibility Toolkit (ACT) 5.6

Objective:
Configuring Hardware and Applications

Item: 133
How do you ensure that a program has a screen resolution of 640 x 480 every time a user runs the program?

Answer:
Set the Run in 640 x 480 screen resolution option on the Compatibility tab of the program's Properties window

Objective:
Configuring Hardware and Applications

Item: 134
Which DISM switch can you use to install the Remote Administration Tools on an offline Windows 7 image?

Answer:
/Enable-Feature

Objective:
Deploying Windows 7

Item: 135
Which wireless security type will use the encryption type of AES without a user key?

Answer:
WPA2-Enterprise

Objective:
Configuring Network Connectivity

Item: 136
What installation option should you choose if you want your Windows Vista laptop to keep its settings and files when you install Windows 7?

Answer:
Upgrade

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 137
How should you specify a Windows 7 computer to pull Windows updates from a specific WSUS server?

Answer:
Set the \Computer Configuration\Administrative Templates\Windows Components\Windows Update\Specify intranet Microsoft Update service location setting in a local security policy or group policy object.

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 138
How do you delete all but the most recent system restore point?

Answer:
Open the System applet in Control Panel. Choose the System Protection tab, find System Restore and Shadow Copies, select Clean Up.

Objective:
Configuring Backup and Recovery Options

Item: 139

What must you have enabled in the network properties of an adapter on a Windows 7 client computer to use DirectAccess?

Answer:
IPv6 must be enabled and configured

Objective:
Configuring Mobile Computing

Item: 140
Which option with ImageX allows you to log all events so you can diagnose problems?

Answer:
/logfile

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 141
Which file is called by ScanState to control which application settings are migrated?

Answer:
MigApp.xml

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 142
To create media that contains the discover image to be used by non-PXE computers to receive an image from a WDS server, what must you install?

Answer:
install the Windows Automated Installation Toolkit (AIK) to create media that contains the discover image.

Objective:
Deploying Windows 7

Item: 143
What utilities can you use to shrink a volume?

Answer:
DiskPart issued from the command line and Disk Management issued from the GUI

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 144
Which file should you copy to a USB device to automate the installation of Windows 7 by booting the Windows 7 DVD?

Answer:
Autounattend.xml

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 145
How do you run a Windows Memory Diagnostic test on your computer?

Answer:
Boot a Windows Installation disk or System Repair disk, access the System Recovery options, and choose Windows Memory Diagnostic

Objective:
Configuring Backup and Recovery Options

Item: 146
What ports have to open on a BranchCache client's firewall if it is configured in Distributed Cache mode?

Answer:
TCP Port 80 and UDP port 3072

Objective:
Configuring Access to Resources

Item: 147
What is the executable file that you can use to manage a WSUS server?

Answer:
WSUSutil.exe

Objective:
Configuring Access to Resources

Item: 148
What folder does the User State Migration Tool (USMT) use as a source for existing documents and accounts that will be transferred over to a new Windows 7 installation?

Answer:
\WINDOWS.OLD

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 149
What command can you type on a BranchCache client to display the status of the client?

Answer:
netsh branchcache show status all

Objective:
Configuring Access to Resources

Item: 150
How do you allow only certain users to have a secure connection with an application that uses TCP port 9999?

Answer:
Create a rule in Windows Firewall with Advanced Security

Objective:
Configuring Network Connectivity

Item: 151
What are three reasons why you cannot find previous versions of a file?

Answer:
The file may not have changed A backup or restore point may not have been made since the file was changed _ System protection might not be turned on for the drive that contains the files
_ _

Objective:
Configuring Backup and Recovery Options

Item: 152
How can you add a data recovery agent to your Windows 7 computer?

Answer:
Add the data recovery agent in Group Policy

Objective:
Configuring Access to Resources

Item: 153
When booting from a Windows 7 DVD, where will the Windows Setup process search for a file named Autounattend.xml?

Answer:
in the root directory of all removable media, such as a USB drive or floppy drive

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 154
What utility is used to create a Windows 7 image from a reference computer?

Answer:
ImageX

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 155
What switch is used with slmgr.vbs to retrieve license information and the current KMS activation count from the KMS host?

Answer:
slmgr.vbs /dlv

Objective:
Deploying Windows 7

Item: 156
How can a user run command-line utilities such as Defrag, Chkdsk, and IPConfig in Windows 7 with the security credentials of a specific administrative user?

Answer:
use the RUNAS command

Objective:
Configuring Access to Resources

Item: 157
Where do you turn on presentation settings on a Windows 7 laptop?

Answer:
Open Windows Mobility Center. On the Presentation Settings tile, click Turn on.

Objective:
Configuring Hardware and Applications

Item: 158
What type of VPN tunnel can allow an application to stay connected to an application server even if the client's IP address changes?

Answer:
IKEv2

Objective:
Configuring Mobile Computing

Item: 159
On which tab on the System Configuration utility should you prevent programs from starting when you log in to your

Windows 7 computer?

Answer:
Startup

Objective:
Configuring Hardware and Applications

Item: 160
What printer permission allows a user to manage other user's print jobs?

Answer:
Manage Documents

Objective:
Configuring Access to Resources

Item: 161
How can you revert to a previous version of a device driver in Windows 7?

Answer:
Choose Roll Back Driver in Device Manager

Objective:
Configuring Backup and Recovery Options

Item: 162
How many partitions do you need on a portable computer running Windows 7 to support BitLocker encryption of the

Answer:
at least two partitions volume that contains the Windows operating system?

Objective:
Configuring Mobile Computing

Item: 163
What should you do to get a program to work in Windows 7 if the program worked in a previous version of the Windows operating system?

Answer:
Set the compatibility mode for the appropriate operating system for the program on the Compatibility tab of the program's Properties window.

Objective:
Configuring Hardware and Applications

Item: 164
If your computer is running Windows XP, then what operating system should you upgrade to before upgrading to Windows 7?

Answer:
Windows Vista SP1

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 165
What BCDedit command sets the maximum time to 5 seconds for a user to select an operating system from the boot menu list?

Answer:
bcdedit /timeout 5

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 166
How can Windows 7 computers be added to a homegroup?

Answer:
Open HomeGroup in Control Panel and type in the password for the homegroup

Objective:
Configuring Access to Resources

Item: 167
Why should you not back up files to another volume on the same physical disk?

Answer:
If the disk fails, you lose the volume that contains your backup

Objective:
Configuring Backup and Recovery Options

Item: 168
Which power plan has the Turn the display off setting configured for 10 minutes?

Answer:
Balanced

Objective:
Configuring Mobile Computing

Item: 169
What BCDedit command will display a legacy operating system such as Windows XP as the default option on the boot menu list?

Answer:
bcdedit /displayorder {ntldr} /addfirst

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 170
What two utilities can you use to export IPSec settings and firewall rules to another computer?

Answer:
Windows Advanced Firewall and the Netsh AdvFirewall command

Objective:
Configuring Network Connectivity

Item: 171
What policy should you enable in a GPO to audit each instance of a user exercising a user right?

Answer:
Enable Audit privilege use access under Audit Policy

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 172
What feature in Windows 7 automatically changes your default printer when you change networks?

Answer:
Location-aware printing

Objective:
Configuring Network Connectivity

Item: 173
What is the benefit of using Windows Anytime Upgrade?

Answer:
You can upgrade from a Windows 7 edition to another Windows 7 edition in a few minutes by purchasing an upgrade key because the software that you need is preinstalled with Windows 7.

Objective:
Deploying Windows 7

Item: 174
How can you prevent users from copying network information to a USB device that is not encrypted?

Answer:
Enable the Deny write access to drives not protected by BitLocker setting located in Computer Configuration\Administrative Templates\Windows Components\BitLocker Drive Encryption\Removable Data Drives in the local security policy or a group policy object.

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 175
What feature of Windows 7 Enterprise and Ultimate editions allows you to encrypt a USB device?

Answer:
BitLocker to Go

Objective:
Configuring Mobile Computing

Item: 176
What command-line utility can you use to create a VHD?

Answer:
DiskPart

Objective:
Deploying Windows 7

Item: 177
What type of migration is used run ScanState on a source computer and LoadState on a destination computer?

Answer:
Side-by-Side Migration

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 178 Answer:


Where can you remove a recent program that has been installed on a Windows 7 computer? Control Panel > Programs and Features

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 179
What prefix is used by IPv6 for a global unicast address?

Answer:
2000::/3

Objective:
Configuring Network Connectivity

Item: 180
What script from the Windows Automated Installation Kit is used to split Setup files, including Windows image (.wim) files, into individual parts that you can later burn onto multiple CDROMs for installation on a computer that lacks a DVD drive?

Answer:
createspannedshares.cmd

Objective:
Deploying Windows 7

Item: 181
What type of AppLocker rule would you apply to restrict users to running a specific version of a program?

Answer:
File Hash rule

Objective:
Configuring Hardware and Applications

Item: 182
When performing an upgrade, why would you use the User State Migration Tool (USMT) instead of the Easy Transfer Wizard to transfer files?

Answer:
You would use USMT to transfer accounts and files from the \WINDOWS.OLD directory after you have installed Windows 7 on the computer.

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 183
Why would you get an access denied message when you try to open an encrypted file?

Answer:
the key that was used to encrypt the file is probably not on your computer

Objective:
Configuring Access to Resources

Item: 184
What sequence of commands in DiskPart will allow you to remove an existing .vhd file as a disk in Windows 7?

Answer:
SELECT VDISK FILE="FILE NAME" DETACH VDISK

Objective:
Deploying Windows 7

Item: 185
How do you know if your web browser is using InPrivate Browsing?

Answer:
It will display InPrivate on the address bar.

Objective:
Configuring Hardware and Applications

Item: 186 Answer:


What must you specify in an inbound rule in Windows Firewall with Advanced Security to set Only allow connections from

these users? You must set Allow only secure connections.

Objective:
Configuring Network Connectivity

Item: 187
What service pack must be installed on a Windows Vista computer before upgrading to Windows 7?

Answer:
at least Service Pack 1

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 188
What is the path in a GPO to the Windows Support Advanced Audit Policy Configuration?

Answer:
Computer Configuration\Windows Settings\Security Settings\Advanced Audit Policy Configuration

Objective:
Configuring Mobile Computing

Item: 189
What possible IP address will a Windows 7 computer have if you install it on a network with no DHCP server?

Answer:
169.254.0.1 to 169.254.255.254

Objective:
Configuring Network Connectivity

Item: 190
Which Sysprep switch would you use to prepare the computer for delivery to the customer?

Answer:
/oobe

Objective:
Deploying Windows 7

Item: 191
What must you do to allow single sign-on (SSO) for a Web site in Credential Manager?

Answer:
Add the URL of the Web site with your username and password

Objective:
Configuring Access to Resources

Item: 192
What utility can you use to enable a feature on an offline image?

Answer:
DISM

Objective:
Deploying Windows 7

Item: 193
How can you prevent users from copying network information to a USB device?

Answer:

Enable Computer Configuration\Administrative Templates\System\Removable Storage Access\All Removable Storage classes:Deny all access in the local security policy or a group policy object.

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 194
What utility can you use to configure an IPv6 address of a computer from a script?

Answer:
netsh

Objective:
Configuring Network Connectivity

Item: 195
Which file is called by ScanState to identify which user folders, files, file types, and desktop settings are migrated?

Answer:
MigUser.xml

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 196
How can you have a non-PXE enabled client connect to a Windows Deployment Services (WDS) server and install a Windows 7 image?

Answer:
Use a Discover Boot Image to boot the client

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 197
How can you arrange different images for different OUs on your Windows Deployment Server?

Answer:
Create Image Groups

Objective:
Deploying Windows 7

Item: 198
What setting in a GPO should you set to encrypt files on a Windows 7 computer?

Answer:
Enable the Encrypt the Offline Files cache setting under the Computer Configuration\Policies\Administrative Templates\Network\Offline files

Objective:
Configuring Mobile Computing

Item: 199
What utility is used to apply a Windows 7 image to a computer?

Answer:
ImageX

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 200

What netsh command can be used to allow a Windows 7 computer that uses DirectAccess as a client to a Teredo server?

Answer:
netsh interface ipv6 set teredo enterpriseclient <DNS name or IPv4 address of Server>

Objective:
Configuring Mobile Computing

Item: 201
How should you fix the error Bootmgr is missing press CTRL-ALT-DEL?

Answer:
Boot a Windows Installation disk or System Repair disk, access the System Recovery options, and choose Startup Repair

Objective:
Configuring Backup and Recovery Options

Item: 202
Which ScanState parameter should you use to copy encrypted files?

Answer:
/efs:copyraw

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 203
What should you do to move a certificate from one computer to a new computer running Windows 7?

Answer:
Export the certificate from the source computer and import the certificate to the computer running Windows 7.

Objective:
Configuring Hardware and Applications

Item: 204
What command-line command will defrag all volumes on your computer and show defragmentation statistics?

Answer:
Defrag /C /V

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 205
Where should you store credentials that you have backed up from Credential Manager?

Answer:
on removable media

Objective:
Configuring Access to Resources

Item: 206
What should you use to remove a credential for a user named Pat after you used the RUNAS command with Pat's account?

Answer:
Use Credential Manager

Objective:
Configuring Access to Resources

Item: 207
How do you delete all system restore points?

Answer:
On the System Protection tab of the system Properties menu choose Configure and then choose Delete

Objective:
Configuring Backup and Recovery Options

Item: 208
How do you revert to the last known good configuration of your computer with Windows 7?

Answer:
Press [F8] on start up.

Objective:
Configuring Backup and Recovery Options

Item: 209
What three things must you do to enable BranchCache on client computers?

Answer:
1. Turn on BranchCache 2. Enable either Hosted Cache mode or Distributed Cache mode 3. Configure the client firewall to enable BranchCache protocols

Objective:
Configuring Access to Resources

Item: 210
When BitLocker is used with data drives, which file systems can the drive be formatted with?

Answer:
exFAT, FAT16, FAT32, or NTFS file systems

Objective:
Configuring Mobile Computing

Item: 211
What service must be started before attempting a backup in Windows 7?

Answer:
Task Scheduler service

Objective:
Configuring Backup and Recovery Options

Item: 212
To which drive should you back up files and directories from a Windows 7 computer?

Answer:
On a separate external drive

Objective:
Configuring Backup and Recovery Options

Item: 213
Which RAID level provides fault tolerance and improves read access?

Answer:

RAID-5

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 214
What directory contains a previous version of a Windows operating system after a custom installation?

Answer:
the \Windows.old directory

Objective:
Deploying Windows 7

Item: 215
How can you prevent web content providers from collecting information from your web browser on a Windows 7 computer?

Answer:
Configure InPrivate Filtering

Objective:
Configuring Hardware and Applications

Item: 216
In a wipe-and-load migration, at what point do you install Microsoft Office 2007 or any proprietary applications on the destination computer?

Answer:
After you have installed the Windows operating system and before you run LoadState.

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 217
What utility would you use to apply an image to a VHD?

Answer:
ImageX

Objective:
Deploying Windows 7

Item: 218
Why does voice application stay connected when you change access points using an IKEv2 tunnel with VPN Reconnect?

Answer:
VPN Reconnect maintains the client internal IP address so that it stays the same even if the Origin address changes

Objective:
Configuring Mobile Computing

Item: 219
How do you block Windows Media Player Network Sharing Service on employees' portable computers while used in the office and allow the Service when the computers are used outside of the office?

Answer:
Use Windows Firewall to block the Windows Media Player Network Sharing Service on the Home/Work network profile, and allow the service on the Public network profile.

Objective:
Configuring Network Connectivity

Item: 220

What command can be used to run command line command remotely on another computer from your Windows 7 computer?

Answer:
winrm

Objective:
Configuring Access to Resources

Item: 221
What utility can be used to update an answer file and validate the settings of the file against the .wim file?

Answer:
Windows System Image Manager (SIM)

Objective:
Deploying Windows 7

Item: 222
In order to use the WinRM listener on a Windows Vista, Windows 7, or Windows Server 2008 computer, what must be configured on the computer?

Answer:
An exception for the WinRM service on the appropriate network connection type

Objective:
Configuring Network Connectivity

Item: 223
What PowerShell command is used to copy a file?

Answer:
Copy-Item

Objective:
Configuring Network Connectivity

Item: 224
Which operating systems support Windows Support Advanced Audit Policy Configuration?

Answer:
Windows 7 and Windows Server 2008 R2

Objective:
Configuring Mobile Computing

Item: 225
What hotkey sequence will open task manager?

Answer:
Ctrl+Shift+Esc

Objective:
Deploying Windows 7

Item: 226
How do you delete a VHD in the Disk Management snap-in?

Answer:
Right-click the disk and choose Detach VHD.

Objective:
Deploying Windows 7

Item: 227
How can you easily create an IPsec tunneling rule between two Windows 7 computers?

Answer:

Create a Connection Security Rule in Windows Firewall with Advanced Security

Objective:
Configuring Network Connectivity

Item: 228
What command-line utility can you use to reduce the space that shadow copies take up on a disk?

Answer:
VSSAdmin

Objective:
Configuring Backup and Recovery Options

Item: 229
What utility would you use to add a driver to an offline Windows PE image?

Answer:
PEImg.exe

Objective:
Deploying Windows 7

Item: 230
Before you can synchronize information between a Windows Mobile 6.1 device and your computer, what must you establish between the device and the computer?

Answer:
Windows Mobile partnership

Objective:
Configuring Mobile Computing

Item: 231
How do you give an individual user the ability to back up files, but not to restore them?

Answer:
Give the user the right to Back up files and directories in a local security policy or Group Policy

Objective:
Configuring Backup and Recovery Options

Item: 232
When should you choose Custom in the Installation options when performing a Windows 7 installation?

Answer:
When you do not want to keep your existing files, settings, and programs

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 233
What option should you select in the System Recovery

Answer:
System Image Recovery options to restore personal data after booting with a system repair disc?

Objective:
Configuring Backup and Recovery Options

Item: 234
Why would you receive the following error when attempting to

edit the HOSTS file? Access to C:\Windows\System32\drivers\etc\ hosts was denied

Answer:
You must open the Notepad application with the permissions of an administrator

Objective:
Configuring Access to Resources

Item: 235
What GPO policy setting can be used to allow a Windows 7 computer that uses DirectAccess as a client to a Teredo server?

Answer:
Computer Configuration| Policies\ Administrative Templates\ Network\ TCPIP Settings\ Ipv6 transition Technologies\ Teredo State=Enterprise Client

Objective:
Configuring Mobile Computing

Item: 236
What type of client boots to the network to connect to a Windows Deployment Services (WDS) server and install a Windows 7 image?

Answer:
PXE-enabled clients

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 237
How do you allow a computer running Windows 7 to communicate with another server on the same subnet after you have changed the IP address of the server?

Answer:
run ipconfig /flushdns on the computer

Objective:
Configuring Network Connectivity

Item: 238
What command is used to produce the Power Efficiency Diagnostic Report report?

Answer:
PowerCfg -Energy

Objective:
Configuring Mobile Computing

Item: 239
How can you create another volume on a partition on a disk that contains volumes and no leftover space?

Answer:
Shrink a volume to free up space and create a partition.

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 240
What utility would you use to add a driver to a booted Windows PE image?

Answer:

Drvload.exe

Objective:
Deploying Windows 7

Item: 241
Besides the Administrators group, what local group on a Windows 7 computer has the ability to restore files?

Answer:
the Backup Operators group

Objective:
Configuring Backup and Recovery Options

Item: 242
What must you do to open an encrypted file that was transferred from another computer?

Answer:
Export the EFS certificate from the source computer and import the EFS certificate to the target computer

Objective:
Configuring Access to Resources

Item: 243
To have the highest data transfer performance possible, what should you configure on the properties of the device?

Answer:
Configure Enable write caching on the device and Turn off Windows write-cache buffer flushing on the device

Objective:
Monitoring and Maintaining Systems that Run Windows 7

Item: 244
What file on the Windows 7 DVD is used to start the Easy Transfer Wizard?

Answer:
The migsetup.exe file in the \Support\Migwiz directory DVD

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 245
What must you configure on a client to allow the client to use applications on a Remote Desktop Web Access server in a remote location?

Answer:
The connection URL in the RemoteApp and Desktop Connections applet in Control Panel

Objective:
Configuring Mobile Computing

Item: 246
Which Sysprep switch enables you to automate the mini-setup wizard so the computer name and other information can automatically be prepared?

Answer:
/unattend

Objective:
Deploying Windows 7

Item: 247
What switch is used with the PING command to allow you to

ping a computer by its IPv6 address?

Answer:
ping -6

Objective:
Configuring Network Connectivity

Item: 248
What must be turned on to view, copy, or restore previous versions of files?

Answer:
System Protection must be turned on

Objective:
Configuring Backup and Recovery Options

Item: 249
What must you do if you want to install Windows 7 from a VHD on a new disk installed in a computer?

Answer:
Set the disk partition to Active

Objective:
Deploying Windows 7

Item: 250
What should you use to validate an answer file for a Windows 7 installation that you have manually authored?

Answer:
Windows System Image Manager (SIM)

Objective:
Deploying Windows 7

Item: 251
How can you connect from the command line to a wireless network with the SSID verigon and a profile named profile1?

Answer:
netsh wlan connect ssid="Verigon" name=Profile1 interface="Wireless Network Connection"

Objective:
Configuring Network Connectivity

Item: 252
What Deployment Image Servicing and Management (DISM) switch can be used to add a product key to a Windows 7 image?

Answer:
/Set-ProductKey

Objective:
Deploying Windows 7

Item: 253
What are the four VPN tunnel types supported by Windows 7?

Answer:
PPTP, L2TP/IPSec, SSTP, and IKEv2

Objective:
Configuring Mobile Computing

Item: 254
Which ScanState parameter should you use to ensure that the migration store is encrypted?

Answer:
/encrypt

Objective:
Installing, Upgrading, and Migrating to Windows 7

Item: 255
How would you run an executable as another user through Windows Explorer?

Answer:
Hold the [Shift] key down, right-click the mouse and choose Run As Different User

Objective:
Configuring Access to Resources

Item: 256
To ensure that your default printer changes when you change networks, what should you configure in Devices and Printers?

Answer:
set Change my default printer when I change networks

Objective:
Configuring Network Connectivity

Item: 257
What type of IPv6 address is used to send packets in the local subnet?

Answer:
Link-local addresses

Objective:
Configuring Network Connectivity

Item: 258
What must you have on your computer to use BitLocker to encrypt the volume that contains the Windows operating system files?

Answer:
Support for a bootable USB device or Trusted Platform Module version 1.2, or later

Objective:
Configuring Mobile Computing

Item: 259
How can you have additional people view, execute, or modify an encrypted file on a computer?

Answer:
Add an encryption certificate and key to the file.

Objective:
Configuring Access to Resources

Item: 260
Which wireless security type will use the encryption type of AES but must use a user key?

Answer:
WPA2-Personal

Objective:
Configuring Network Connectivity

Item: 261
What sequence of commands in DiskPart will allow you to add an existing .vhd file as a disk in Windows 7?

Answer:
SELECT VDISK FILE="FILE NAME" ATTACH VDISK

Objective:
Deploying Windows 7

Item: 262
Which Windows 7 edition will allow to you to switch the user interface between any of 35 languages?

Answer:
Windows 7 Ultimate

Objective:
Configuring Hardware and Applications

Item: 263
What operating systems can support BranchCache?

Answer:
The Enterprise edition and Ultimate edition of Windows 7 and Windows Server 2008 R2

Objective:
Configuring Access to Resources

Вам также может понравиться