As a result of specialized mother nature involving together Microsoft program and those that have a good Microsoft qualification, it assists make authority together with open transmission using the conclusion shoppers that you simply services. You will also are more on the valuable asset, together towards your manager and also user. Aside through the shoppers, however, the firm youre employed regarding or even anticipate to help sometime soon, may view a person as being a becoming a additional valuable business enterprise asset than ever before.
2021 Mar 70-680 free exam questions
Q121. - (Topic 2)
You have a computer that runs Windows 7.
You view the properties of a file on the computer as show in the exhibit. (Click the Exhibit button.)
You need to ensure that you can configure permissions on the file.
What should you do?
A. From Folder Options, modify the View settings.
B. Move the file to a disk that has the NTFS file system.
C. Open Windows Explorer by using elevated privileges.
D. Hold the SHIFT key, right-click the file, and click Properties.
Answer: B
Explanation:
Missing options hints not on NTFS. On NTFS volumes, you can set security permissions on files and folders. These permissions grant or deny access to the files and folders. You can view security permissions for files and folders by completing the following steps: 1. In Windows Explorer, right-click the file or folder you want to work with. 2. From the pop-up menu, select Properties, and then in the Properties dialog box click the Security tab.3. In the Name list box, select the user, contact, computer, or group whose permissions you want to view. If the permissions are dimmed, it means the permissions are inherited from a parent object.
Q122. - (Topic 1)
You have a computer that runs Windows 7.
You need to configure the computer to download updates from a local Windows Server Update Services (WSUS) server. What should you do?
A. From Windows Update, modify the Windows Update settings.
B. From the local Group Policy, modify the Windows Update settings.
C. From the System settings, modify the System Protection settings.
D. From the local Group Policy, modify the Location and Sensors settings.
Answer: B
Q123. - (Topic 3)
You have a computer that runs Windows 7.
Windows Backup is configured to store backups on an external drive.
You create a new NTFS volume on the computer.
You need to configure Windows Backup to include the files on the new volume as part of regularly scheduled backups.
What should you do?
A. From Backup and Restore, select Change settings.
B. From Backup and Restore, select Create a system image.
C. From the System Protection tab, create a restore point.
D. From the System Protection tab, enable system protection for the new volume.
Answer: A
Explanation:
Backups are configured and scheduled by using the Backup And Restore console under
System And Security in Control Panel.
The Change Settings option is not available unless you have configured a backup schedule
and performed a backup.
Q124. - (Topic 2)
You have a virtual hard disk (VHD) file. You need to view the files in the VHD. The solution must prevent users that log on to your computer from modifying files in the VHD.
What should you do?
A. From Disk Management, attach the VHD as read-only.
B. From Disk Management, convert the VHD to a GPT disk.
C. From Windows Explorer, modify the permissions of the VHD file.
D. From Windows Explorer, modify the read-only attribute of the VHD file.
Answer: A
Q125. - (Topic 1)
You have a computer that runs Windows 7.
You run the Configure Backup wizard as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that you can back up the computer to a local disk drive. What should
you do before you run the Configure Backup wizard?
A. Connect a removable disk.
B. Log on as an administrator.
C. Start the Volume Shadow Copy Service (VSS).
D. Add your user account to the Backup Operators group.
Answer: A
Explanation:
An external hard drive External hard drives can be removed and stored in a secure location. However, they are typically slower than internal hard drives and tend to be less reliable, mainly because they are by default formatted using FAT rather than NTFS. You cannot use an external hard drive for a System Image backup unless you convert its filing system to NTFS. Because it is easily removable, it is more likely that an external hard drive will be missing when a scheduled backup is required. (Local disk drive was specified, not internal)NOT AdministratorYou need administrator credentials to configure scheduled backups or to manually initiate a backup. However, restoring files does not require administrator privileges unless a user attempts to restore another user's file. (NOTE: The issue was a lack of location to store the Backup, not being about to run the Configure Backup, thus it was assumed that the user in this scenario had administrator credentials)NOT Backup OperatorsMembers of this group are able to override file and folder access restrictions for the purpose of backing up data. You can allow a user to back up files and directories by assigning them to the Backup Operators group rather than by modifying the Back Up Files and Directories policy.NOT VSSVSS is installed on computers running Windows 7. Its startup type is Manual. The service starts as needed. If the service does not start when required, shadow copies are unavailable for backup and Windows Backup does not succeed. Nor can you create restore points and previous versions. In this case, check the service and ensure that it has not been disabled.
Up to date 70-680 brain dumps:
Q126. - (Topic 6)
You administer client computers that have Windows 7 Professional SP1 64-bit installed. All desktops are members of a single Active Directory domain.
You plan to install a driver manufactured by an unknown provider.
You need to prepare the client computers for the driver installation.
What should you do?
A. Disable the Code signing for device drivers Domain Group Policy setting.
B. Add each user to the Domain Administrators group.
C. Run the SigVerif.exe command.
D. Enable the Code signing for device drivers Domain Group Policy setting.
Answer: A
Q127. - (Topic 4)
A company has a server running Windows Server 2008 R2, with Windows Deployment Services (WDS), the Microsoft Deployment Toolkit (MDT), and the Windows Automated Installation Kit (WAIK) set up. The company also has client computers running Windows 7 Enterprise.
You need to remove some files from a virtual hard disk on a client computer.
What should you do first?
A. use Sysprep with an answer file and set the PersistAHDeviceinstalls option in the answer file to True.
B. Run the BCDEdit /delete command.
C. Run the Start/w ocsetup command.
D. Use Sysprep with an answer file and set the UpdateinstalledDriversoption in the answer file to Yes.
E. Run the Dism command with the /Add-Driver option.
F. Add a boot image and create a capture image in WDS.
G. Run the PEImg /Prepcommand.
H. Run the ImageX command with the /Mount parameter.
I. Run the Dism command with the /Mount-Wim option.
J. Use Sysprep with an answer file and set the UpdateInstalledDriversoption in the answer file to No.
K. Run the Dism command with the /Add-Package option.
L. Run the DiskPart command and the Attach command option.
M. Use Sysprep with an answer file and set the PersistAllDeviceInstalls option in the answer file to False.
Answer: L
Explanation:
DiskPart.exe and managing Virtual Hard Disks (VHDs) in Windows 7 In Windows 7, new commands have been added in DiskPart to allow for the creation and management of Virtual Hard Disks (.vhd files). The DiskPart VHD management commands have been provided below in 2 sections – commonly used commands with examples and other commands. It is assumed in each of the examples that DiskPart.exe has already been launched in an elevated command prompt.
Creating a VHD
The example below creates a 20GB dynamically expanding VHD called "test.vhd" and places it in the root of the C: drive. Note that the type parameter is optional and the default type is fixed. create vdisk file=c:test.vhd maximum=20000 type=expandable
Attaching a VHD
The following example shows how to select and attach the VHD. It also provides steps for partitioning, formatting and assigning a drive letter to the attached VHD.
select vdisk file=c:test.vhd
attach vdisk
create partition primary
format fs=ntfs label="Test VHD" quick
assign letter=v
Detaching the VHD
To detach (i.e. unmount) the VHD, use the following example:
select vdisk file=c:test.vhd
detach vdisk
Q128. - (Topic 3)
You have two computers named Computer1 and Computer2 that run Windows 7. Computer1 has two local user accounts named User1 and User2. On Computer1, you run Scanstate.exe /all \server1datacomputer1. On Computer2, you run Loadstate.exe /lac:Pa$$w0rd \server1datacomputer1.
You need to ensure that User1 and User2 can log on to Computer2.
What should you do on Computer2?
A. Enable all user accounts
B. Modify the default password policy
C. Modify the Allow log on locally user right
D. Add User1 and User2 to the local Administrators group
Answer: A
Explanation:
LoadState is run on the destination computer. You should install all applications that were on the source computer on the destination before you run LoadState. You must run Loadstate. exe on computers running Windows Vista and Windows 7 from an administrative command prompt. To load profile data from an encrypted store named Mystore that is stored on a share named Migration on a file server named Fileserver and which is encrypted with the encryption key Mykey, use this command: loadstate \fileservermigrationmystore /i:migapp.xml /i:miguser.xml /decrypt /key:"mykey"
(local account create) /lac:[Password] Specifies that if a user account is a local (non-domain) account, and it does not exist on the destination computer, USMT will create the account on the destination computer but it will be disabled. To enable the account, you must also use the /lae option. If the /lac option is not specified, any local user accounts that do not already exist on the destination computer will not be migrated. Password is the password for the newly created account. An empty password is used by default.
Q129. - (Topic 5)
You use a desktop computer that has Windows 7 Ultimate SP1. The relevant portions of the computer configuration are shown in the following exhibits:
The Disk Management console (Click the Exhibit button.)
The System Properties window (Click the Exhibit button.)
The System protection for Local Disk C window (Click the Exhibit button.)
You create a password for several Microsoft Office files from your Documents library.
You share the Documents library over a network.
You need to ensure that network users are unable to access the unprotected versions of the files.
What should you do?
A. Delete restore points.
B. Create a restore point.
C. Perform a system restore.
D. Search for the file in the Recycle Bin.
E. Increase disk space used for system protection.
F. Copy the file from a previous version of a folder.
G. Set restore settings to Only restore previous versions of files.
H. Run the cipher /x command from the elevated command prompt.
I. Run the vssadmin list volumes command from the elevated command prompt.
J. Run the vssadmin list shadows command from the elevated command prompt.
K. Run the compact /U <file_name> command from the elevated command prompt.
Answer: A
Q130. - (Topic 6)
You have an answer file named Unattend.xml for a Windows 7 automated installation. You need to perform an unattended installation of Windows 7 by using the answer file. What should you do?
A. Name the answer file as unattend.xml and save it to a floppy disk. Start the computer from the Windows Preinstallation Environment (WinPE).
B. Name the answer file as unattend.xml and save it to a USB disk. Start the computer from the Windows Preinstallation Environment (WinPE).
C. Name the answer file as autounattend.xml and save it to a floppy disk. Start the computer from the Windows 7 DVD.
D. Name the answer file as unattend.txt and save it to a USB disk. Start the computer from the Windows Preinstallation Environment (WinPE).
Answer: C