SlideShare a Scribd company logo
1 of 12
Download to read offline
www.it-exams.fr original question and answer
Code:70-982
Titre: Recertification for MCSE:
Desktop Infrastructure
Version: Demo
www.it-exams.fr original question and answer
Topic 1, Proseware Inc
Overview
Proseware, Inc. is an independent software vendor. The company has a main office and
two branch offices. The main office is located in New York. The branch offices are located
in London and Moscow.
Existing Environment
The New York office and the London office each contain the following servers that run
Windows Server 2008 R2:
One Windows Deployment Services (WDS) server
One Remote Desktop Session Host (RD Session Host) server
Each office contains client computers that run Windows XP.
The London office and the New York office connect to each other by using a high-speed
WAN link. The Moscow office and the New York office connect to each other by using a
low-speed# high-latency WAN link.
The network connection between the Moscow office and the New York office frequently
fails.
Requirements
Planned Changes
The company plans to implement the following changes:
Migrate all of the client computers to Windows 8. Deploy new applications named App1,
App2, and App3. Deploy a Virtual Desktop Infrastructure (VDI) in the New York office.
Deploy a Windows Server Update Services (WSUS) infrastructure.
Migration Requirements
The company identifies the following migration requirements:
Migrate the client computers to Windows 8 by using the Microsoft Deployment Toolkit
(MDT).
Replace the client computers in the New York office. Migrate the user settings during the
migration to the new hardware.
Ensure that the client computers in the London office that are not PXE-capable can
download images from WDS.
Reformat the existing disks in the London office during the migration to Windows 8.
Avoid using the WAN link between the Moscow and New York offices whenever possible.
Avoid deploying any servers to the Moscow office.
Virtual Desktop Infrastructure (VDI) Requirements The company identifies the following
VDI requirements:
Automatically provision new virtual desktops based on a virtual desktop template.
www.it-exams.fr original question and answer
The new virtual desktops will run Windows 8.
Automatically discard any user changes to the new virtual desktops when the users log
off.
Deploy a 3D graphics application named App1 to all of the new virtual desktops.
App1 will require DirectX 11 support.
Ensure that updates for App1 are applied to all of the new virtual desktops.
Application Requirements
The company identifies the following application requirements:
In the New York office, deploy an application named App2 to the client computers that run
Windows 8.
Minimize the amount of resources used by App2 on the client computers. In the London
office, publish an application named App3 to the Work Resources (RADC) area of the
Windows 8 Apps screen.
Security Requirements
The company identifies the following security requirements:
Ensure that updates for the New York, London, and Moscow offices can be approved only
by the administrators in the New York office. Ensure that the users in the New York office
can use only classes of USB devices that are approved by the IT department.
Configure the replication of updates between the update servers in the New York and
London offices.
Q 1
- (Topic 1)
You need to recommend a virtual desktop solution that meets the VDI requirements.
What should you recommend?
A. Managed personal virtual desktop collections
B. Unmanaged personal virtual desktop collections
C. Managed pooled virtual desktop collections
D. Unmanaged pooled virtual desktop collections
Answer: C
Explanation:
Virtual Desktop Collection
There are two types of virtual desktop collections available: personal and pooled. You
have the option to let Remote Desktop Services automatically manage pooled virtual
desktops in a collection, or you can manually manage them. We will concentrate on
automatically managed pooled virtual desktop collections.
www.it-exams.fr original question and answer
A managed pooled virtual desktop collection offers the following capabilities:
Automatically create pooled virtual desktops based on a virtual desktop template.
Automatically install security updates and applications based on a virtual desktop
template.
Live migration with local caching.
User profile disk support. A user profile disk stores user profile information in a separate
virtual hard disk so that user profile settings are persistent across pooled virtual desktops.
With either managed or unmanaged, the administrator can configure the pool to store the
user profiles on User Profile disks separate from the machines.
http://blogs.technet.com/b/canitpro/archive/2013/04/25/step-by-step-deploying-virtual-
desktops-with-windowsserver-2012.aspx
Virtual Machine-based desktop Deployment is of two types:
Personal Virtual Desktop Collection ?Administrators manually assign virtual desktops to
the users.
Pooled Virtual Desktop Collection - Administrators deploy virtual desktops and users are
randomly assigned virtual desktops. At log off virtual desktops are generally rolled back
(rollback is optional).
Creating a Pooled Virtual Desktop Collection
There are two types of Pooled Virtual desktop Collections:
Pooled Managed The Virtual desktop machine is created using the Sysprep Template of a
virtual machine.
We can recreate the virtual desktops from this image at will. Pooled Unmanaged We can
add the existing virtual machine to this virtual desktop collection from Hyper V pool.
With either option, the administrator can configure the pool to store the user profiles on
User Profile disks separate from the machines.
http://blogs.technet.com/b/askperf/archive/2012/10/31/windows-8-windows-server-2012-
pooled-virtualdesktop-infrastructure.aspx
C:Documents and Settingsusernwz1Desktop1.PNG
http://technet.microsoft.com/en-us/library/ee216741.aspx
Q 2
- (Topic 1)
You need to configure a Deployment Workbench task sequence that meets the migration
www.it-exams.fr original question and answer
requirements of the London office.
Which task group should you edit?
A. Preinstall
B. State Restore
C. Postinstall
D. Capture the reference machine
Answer: A
Explanation:
C:Documents and Settingsusernwz1Desktop1.PNG
Q 3
www.it-exams.fr original question and answer
- (Topic 1)
A hardware supplier provides you with four server builds. The server builds are configured
as shown in the following table.
You need to recommend which server build must be used to meet the VDI requirements.
What should you include in the recommendation?
A. Build1
B. Build2
C. Build3
D. Build4
Answer: C
Q 4
- (Topic 1)
You need to recommend a solution for updating App1. The solution must meet the VDI
requirements.
What should you recommend?
A. Create a new virtual machine from the template file, apply the patch, and create a
snapshot of the virtual machine.
B. Create a new virtual machine from the template file, apply the patch, and run
sysprep.exe.
C. Mount the virtual machine template on a physical host and configure the template to be
bootable. Apply the patch and run sysprep.exe.
D. Mount the virtual machine template on a physical host and configure the template to be
bootable. Apply the patch and run dism.exe.
Answer: B
Explanation:
www.it-exams.fr original question and answer
Ensure that updates for App1 are applied to all of the new virtual desktops. Rolling Out
Updates to a Pooled Virtual Desktop Collection A Master or Gold VM is formally referred to
as "virtual desktop template" in the WS2012
Server Manager UI console and the cmdlets in Remote Desktop Services module for
Windows PowerShell. It is an input to the managed virtual desktop collection creation
process that allows an admin to manage a virtual desktop collection. The Master VM is
created and managed by the admin and it specifies the hardware properties and software
contents of all the automatically created VMs in that managed virtual desktop collection.
For example, if the master VM is assigned 2GB of RAM, then each of the automatically
created VMs in the managed virtual
desktop collection will be assigned 2GB RAM. In this section, I will describe the various
supported options and requirements for the Master VM.
Virtual Hard Disk
The Master VM can only have one virtual hard disk (VHD) attached to it; more than one
VHD attached to the Master VM is not supported.
The VHD attached to the Master VM must have either a Windows 7 SP1 or Windows 8
image in sysprep generalized state.
A diff disk chain attached to the Master VM as its VHD is supported. Although the VHD
can have more than one logical partition defined in it, it can have only one Windows OS
image installed in it.
http://blogs.msdn.com/b/rds/archive/2012/10/29/single-image-management-for-virtual-
desktop-collections-inwindows-server-2012.aspx
Q 5
- (Topic 1)
You are planning the deployment of Remote Desktop Services (RDS) to support App3.
The RDS servers will run Windows Server 2012.
You need to recommend which RDS role services are required to ensure that App3 meets
the application requirements.
Which RDS role services should you recommend? (Each correct answer presents part of
the solution. Choose all that apply.)
A. Remote Desktop Connection Broker
B. Remote Desktop Gateway
C. Remote Desktop Virtualization Host
D. Remote Desktop Web Access
E. Remote Desktop Session Host
Answer: B,C,D
www.it-exams.fr original question and answer
Explanation:
App3 is a published program.
C:Documents and Settingsusernwz1Desktop1.PNG
www.it-exams.fr original question and answer
C:Documents and Settingsusernwz1Desktop1.PNG
Q 6
- (Topic 1)
You need to prepare a virtual machine template that meets the VDI requirements.
What should you do?
A. Run dism.exe and specify the /image parameter.
B. Run dism.exe and specify the /export-image parameter.
C. Run sysprep.exe and specify the /audit parameter.
D. Run sysprep.exe and specify the /generalize parameter.
Answer: D
Explanation:
www.it-exams.fr original question and answer
C:Documents and Settingsusernwz1Desktop1.PNG
Q 7
- (Topic 1)
You need to deploy Windows 8 to the client computers in the Moscow office. The solution
must meet the migration requirements.
What should you do first?
A. From the Windows Deployment Services console, add a boot image.
B. From the Windows Deployment Services console, add an install image.
C. From the Deployment Workbench, select New Media.
D. From the Deployment Workbench, select New Linked Deployment Share
Answer: C
Explanation:
The assumption is we only want to use the WAN link when absolutely required. If we
create a Linked
Deployment Share, all selected data would be replicated to Moscow from New York.
By managing the Task Sequence/Share locally in Moscow with no link to New York, you're
only downloading the media and software one time. Solution: Use MDT to create a
bootable image for a DVD or external drive.
Step 1: Create selection profiles.
Step 2: Create your media.
Step 3: Update your media.
Step 4: Prepare your media.
Step 5: Use your media on the client machine.
Optional: Customize or automate your media.
Q 8
- (Topic 1)
www.it-exams.fr original question and answer
You need to recommend an application deployment method for App2 that meets the
application requirements.
Which method should you recommend?
A. Group Policy software installation
B. A RemoteApp program
C. A Microsoft Application Virtualization (App-V) package
D. A Client Hyper-V virtual machine
Answer: B
Explanation:
App-V maintains local resources on the client whereas RemoteApp utilizes resources on
the backend RDS Server.
The network data sent to the client is also different, App-V has two feature packs that
contain all binaries of the streamed app. Remote Apps utilizes RDP, so only the picture
information, mouse, keyboard etc are transmitted. Actually they can be combined,
applications can be streamed to a RDS server and published to the client via RemoteApp.
For more information, please see
http://blogs.msdn.com/b/rds/archive/2009/10/14/whitepaperrelease-application-
virtualization-4-5-for-terminal-services.aspx
For more information about App-V, I suggest that you post to the App-V forum:
http://social.technet.microsoft.com/Forums/en-US/category/appvirtualization Hope the
information is helpful for your work.
Q 9
- (Topic 1)
You need to configure a Group Policy object (GPO) that meets the security requirements
of the users in the New York office.
Which Group Policy settings should you configure?
A. Allow installation of devices that match any of these device setup classes Prevent
installation of devices not described by other policy settings
B. All Removable Storage classes: Deny all access Prevent installation of devices not
described by other policy settings
C. Allow installation of devices that match any of these device setup classes Prevent
installation of devices using drivers that match these device setup classes
D. All Removable Storage classes: Deny all access Prevent installation of devices using
drivers that match these device setup classes
www.it-exams.fr original question and answer
Answer: A
Explanation:
You'd first allow installation of specific classes and then prevent all others. Prevent
installation of devices not described by other policy settings. This policy setting controls
the installation of devices that are not specifically described by any other policy setting. If
you enable this policy setting, users cannot install or update the driver for devices unless
they are described by either the Allow installation of devices that match these device IDs
policy setting or the Allow installation of devices for these device classes policy setting. If
you disable or do not configure this policy setting, users can install and update the driver
for any device that is not described by the Prevent installation of devices that match these
device IDs policy setting, the Prevent installation of devices for these device classes
policy setting, or the Prevent installation of removable devices policy setting.
http://msdn.microsoft.com/en-us/library/bb530324.aspx
Q 10
- (Topic 1)
You need to recommend a task sequence to migrate the client computers in the New York
office to Windows B. The solution must meet the migration requirements.
Which command should you include in the recommendation?
A. Migpol
B. Winrm
C. Wbadmin
D. Scanstate
Answer: D
Explanation:
Replace the client computers in the New York office. Migrate the user settings during the
migration to the new hardware

More Related Content

What's hot

A consistent Windows 10 Pro image deployment experience—regardless of processor
A consistent Windows 10 Pro image deployment experience—regardless of processorA consistent Windows 10 Pro image deployment experience—regardless of processor
A consistent Windows 10 Pro image deployment experience—regardless of processorPrincipled Technologies
 
S00193ed1v01y200905cac006
S00193ed1v01y200905cac006S00193ed1v01y200905cac006
S00193ed1v01y200905cac006guest120d945
 
Windows Azure David Chappell White Paper March 09
Windows Azure David Chappell White Paper March 09Windows Azure David Chappell White Paper March 09
Windows Azure David Chappell White Paper March 09guest120d945
 
Reviewer’s Guide for XenDesktop 7
Reviewer’s Guide for XenDesktop 7Reviewer’s Guide for XenDesktop 7
Reviewer’s Guide for XenDesktop 7Nuno Alves
 
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...koolsolutions
 
Windows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsWindows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsMicrosoft TechNet
 
Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0Concentrated Technology
 
Deploying windows 7 using WDS and MDT 2010
Deploying windows 7 using WDS and MDT 2010Deploying windows 7 using WDS and MDT 2010
Deploying windows 7 using WDS and MDT 2010Alan Richards
 
VDI performance and price comparison: AMD-based Open Compute 3.0 server vs. H...
VDI performance and price comparison: AMD-based Open Compute 3.0 server vs. H...VDI performance and price comparison: AMD-based Open Compute 3.0 server vs. H...
VDI performance and price comparison: AMD-based Open Compute 3.0 server vs. H...Principled Technologies
 
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...Roel van Bueren
 
Optimizing windows 8 for virtual desktops - teched 2013 Jeff Stokes
Optimizing windows 8 for virtual desktops - teched 2013 Jeff StokesOptimizing windows 8 for virtual desktops - teched 2013 Jeff Stokes
Optimizing windows 8 for virtual desktops - teched 2013 Jeff StokesJeff Stokes
 
K2000 Advanced Topics
K2000 Advanced TopicsK2000 Advanced Topics
K2000 Advanced TopicsDell World
 
Securely connecting to apps over the internet using rds
Securely connecting to apps over the internet using rdsSecurely connecting to apps over the internet using rds
Securely connecting to apps over the internet using rdsConcentrated Technology
 
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowTechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowConcentrated Technology
 
Optimizing K2000 Workflow
Optimizing K2000 WorkflowOptimizing K2000 Workflow
Optimizing K2000 WorkflowDell World
 
2021 October Patch Tuesday
2021 October Patch Tuesday2021 October Patch Tuesday
2021 October Patch TuesdayIvanti
 

What's hot (20)

A consistent Windows 10 Pro image deployment experience—regardless of processor
A consistent Windows 10 Pro image deployment experience—regardless of processorA consistent Windows 10 Pro image deployment experience—regardless of processor
A consistent Windows 10 Pro image deployment experience—regardless of processor
 
S00193ed1v01y200905cac006
S00193ed1v01y200905cac006S00193ed1v01y200905cac006
S00193ed1v01y200905cac006
 
Windows Azure David Chappell White Paper March 09
Windows Azure David Chappell White Paper March 09Windows Azure David Chappell White Paper March 09
Windows Azure David Chappell White Paper March 09
 
Reviewer’s Guide for XenDesktop 7
Reviewer’s Guide for XenDesktop 7Reviewer’s Guide for XenDesktop 7
Reviewer’s Guide for XenDesktop 7
 
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
 
Windows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsWindows 7 Deployment Enhancements
Windows 7 Deployment Enhancements
 
Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0
 
Deploying windows 7 using WDS and MDT 2010
Deploying windows 7 using WDS and MDT 2010Deploying windows 7 using WDS and MDT 2010
Deploying windows 7 using WDS and MDT 2010
 
VDI performance and price comparison: AMD-based Open Compute 3.0 server vs. H...
VDI performance and price comparison: AMD-based Open Compute 3.0 server vs. H...VDI performance and price comparison: AMD-based Open Compute 3.0 server vs. H...
VDI performance and price comparison: AMD-based Open Compute 3.0 server vs. H...
 
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
 
Optimizing windows 8 for virtual desktops - teched 2013 Jeff Stokes
Optimizing windows 8 for virtual desktops - teched 2013 Jeff StokesOptimizing windows 8 for virtual desktops - teched 2013 Jeff Stokes
Optimizing windows 8 for virtual desktops - teched 2013 Jeff Stokes
 
K2000 Advanced Topics
K2000 Advanced TopicsK2000 Advanced Topics
K2000 Advanced Topics
 
Securely connecting to apps over the internet using rds
Securely connecting to apps over the internet using rdsSecurely connecting to apps over the internet using rds
Securely connecting to apps over the internet using rds
 
SP1_Battlecard
SP1_BattlecardSP1_Battlecard
SP1_Battlecard
 
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowTechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
 
Deployment Day Session 2 MDT 2012 Advanced
Deployment Day Session 2 MDT 2012 AdvancedDeployment Day Session 2 MDT 2012 Advanced
Deployment Day Session 2 MDT 2012 Advanced
 
ZCM 3rd Party Imaging
ZCM 3rd Party ImagingZCM 3rd Party Imaging
ZCM 3rd Party Imaging
 
Optimizing K2000 Workflow
Optimizing K2000 WorkflowOptimizing K2000 Workflow
Optimizing K2000 Workflow
 
Network install guide
Network install guideNetwork install guide
Network install guide
 
2021 October Patch Tuesday
2021 October Patch Tuesday2021 October Patch Tuesday
2021 October Patch Tuesday
 

Viewers also liked

Cartasindpd2016 modeloclean-160104213252
Cartasindpd2016 modeloclean-160104213252Cartasindpd2016 modeloclean-160104213252
Cartasindpd2016 modeloclean-160104213252Angelo Silva Neto
 
TCIOceania15 IP Toolkit for Collaboration: overview
TCIOceania15 IP Toolkit for Collaboration: overviewTCIOceania15 IP Toolkit for Collaboration: overview
TCIOceania15 IP Toolkit for Collaboration: overviewTCI Network
 
Supply chain management
Supply chain managementSupply chain management
Supply chain managementAchintya Das
 

Viewers also liked (7)

Japanese Embroidery
Japanese EmbroideryJapanese Embroidery
Japanese Embroidery
 
Option generation for transport policy measures and packages
Option generation for transport policy measures and packagesOption generation for transport policy measures and packages
Option generation for transport policy measures and packages
 
Программа 4 Форума Brand.com
Программа 4 Форума Brand.comПрограмма 4 Форума Brand.com
Программа 4 Форума Brand.com
 
Cartasindpd2016 modeloclean-160104213252
Cartasindpd2016 modeloclean-160104213252Cartasindpd2016 modeloclean-160104213252
Cartasindpd2016 modeloclean-160104213252
 
TCIOceania15 IP Toolkit for Collaboration: overview
TCIOceania15 IP Toolkit for Collaboration: overviewTCIOceania15 IP Toolkit for Collaboration: overview
TCIOceania15 IP Toolkit for Collaboration: overview
 
Supply chain management
Supply chain managementSupply chain management
Supply chain management
 
La familia2
La familia2La familia2
La familia2
 

Similar to Microsoft MCSE 70-982 it dumps

Microsoft Certifications 70-414 it exams
Microsoft Certifications 70-414 it examsMicrosoft Certifications 70-414 it exams
Microsoft Certifications 70-414 it examslilylucy
 
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...butest
 
Building solutions with microsoft virtualisation
Building solutions with microsoft virtualisationBuilding solutions with microsoft virtualisation
Building solutions with microsoft virtualisationRonnie Isherwood
 
70 246-q&a-demo-self examengine
70 246-q&a-demo-self examengine70 246-q&a-demo-self examengine
70 246-q&a-demo-self examengineEllina Beckman
 
Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3tovmug
 
Windows10 tools-tools-tools
Windows10 tools-tools-toolsWindows10 tools-tools-tools
Windows10 tools-tools-toolsNgi-NGN Online
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsRoel van Bueren
 
Microsoft Virtualization View
Microsoft Virtualization View Microsoft Virtualization View
Microsoft Virtualization View sanjoysanyal
 
70-246 Exam-Private Cloud Monitoring and Operations with System Center 2012
70-246 Exam-Private Cloud Monitoring and Operations with System Center 201270-246 Exam-Private Cloud Monitoring and Operations with System Center 2012
70-246 Exam-Private Cloud Monitoring and Operations with System Center 2012Isabella789
 
70-414 exam-implementing an advanced server infrastructure
70-414 exam-implementing an advanced server infrastructure70-414 exam-implementing an advanced server infrastructure
70-414 exam-implementing an advanced server infrastructureIsabella789
 
CMIT 370 FINAL EXAM
CMIT 370 FINAL EXAMCMIT 370 FINAL EXAM
CMIT 370 FINAL EXAMHamesKellor
 
WIndows Embedded Compact 2013 – What’s news
WIndows Embedded Compact 2013 – What’s newsWIndows Embedded Compact 2013 – What’s news
WIndows Embedded Compact 2013 – What’s newsMirco Vanini
 
VMworld 2013: VMware Mirage 201
VMworld 2013: VMware Mirage 201VMworld 2013: VMware Mirage 201
VMworld 2013: VMware Mirage 201VMworld
 
Microsoft 70-416 it certifications
Microsoft  70-416  it certificationsMicrosoft  70-416  it certifications
Microsoft 70-416 it certificationslilylucy
 
A simplest-way-to-reconstruct-.net-framework
A simplest-way-to-reconstruct-.net-frameworkA simplest-way-to-reconstruct-.net-framework
A simplest-way-to-reconstruct-.net-frameworksonia merchant
 
A simplest way to reconstruct .Net Framework - CRB Tech
A simplest way to reconstruct .Net Framework - CRB TechA simplest way to reconstruct .Net Framework - CRB Tech
A simplest way to reconstruct .Net Framework - CRB TechPooja Gaikwad
 
Smart Virtual Appliances Made Easy with IBM Image Construction and Compositio...
Smart Virtual Appliances Made Easy with IBM Image Construction and Compositio...Smart Virtual Appliances Made Easy with IBM Image Construction and Compositio...
Smart Virtual Appliances Made Easy with IBM Image Construction and Compositio...IBM India Smarter Computing
 
MS Cloud Day - Deploying and monitoring windows azure applications
MS Cloud Day - Deploying and monitoring windows azure applicationsMS Cloud Day - Deploying and monitoring windows azure applications
MS Cloud Day - Deploying and monitoring windows azure applicationsSpiffy
 

Similar to Microsoft MCSE 70-982 it dumps (20)

Microsoft Certifications 70-414 it exams
Microsoft Certifications 70-414 it examsMicrosoft Certifications 70-414 it exams
Microsoft Certifications 70-414 it exams
 
prof2
prof2prof2
prof2
 
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
 
Building solutions with microsoft virtualisation
Building solutions with microsoft virtualisationBuilding solutions with microsoft virtualisation
Building solutions with microsoft virtualisation
 
70 246-q&a-demo-self examengine
70 246-q&a-demo-self examengine70 246-q&a-demo-self examengine
70 246-q&a-demo-self examengine
 
Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3
 
Windows10 tools-tools-tools
Windows10 tools-tools-toolsWindows10 tools-tools-tools
Windows10 tools-tools-tools
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-tools
 
Microsoft Virtualization View
Microsoft Virtualization View Microsoft Virtualization View
Microsoft Virtualization View
 
70-246 Exam-Private Cloud Monitoring and Operations with System Center 2012
70-246 Exam-Private Cloud Monitoring and Operations with System Center 201270-246 Exam-Private Cloud Monitoring and Operations with System Center 2012
70-246 Exam-Private Cloud Monitoring and Operations with System Center 2012
 
70-414 exam-implementing an advanced server infrastructure
70-414 exam-implementing an advanced server infrastructure70-414 exam-implementing an advanced server infrastructure
70-414 exam-implementing an advanced server infrastructure
 
CMIT 370 FINAL EXAM
CMIT 370 FINAL EXAMCMIT 370 FINAL EXAM
CMIT 370 FINAL EXAM
 
WIndows Embedded Compact 2013 – What’s news
WIndows Embedded Compact 2013 – What’s newsWIndows Embedded Compact 2013 – What’s news
WIndows Embedded Compact 2013 – What’s news
 
DeltaV Virtualization
DeltaV VirtualizationDeltaV Virtualization
DeltaV Virtualization
 
VMworld 2013: VMware Mirage 201
VMworld 2013: VMware Mirage 201VMworld 2013: VMware Mirage 201
VMworld 2013: VMware Mirage 201
 
Microsoft 70-416 it certifications
Microsoft  70-416  it certificationsMicrosoft  70-416  it certifications
Microsoft 70-416 it certifications
 
A simplest-way-to-reconstruct-.net-framework
A simplest-way-to-reconstruct-.net-frameworkA simplest-way-to-reconstruct-.net-framework
A simplest-way-to-reconstruct-.net-framework
 
A simplest way to reconstruct .Net Framework - CRB Tech
A simplest way to reconstruct .Net Framework - CRB TechA simplest way to reconstruct .Net Framework - CRB Tech
A simplest way to reconstruct .Net Framework - CRB Tech
 
Smart Virtual Appliances Made Easy with IBM Image Construction and Compositio...
Smart Virtual Appliances Made Easy with IBM Image Construction and Compositio...Smart Virtual Appliances Made Easy with IBM Image Construction and Compositio...
Smart Virtual Appliances Made Easy with IBM Image Construction and Compositio...
 
MS Cloud Day - Deploying and monitoring windows azure applications
MS Cloud Day - Deploying and monitoring windows azure applicationsMS Cloud Day - Deploying and monitoring windows azure applications
MS Cloud Day - Deploying and monitoring windows azure applications
 

Recently uploaded

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 

Recently uploaded (20)

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 

Microsoft MCSE 70-982 it dumps

  • 1. www.it-exams.fr original question and answer Code:70-982 Titre: Recertification for MCSE: Desktop Infrastructure Version: Demo
  • 2. www.it-exams.fr original question and answer Topic 1, Proseware Inc Overview Proseware, Inc. is an independent software vendor. The company has a main office and two branch offices. The main office is located in New York. The branch offices are located in London and Moscow. Existing Environment The New York office and the London office each contain the following servers that run Windows Server 2008 R2: One Windows Deployment Services (WDS) server One Remote Desktop Session Host (RD Session Host) server Each office contains client computers that run Windows XP. The London office and the New York office connect to each other by using a high-speed WAN link. The Moscow office and the New York office connect to each other by using a low-speed# high-latency WAN link. The network connection between the Moscow office and the New York office frequently fails. Requirements Planned Changes The company plans to implement the following changes: Migrate all of the client computers to Windows 8. Deploy new applications named App1, App2, and App3. Deploy a Virtual Desktop Infrastructure (VDI) in the New York office. Deploy a Windows Server Update Services (WSUS) infrastructure. Migration Requirements The company identifies the following migration requirements: Migrate the client computers to Windows 8 by using the Microsoft Deployment Toolkit (MDT). Replace the client computers in the New York office. Migrate the user settings during the migration to the new hardware. Ensure that the client computers in the London office that are not PXE-capable can download images from WDS. Reformat the existing disks in the London office during the migration to Windows 8. Avoid using the WAN link between the Moscow and New York offices whenever possible. Avoid deploying any servers to the Moscow office. Virtual Desktop Infrastructure (VDI) Requirements The company identifies the following VDI requirements: Automatically provision new virtual desktops based on a virtual desktop template.
  • 3. www.it-exams.fr original question and answer The new virtual desktops will run Windows 8. Automatically discard any user changes to the new virtual desktops when the users log off. Deploy a 3D graphics application named App1 to all of the new virtual desktops. App1 will require DirectX 11 support. Ensure that updates for App1 are applied to all of the new virtual desktops. Application Requirements The company identifies the following application requirements: In the New York office, deploy an application named App2 to the client computers that run Windows 8. Minimize the amount of resources used by App2 on the client computers. In the London office, publish an application named App3 to the Work Resources (RADC) area of the Windows 8 Apps screen. Security Requirements The company identifies the following security requirements: Ensure that updates for the New York, London, and Moscow offices can be approved only by the administrators in the New York office. Ensure that the users in the New York office can use only classes of USB devices that are approved by the IT department. Configure the replication of updates between the update servers in the New York and London offices. Q 1 - (Topic 1) You need to recommend a virtual desktop solution that meets the VDI requirements. What should you recommend? A. Managed personal virtual desktop collections B. Unmanaged personal virtual desktop collections C. Managed pooled virtual desktop collections D. Unmanaged pooled virtual desktop collections Answer: C Explanation: Virtual Desktop Collection There are two types of virtual desktop collections available: personal and pooled. You have the option to let Remote Desktop Services automatically manage pooled virtual desktops in a collection, or you can manually manage them. We will concentrate on automatically managed pooled virtual desktop collections.
  • 4. www.it-exams.fr original question and answer A managed pooled virtual desktop collection offers the following capabilities: Automatically create pooled virtual desktops based on a virtual desktop template. Automatically install security updates and applications based on a virtual desktop template. Live migration with local caching. User profile disk support. A user profile disk stores user profile information in a separate virtual hard disk so that user profile settings are persistent across pooled virtual desktops. With either managed or unmanaged, the administrator can configure the pool to store the user profiles on User Profile disks separate from the machines. http://blogs.technet.com/b/canitpro/archive/2013/04/25/step-by-step-deploying-virtual- desktops-with-windowsserver-2012.aspx Virtual Machine-based desktop Deployment is of two types: Personal Virtual Desktop Collection ?Administrators manually assign virtual desktops to the users. Pooled Virtual Desktop Collection - Administrators deploy virtual desktops and users are randomly assigned virtual desktops. At log off virtual desktops are generally rolled back (rollback is optional). Creating a Pooled Virtual Desktop Collection There are two types of Pooled Virtual desktop Collections: Pooled Managed The Virtual desktop machine is created using the Sysprep Template of a virtual machine. We can recreate the virtual desktops from this image at will. Pooled Unmanaged We can add the existing virtual machine to this virtual desktop collection from Hyper V pool. With either option, the administrator can configure the pool to store the user profiles on User Profile disks separate from the machines. http://blogs.technet.com/b/askperf/archive/2012/10/31/windows-8-windows-server-2012- pooled-virtualdesktop-infrastructure.aspx C:Documents and Settingsusernwz1Desktop1.PNG http://technet.microsoft.com/en-us/library/ee216741.aspx Q 2 - (Topic 1) You need to configure a Deployment Workbench task sequence that meets the migration
  • 5. www.it-exams.fr original question and answer requirements of the London office. Which task group should you edit? A. Preinstall B. State Restore C. Postinstall D. Capture the reference machine Answer: A Explanation: C:Documents and Settingsusernwz1Desktop1.PNG Q 3
  • 6. www.it-exams.fr original question and answer - (Topic 1) A hardware supplier provides you with four server builds. The server builds are configured as shown in the following table. You need to recommend which server build must be used to meet the VDI requirements. What should you include in the recommendation? A. Build1 B. Build2 C. Build3 D. Build4 Answer: C Q 4 - (Topic 1) You need to recommend a solution for updating App1. The solution must meet the VDI requirements. What should you recommend? A. Create a new virtual machine from the template file, apply the patch, and create a snapshot of the virtual machine. B. Create a new virtual machine from the template file, apply the patch, and run sysprep.exe. C. Mount the virtual machine template on a physical host and configure the template to be bootable. Apply the patch and run sysprep.exe. D. Mount the virtual machine template on a physical host and configure the template to be bootable. Apply the patch and run dism.exe. Answer: B Explanation:
  • 7. www.it-exams.fr original question and answer Ensure that updates for App1 are applied to all of the new virtual desktops. Rolling Out Updates to a Pooled Virtual Desktop Collection A Master or Gold VM is formally referred to as "virtual desktop template" in the WS2012 Server Manager UI console and the cmdlets in Remote Desktop Services module for Windows PowerShell. It is an input to the managed virtual desktop collection creation process that allows an admin to manage a virtual desktop collection. The Master VM is created and managed by the admin and it specifies the hardware properties and software contents of all the automatically created VMs in that managed virtual desktop collection. For example, if the master VM is assigned 2GB of RAM, then each of the automatically created VMs in the managed virtual desktop collection will be assigned 2GB RAM. In this section, I will describe the various supported options and requirements for the Master VM. Virtual Hard Disk The Master VM can only have one virtual hard disk (VHD) attached to it; more than one VHD attached to the Master VM is not supported. The VHD attached to the Master VM must have either a Windows 7 SP1 or Windows 8 image in sysprep generalized state. A diff disk chain attached to the Master VM as its VHD is supported. Although the VHD can have more than one logical partition defined in it, it can have only one Windows OS image installed in it. http://blogs.msdn.com/b/rds/archive/2012/10/29/single-image-management-for-virtual- desktop-collections-inwindows-server-2012.aspx Q 5 - (Topic 1) You are planning the deployment of Remote Desktop Services (RDS) to support App3. The RDS servers will run Windows Server 2012. You need to recommend which RDS role services are required to ensure that App3 meets the application requirements. Which RDS role services should you recommend? (Each correct answer presents part of the solution. Choose all that apply.) A. Remote Desktop Connection Broker B. Remote Desktop Gateway C. Remote Desktop Virtualization Host D. Remote Desktop Web Access E. Remote Desktop Session Host Answer: B,C,D
  • 8. www.it-exams.fr original question and answer Explanation: App3 is a published program. C:Documents and Settingsusernwz1Desktop1.PNG
  • 9. www.it-exams.fr original question and answer C:Documents and Settingsusernwz1Desktop1.PNG Q 6 - (Topic 1) You need to prepare a virtual machine template that meets the VDI requirements. What should you do? A. Run dism.exe and specify the /image parameter. B. Run dism.exe and specify the /export-image parameter. C. Run sysprep.exe and specify the /audit parameter. D. Run sysprep.exe and specify the /generalize parameter. Answer: D Explanation:
  • 10. www.it-exams.fr original question and answer C:Documents and Settingsusernwz1Desktop1.PNG Q 7 - (Topic 1) You need to deploy Windows 8 to the client computers in the Moscow office. The solution must meet the migration requirements. What should you do first? A. From the Windows Deployment Services console, add a boot image. B. From the Windows Deployment Services console, add an install image. C. From the Deployment Workbench, select New Media. D. From the Deployment Workbench, select New Linked Deployment Share Answer: C Explanation: The assumption is we only want to use the WAN link when absolutely required. If we create a Linked Deployment Share, all selected data would be replicated to Moscow from New York. By managing the Task Sequence/Share locally in Moscow with no link to New York, you're only downloading the media and software one time. Solution: Use MDT to create a bootable image for a DVD or external drive. Step 1: Create selection profiles. Step 2: Create your media. Step 3: Update your media. Step 4: Prepare your media. Step 5: Use your media on the client machine. Optional: Customize or automate your media. Q 8 - (Topic 1)
  • 11. www.it-exams.fr original question and answer You need to recommend an application deployment method for App2 that meets the application requirements. Which method should you recommend? A. Group Policy software installation B. A RemoteApp program C. A Microsoft Application Virtualization (App-V) package D. A Client Hyper-V virtual machine Answer: B Explanation: App-V maintains local resources on the client whereas RemoteApp utilizes resources on the backend RDS Server. The network data sent to the client is also different, App-V has two feature packs that contain all binaries of the streamed app. Remote Apps utilizes RDP, so only the picture information, mouse, keyboard etc are transmitted. Actually they can be combined, applications can be streamed to a RDS server and published to the client via RemoteApp. For more information, please see http://blogs.msdn.com/b/rds/archive/2009/10/14/whitepaperrelease-application- virtualization-4-5-for-terminal-services.aspx For more information about App-V, I suggest that you post to the App-V forum: http://social.technet.microsoft.com/Forums/en-US/category/appvirtualization Hope the information is helpful for your work. Q 9 - (Topic 1) You need to configure a Group Policy object (GPO) that meets the security requirements of the users in the New York office. Which Group Policy settings should you configure? A. Allow installation of devices that match any of these device setup classes Prevent installation of devices not described by other policy settings B. All Removable Storage classes: Deny all access Prevent installation of devices not described by other policy settings C. Allow installation of devices that match any of these device setup classes Prevent installation of devices using drivers that match these device setup classes D. All Removable Storage classes: Deny all access Prevent installation of devices using drivers that match these device setup classes
  • 12. www.it-exams.fr original question and answer Answer: A Explanation: You'd first allow installation of specific classes and then prevent all others. Prevent installation of devices not described by other policy settings. This policy setting controls the installation of devices that are not specifically described by any other policy setting. If you enable this policy setting, users cannot install or update the driver for devices unless they are described by either the Allow installation of devices that match these device IDs policy setting or the Allow installation of devices for these device classes policy setting. If you disable or do not configure this policy setting, users can install and update the driver for any device that is not described by the Prevent installation of devices that match these device IDs policy setting, the Prevent installation of devices for these device classes policy setting, or the Prevent installation of removable devices policy setting. http://msdn.microsoft.com/en-us/library/bb530324.aspx Q 10 - (Topic 1) You need to recommend a task sequence to migrate the client computers in the New York office to Windows B. The solution must meet the migration requirements. Which command should you include in the recommendation? A. Migpol B. Winrm C. Wbadmin D. Scanstate Answer: D Explanation: Replace the client computers in the New York office. Migrate the user settings during the migration to the new hardware