Testking offers free demo for 70 680 practice test exam. "TS:Windows 7,Configuring", also known as exam 70 680 exam, is a Microsoft Certification. This set of posts, Passing the Microsoft exam 70 680 exam, will help you answer those questions. The exam 70 680 Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft microsoft 70 680 exams and revised by experts!


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Microsoft 70-680 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 70-680 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/70-680-exam-dumps.html

Q151. - (Topic 5) 

You have a computer that runs Windows 7. 

The computer's hard disks are configured as shown in the following table. 

You need to ensure that you can recover the operating system and ail the files on the computer if hard disk 0 experiences hardware failure. 

What should you do? 

A. Create an Easy Transfer file on a network location. 

B. Use the Backup and Restore tool to back up data files for all users. 

C. Use the Backup and Restore tool to create a system image on a network location. 

D. Create a system repair disk. 

Answer:


Q152. - (Topic 4) 

A company has client computers that run Windows 7 Enterprise. 

You need to configure new NTFS permissions to ensure that only the specified user has access to write to a given folder. 

What should you use to achieve this goal? (Each correct answer presents a complete solution. Choose two.) 

A. the icacls command 

B. the User Account Control Settings Control Panel window 

C. share permissions 

D. Local Users and Groups 

E. the folder Properties window 

F. the Services management console 

G. the netsh command 

H. Device Manager 

I. the Group Policy management console 

Answer: A,E 


Q153. - (Topic 2) 

You have a computer that runs windows 7. 

The network contains a monitoring server named server1 Computer runs a monitoring service named service1. 

Service 1 uses remote procedure. You need to ensure that service1 can receive requests from server1. 

What should you do? 

A. From windows Firewall with Advanced Security, create a predefined rule. 

B. From windows Firewall with Advanced Security, create custom rule. 

C. From the Network and Sharing Center, modify the network location settings. 

D. From the Network and Sharing Center, modify the advanced sharing settings. 

Answer:

Explanation: 

Creating WFAS Rules The process for configuring inbound rules and outbound rules is essentially the same: In the WFAS console, select the node that represents the type of rule that you want to create and then click New Rule. This opens the New Inbound (or Outbound) Rule Wizard. The first page, allows you to specify the type of rule that you are going to create. You can select between a program, port, predefined, or custom rule. The program and predefined rules are similar to what you can create using Windows Firewall. A custom rule allows you to configure a rule based on criteria not covered by any of the other options. You would create a custom rule if you wanted a rule that applied to a particular service rather than a program or port. You can also use a custom rule if you want to create a rule that involves both a specific program and a set of ports. For example, if you wanted to allow communication to a specific program on a certain port but not other ports, you would create a custom rule. 


Q154. DRAG DROP - (Topic 4) 

You use a computer that has Windows 7 Enterprise installed. The computer has a single 

500GB hard disk. 

You install two new 1 terabyte hard disks. 

You need to configure the new disks in a fault-tolerant configuration. 

What should you do? (To answer, move the appropriate actions from the list of actions from the list the answer area and arrange them in the correct order). 

Answer: 


Q155. - (Topic 3) 

You have a computer that runs Windows 7. You plan to create an image of the computer. 

You need to prevent files with the ISO file extension from being included in the image. 

What should you do? 

A. Run Dism.exe and use the /image parameter 

B. Run Dism.exe and use the /scratchdir parameter 

C. Run Imagex.exe and use the /config parameter 

D. Run Imagex.exe and use the /norpfix parameter 

Answer:

Explanation: 

ImageX is a command-line tool that enables the creation of image files for deployment in a manufacturing or corporate IT environment. You can create a configuration file (configuration_list.ini) to determine: 

. Which files and folders must be excluded from the capture process when using the /capture option. . Which folders, files, and file types must be excluded from the compression process when using the /compress option. . Whether the .wim file aligns on a 64K boundary or the default 32K boundary. 


Q156. - (Topic 3) 

You have three computers that run Windows 7. 

You use Windows PowerShell to perform remote administration tasks on all three computers. 

You need to remotely administer all three computers by using PowerShell. 

Which PowerShell cmdlet should you use? 

A. Enable-PSRemoting 

B. Enable-PSSessionConfiguration 

C. New-PSDrive 

D. New-PSSession 

Answer:

Explanation: 

New-PSSessionCreates a persistent connection to a local or remote computer. The New-PSSession cmdlet creates a Windows PowerShell session (PSSession) on a local or remote computer. When you create a PSSession, Windows PowerShell establishes a persistent connection to the remote computer. Use a PSSession to run multiple commands that share data, such as a function or the value of a variable. To run commands in a PSSession, use the Invoke-Command cmdlet. To use the PSSession to interact directly with a remote computer, use the Enter-PSSession cmdlet. You can run commands on a remote computer without creating a PSSession by using the ComputerName parameters of Enter-PSSession or Invoke-Command. When you use the ComputerName parameter, Windows PowerShell creates a temporary connection that is used for the interactive session or for a single command and is then closed. 


Q157. - (Topic 3) 

You deploy a custom image to a computer and discover that the Telnet Client feature is disabled. 

You need to ensure that the Telnet Client feature is enabled when you deploy the image. 

You must achieve this goal in the minimum amount of time. 

What should you do? 

A. Enable the Telnet Client feature on the computer. Generalize the computer and capture the image. 

B. Create an unattended file that enables Telnet Client. Generalize the computer and specify the unattended file. Capture the image. 

C. Mount the image. Run Ocsetup.exe TelnetClient. Commit the changes and unmount the image. 

D. Mount the image. Run Dism.exe and specify /image and /enable-feature:TelnetClient switches. Commit the changes and unmount the image. 

Answer:

Explanation: 

NOTE: "when you deploy the image." Implies for future installations, not the current one. 

Therefore the imagefile must be updated. 

Dism Deployment Image Servicing and Management (DISM) is a command-line tool used to service Windows. images offline before deployment. You can use it to install, uninstall, configure, and update Windows features, packages, drivers, and international settings. 

Subsets of the DISM servicing commands are also available for servicing a running operating system. Windows 7 introduces the DISM command-line tool. You can use DISM to service a Windows image or to prepare a Windows PE image. DISM replaces Package Manager (Pkgmgr.exe), PEimg, and Intlcfg in Windows Vista, and includes new features to improve the experience for offline servicing. You can use DISM to perform the following actions: 

-Prepare a Windows PE image. 

-Enable or disable Windows features within an image. 

-Upgrade a Windows image to a different edition. 

-Add, remove, and enumerate packages. 

-Add, remove, and enumerate drivers. 

-Apply changes based on the offline servicing section of an unattended answer file. 

-Configure international settings. 

-Implement powerful logging features. 

-Service operating systems such as Windows Vista with SP1 and Windows Server 2008. 

-Service a 32-bit image from a 64-bit host and service a 64-bit image from a 32-bit host. 

-Service all platforms (32-bit, 64-bit, and Itanium). 

-Use existing Package Manager scripts. 


Q158. - (Topic 6) 

You are a network administrator for a global company that has Windows Server 2008 R2 servers and Windows 7 Enterprise computers. 

Management wants to decrease VPN costs by implementing DirectAccess for remote network access. 

They assign you to evaluate the current network infrastructure, which includes the following elements: 

Active Directory 

IPv6 network and applications 

Server for DirectAccess service 

You need to ensure that all critical infrastructure components are present. 

What should you add to the infrastructure? 

A. Windows Internet Name Service (WINS) server 

B. Public key infrastructure 

C. NAT-PT devices 

D. Windows Server 2012 

Answer:

Explanation: DirectAccess With Windows Server 2008 R2 requires: 

* Public key infrastructure (PKI) to issue computer certificates. 

* One or more DirectAccess servers running Windows Server 2008 R2 with two network adapters: one that is connected directly to the Internet, and a second that is connected to the intranet. 

* On the DirectAccess server, at least two consecutive, public IPv4 addresses assigned to the network adapter that is connected to the Internet. 

* DirectAccess clients running Windows 7 or Windows 8 "Enterprise" edition clients 

* At least one domain controller and Domain Name System (DNS) server running Windows Server 2008 SP2 or Windows Server 2008 R2. 

Note: DirectAccess, also known as Unified Remote Access, is a VPN-like technology that provides intranet connectivity to client computers when they are connected to the Internet. Unlike many traditional VPN connections, which must be initiated and terminated by explicit user action, DirectAccess connections are designed to connect automatically as soon as the computer connects to the Internet. DirectAccess was introduced in Windows Server 2008 R2, providing this service to Windows 7 and Windows 8 "Enterprise" edition clients. 


Q159. - (Topic 6) 

You have a Windows 7 Professional computer that is a member of an Active Directory domain. The domain group policy redirects documents to save to the network-attached storage device mapped to the F: drive. 

You want to implement a disaster recovery solution that restores only the local drives to a previous state. You attach an external drive to the computer locally and assign it to the X: drive. 

You need to configure the solution to perform the backup on a weekly basis. 

What should you do? 

A. Configure a Windows Backup to include a system image file to back up to the X: drive. Run the X: drive weekly. 

B. Create a batch file that runs the command "ntbackup backup systemstate /J "SystemStateBackup" /F "X: Backup. bkf". Configure a Scheduled Task to run the command weekly. 

C. Create a batch file that runs the command "wbadmin start backup -backuptarget:x: -included: -quiet". Configure a Scheduled Task to run the command weekly. 

D. Configure a Windows Backup to include a system image file and select the F: drive to back up to the X: drive. Run the F: drive weekly. 

Answer:


Q160. - (Topic 4) 

You administer client computers that have Windows 7 Enterprise installed. 

A server named Server1 has an IP address of 10.10.4.56. The server accepts Remote Desktop connections at a custom port 10876. 

You need to connect to the server from a client computer by using Remote Desktop. 

What should you do? 

A. From the General tab of your Remote Desktop connection, type 10.10.4.56 port: 10876 in the Computer field. 

B. From the Advanced tab of your Remote Desktop connection, configure the port of Server1 in the Connect from anywhere option. 

C. From the General tab of your Remote Desktop connection, type 10.10.4.56:10876 in the Computer field. 

D. From an elevated command prompt, run mstsc.exe 10.10.4.56 port: 10876. 

Answer: