Presentation is loading. Please wait.

Presentation is loading. Please wait.

Microsoft Virtual Academy

Similar presentations


Presentation on theme: "Microsoft Virtual Academy"— Presentation transcript:

1 Microsoft Virtual Academy
Free, online, technical courses Take a free online course.

2 Microsoft Desktop Optimization Pack (MDOP) User Experience Virtualization (UE-V) Deep Dive Aaron Ruckman Senior Program Manager Microsoft Corporation Ronald Dockery Senior Product Manager Microsoft Corporation Microsoft Virtual Academy

3 LifeCycle Management

4 Module Agenda Managing standalone Managing via Group Policy
Demo – ADMX Templates Managing via Config Manager 2012 Demo – Config Pack in action

5 Managing Stand Alone

6 System will require a reboot post install for OS Settings.
Agent: EXE & MSI Baked-in to Image Agent: Exe & MSI Baked-in, scripts, etc. Configuration Manager Integration Group Policy Object (GPO) . System will require a reboot post install for OS Settings.

7 UE-V Agent deployment examples
Scenario 1: Standard deployment – default templates and AD home AgentSetup.exe /quiet Scenario 2: Settings storage location – mandatory if AD home directory isn’t set AgentSetup.exe /quiet SettingsStoragePath="\\Server\SettingsShare\%username%" Scenario 3: VDI deployment AgentSetup.exe /quiet SyncMethod="None" Scenario 4: Per user enablement AgentSetup.exe /quiet EnableSync="False“ Scenario 5: Defer Reboot AgentSetup.exe /quiet /NoRestart More info:

8 System will require a reboot post install for OS Settings.
Posh/WMI Agent: Exe & MSI Baked-in, scripts, etc. Configuration Manager Integration Group Policy Object (GPO) System will require a reboot post install for OS Settings.

9 PowerShell and WMI PowerShell cmdlets and WMI enable administrators perform various UE-V tasks. Primarily for one off machine or current user tasks. Useful for troubleshooting issues on box

10 PowerShell Examples for UE-V
TechReady 18 2/28/2019 //Import the UEV Module import-module uev //Get list of UE-V Cmdlets get-command -module uev //Check the UE-V configuration get-uevconfiguration //Export the UE-V configuration Export-UevConfiguration config.uev //View registered templates and whether they are enabled get-uevtemplate |format-table TemplateVersion,TemplateID,Enabled -autosize //Register a UE-V template Register-UevTemplate -Path <template.xml> //Unregister a UE-V Template Unregister-UevTemplate -ID <template ID> © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11 Managing via Group Policy

12 System will require a reboot post install for OS Settings.
Agent: Exe & MSI Baked-in, scripts, etc. Group Policy Object (GPO) Configuration Manager Integration Group Policy Object (GPO) System will require a reboot post install for OS Settings.

13 Managed via Group Policy
Computer or User Specific Baseline Configuration Settings storage Path Template Catalog Path Enable/Disable Win Store apps Contact IT Link for UI Roam In-box OS & Apps Sync over Metered Networks Settings package size threshold Synchronization timeout Manage In-box Templates Configuration same as DCM Download here:

14 Demo Managing UE-V with Group Policy Tech Ready 15 2/28/2019
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

15 Order of precedence for UE-V settings
TechReady 18 2/28/2019 Order of precedence for UE-V settings Group Policy settings User-targeted HKEY_CURRENT_USER\Software\Policies\Microsoft\Uev\Agent\Configuration Computer-targeted HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Uev\Agent\Configuration Configuration Manager, PowerShell or WMI Configuration Settings Current user-targeted HKEY_CURRENT_USER\Software\Microsoft\Uev\Agent\Configuration HKEY_LOCAL_MACHINE \Software\Microsoft\Uev\Agent\Configuration © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

16 Managing via Config Mgr 2012

17 Managed via Configuration Pack
TechReady 18 2/28/2019 Managed via Configuration Pack Baseline Configuration Settings storage Path Template Catalog Path Enable/Disable Win Store apps Contact IT Link for UI Roam In-box OS & Apps Sync over Metered Networks Settings package size threshold Synchronization timeout Etc. Manage Templates Baseline = Selfheal Docs = Installed © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

18 High Level Steps Install Config Pack on Server with Config Mgr 2012
Create Config Baseline CAB Create Template Baseline CAB Import Baseline CABs Deploy Baselines

19 Demo Managing UE-V with Config Mgr 2012 Tech Ready 15 2/28/2019
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

20 UE-V resources Admin Guide http://aka.ms/uev-admin
Forum Gallery Wiki

21 TechNet Virtual Labs Deep technical content and free product evaluations Hands-on deep technical labs Free, online, technical courses At the TechNet Evaluation Center you can download free, trial versions of Microsoft software, with no feature limits. Dozens of trials are available – all at no cost. Try Windows Server 2012 for up to 180 days. Download the Windows 8 Enterprise 90-day evaluation. Or try Windows Azure at no-cost for up to 90 days. Microsoft Hands On Labs offer virtual environments that will take you through guided, technically deep product learning experience. Learn at your own pace in labs that you can complete in 90 minutes or less. There is no complex setup or installation is required to use TechNet Virtual Labs. Microsoft Virtual Academy provides free online training on the IT scenarios that are important to your company and your career. Learn at your own pace and boost your IT skills with over 100 courses across more than 15 Microsoft technologies including Windows Server, Windows 8, Windows Azure, Office 365, virtualization, Windows Phone, and more. Download Microsoft software trials today. Find Hand On Labs. Take a free online course. Technet.microsoft.com/evalcenter Technet.microsoft.com/virtuallabs microsoftvirtualacademy.com

22 2/28/2019 4:22 PM © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. © 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "Microsoft Virtual Academy"

Similar presentations


Ads by Google