ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

39
Creating a Seamless User Experience with Microsoft UE-V and Windows 10 Adnan Hendricks Tweet and win an Ignite 2016 ticket #itproceed

Transcript of ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Page 1: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Creating a Seamless User Experience

with Microsoft UE-V and Windows 10

Adnan Hendricks

Tweet and win an Ignite 2016 ticket #itproceed

Page 2: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Adnan Hendricks

Twitter:@Microspecialist

[email protected]

Page 3: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Send a tweet with #ITProCeed

#TechEdYellowPantsTeamWin a free Book!

Page 4: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Session Objective

• Show you how you can use Microsoft UE-V

to create a roaming workspace for your

business users, and achieve cool things.

• Inspire you towards smooth Windows 10

migration.

Page 5: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

What is UE-V?

Page 6: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

• “UE-V is a virtualization tool that enables users to move

from one Windows device to another, by keeping the

same Operating System settings and application

settings”

What is UE-V

Page 7: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

What is MDOP (Microsoft Desktop

Optimization Pack)

Available for Volume License Customers only, requires Software Assurance

Page 8: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

What is UE-V

Page 9: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

The User Environment

Page 10: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

“… Using Roaming Profiles sucks!!”

“… Folder Redirection just doesn’t work…”

“… It works on machine A, but not on machine

B…”

“… It works for user A, but not for user B…”

“… Runs fine, as long as I use the same OS…”

“… Perfect solution, if the infrastructure

performs…”

Common User Environment Issues

UE-V to the Rescue

Page 11: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

UE-V Scope - Present

File Share or SCCMMSI RDS

App-V App-V

Page 12: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

UE-V Components

Page 13: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

DEMO : UE-V Experience

Roaming User Environment

between different clients

Page 14: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

UE-V Implementation

Page 15: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Settings Storage Location

UE-V Agent

Desktop Server Share

Settings Packages

Capture settings• Windows Settings

• Registry• Local Files

• Desktop Applications• Registry• Local Files

• Windows 8 Apps• App setting folder

Synchronizes settings• Settings synchronized on

event triggers

Apply settings• Windows Settings• Desktop Applications• Windows 8 Apps

Identify settings• Settings Location Templates

• Windows Settings• Desktop Applications

• Windows 8 App List• Windows 8 Apps

Settings Packages

Template Catalog Location

Server Share

Settings Templates

Page 16: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

1. Configure a settings storage location

2. Prepare Group Policy to manage UE-V agent

3. Select / create settings location templates

4. Deploy / manage settings location templates

UE-V Implementation Steps

Page 17: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Which Profile to choose?• Supported Profiles to use with UE-V

– Local

– Mandatory (Fastest Logon for non-persistent VDI)

• UE-V & RUP Long-term together not recommended– Non-deterministic settings synchronization

• Suggested RUP Migration to UE-V– Enable UE-V and RUP (short-term only) for a single machine for each

user

– For each user:• Log on

• Execute UE-V enabled apps

• Turn off RUP for that user

Page 18: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

UE-V Agent deployment• Scenario 1: Standard deployment – default templates and AD home

AgentSetup.exe /quiet

• Scenario 2: Settings storage location – mandatory if AD home directory isn’t setAgentSetup.exe /quiet SettingsStoragePath="\\Server\SettingsShare\%username%"

• Scenario 3: VDI deploymentAgentSetup.exe /quiet SyncMethod="None"

• Scenario 4: Per user enablementAgentSetup.exe /quiet EnableSync="False“

• Scenario 5: Defer Reboot AgentSetup.exe /quiet /NoRestart

Page 19: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

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

– Computer-targeted• HKEY_LOCAL_MACHINE \Software\Microsoft\Uev\Agent\Configuration

Page 20: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Configuration Pack for UE-V• Available for Configuration Manager 2012 R2

• Monitors and remediates client settings for UE-V

• What is it?– Data driven PowerShell Scripts create Baseline CAB.

– Eliminates need to hand generate the Baseline CAB or hand modify Configuration Manager Baseline.

– Baseline via Configuration Manager ensures clients comply and self-heal.

Download : http://go.microsoft.com/fwlink/?LinkId=317263

Page 21: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Powershell

• Import the UEV Module – Import-module UEV

• Get list of UE-V Cmdlets– Get-command -module uev

• Check the UE-V configuration – Get-uevConfiguration

Page 22: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Some Extra’s

• Set-UevConfiguration –DisableSyncProviderPing

• The following PowerShell cmdlet enables credential synchronization:

– Enable-UevTemplate RoamingCredentialSettings

• The following PowerShell cmdlet disables credential synchronization:

– Disable-UevTemplate RoamingCredentialSettings

Page 23: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

DEMO : UE-V Management

Managing UE-V using PowerShell

GPO…

Page 24: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Settings Templates

Page 25: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Creating Settings Location

Templates• Location to Actual Settings from the

Applications

• XML Format 2.1 New Schema

• Default Templates included

• Custom Templates

• Placed in UE-V Catalog

• Community Created! Sharing is Caring

Page 26: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

DEMO : UE-V Templates

Configuring UE-V Templates

Page 27: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Porting UE-V to the cloud…

Page 28: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

UE-V Scope – Possible future

File Share or SCCMMSI RDS

App-V App-V

Page 29: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Win10 Devices Singlesign on

•••••••••••

Username

UE-V, hybrid extension to the cloud

Cloud

Azure RemoteAppAzure Files &

Folders

Office 365ProPlus

OneDrive for

business

Windows ServerActive Directory

On-premises Microsoft Azure Active Directory

Active Directory GPO’s

Work Folders

Page 30: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

UE-V Windows10 “hybrid cloud”

scenarios

Page 31: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

What’s coming…

UE-V vNext

Page 32: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

What’s coming UE-V 2.1 SP1

MI CRO SO F T CO NF I DENTI AL – I NTERNAL O NL Y

Page 33: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

UE-V experience on Win10

UE-V Agent in action…

Page 34: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Session Objective

• Show you how you can use Microsoft UE-V

to create a roaming workspace for your

business users, and achieve cool things.

• Inspire you towards smooth Windows 10

migration.

Page 35: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

And win a Lumia 635

Feedback form will be sent to you by email

Give me feedback

Page 36: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Follow Technet Belgium

@technetbelux

Subscribe to the TechNet newsletter

aka.ms/benews

Be the first to know

Page 37: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Join the lunch sessions and

WIN NICE PRICESRoom Compan

ySession

4 Go Hybrid with Azure Web Apps, by Tom Van Gramberen - Solutions Architect

Running dynamic websites? Always wanted to enjoy the scalability of Azure Web Apps? But never could because you need to keep your data in a certain location? Now with Azure Web App and Azure VNet everybody can overcome the hurdle of keeping data "on-premise". Join us in this technical session where we will explore the basics of Azure Web Apps and Virtual Networks. Learn about some possibilities to extend an Azure VNet to your on-premise environment and how to integrate an Azure Web App into the connection. In this demo packed session you will learn the specific network requirements and network routing to make it all work together.

5To the Cloud and Back – a Journey of Choices, by Paul van der Lingen, Consulting Systems Engineer

The cloud is today the most compelling new technology, but as with all things new and shiny, how do we make the most of it - leveraging all the good but deftly side-stepping the bad. The key is choice and consistency. We believe customer data remains at the heart of the new technology and in this session we’ll show how transparent but consistent data movement and protection remain the most important aspects of a complete cloud strategy.

6 Lost in translation - How Azure Networking is different, by Joeri Van Hoof, Consulting Sales Engineer

As one of the major cloud providers Microsoft Azure has a big adoption rate in a lot of businesses around the world. Customers are moving parts of their infrastructure from their own datacenter(s) to the Azure Cloud. Developers, system engineers, network engineers and security staff are all effected by this change. On premise network engineers have been building secure networks for years. Obviously they want to extend and reuse this knowledge in the cloud. They are talking about network firewalls, network segmentation, vlan’s. However in the Azure cloud this is slightly different and some of the trusted mechanisms are unavailable. In this talk we go in-depth on the various Azure networking options and how establish secure connectivity between Azure and various on-premise locations

8Effectively manage and resolve major IT incidents. A 24/7 solution in the palm of your hand, by Matthes Derdack, CEO

Being on call is difficult enough. 24/7 IT operations require 24/7responsiveness. You need to respond ASAP regardless of your week-end plans. Wouldn't it be great if you could do whatever you wanted from wherever you are? Derdack now brings you an innovative & intelligent companion that introduces a new level of on-call incident handling. Your IT users will enjoy shorter down times and your team better KPIs. Our Enterprise Alert mobile app comes with everything you need: reliably receive alerts on the go, incident details and history analysis, collaborate with peers, inform users on incident impacts, remote runbook execution & more. Join us on a journey through your on-call day and enjoy an interactive, real-time and mobile experience.

10 Migration Center, Migrate Workloads as a service, by Anne-Elisabeth CAILLOT, Senior Pre-Sales engineer

Double-Take Cloud Migration Center provides a self-service portal for customers

Page 38: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Thank you!

Page 39: ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and windows 10

Belgiums’ biggest IT PRO Conference