Presentation is loading. Please wait.

Presentation is loading. Please wait.

TechEd 2013 2/25/2019 11:09 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.

Similar presentations


Presentation on theme: "TechEd 2013 2/25/2019 11:09 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered."— Presentation transcript:

1 TechEd 2013 2/25/ :09 AM © 2013 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.

2 Windows Store Apps: Enterprise LOB App Deployment Scenarios
2/25/ :09 AM WCA-B358 Windows Store Apps: Enterprise LOB App Deployment Scenarios Michael Niehaus Senior Product Marketing Manager © 2013 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.

3 First, let’s agree on some terms
Windows Store apps Modern, full-screen applications written to the WinRT API that run on Windows 8 and Windows RT. Sometimes also called WinRT apps, modern apps, Windows 8 apps, and the “M” word. Microsoft Account An online account, formerly called a Live ID. Windows Store An online store for acquiring Windows Store apps, and an application by the same name on Windows 8 and Windows RT for accessing the online store. Requires a Microsoft account to install new apps (but not to install updates).

4 First, let’s agree on some terms
Appx files A self-contained packaging format for Windows Store apps, effectively a zip file containing all the necessary components for the application, except for dependencies (which would also be Appx files). Sideloading The process of installing or provisioning Windows Store apps without going through the Windows Store. There are specific requirements to enable this. LOB Apps Line of business applications developed, developed and used by enterprises, although sometimes used as a substitute for “sideloaded app”.

5 Windows Store apps Installation Provisioning
Tech Ready 15 2/25/2019 Windows Store apps Provisioning Installation Register the application for the user Always per-user Does not require administrator rights Side load or from the Windows Store Register application on the computer Install automatically for each user Side load only Requires administrator rights Install via an “Enterprise App Store” using: System Center 2012 Configuration Manager SP1 Windows Intune Provision using the Microsoft Deployment Toolkit 2012 or DISM Include in sysprepped image Customize Start screen layout Enterprise side loading requirements Windows 8 Enterprise, domain joined or with a separate side load product key Windows 8 Pro or Windows RT, with a separate side load product key © 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.

6 Demo Doing it the manual (hard) way

7 The manual way: Things to Remember
Prerequisites must be met: Set the Allow All Trusted Apps policy Import any needed trusted root certificates Enable sideloading (automatic with Windows 8 Enterprise when domain joined) PowerShell and DISM commands do the work See for more information

8 Demo Deploying and managing apps with Configuration Manager

9 Using ConfigMgr: Things to Remember
Windows Store apps install per user Cannot be installed via a task sequence No native support for provisioning apps, but this can be done using standard software distribution and custom command lines Use the App Catalog web site to enable self-service installation of Windows Store apps “Deep links” can be used, but the user must still log in with a Microsoft Account and click “Install” Requires ConfigMgr 2012 SP1

10 Demo Deploying and managing apps with Windows Intune

11 Using Windows Intune: Things to Remember
Enables self-service app installation Publish apps to the Company App Portal (Windows Store app) Users can “pull” apps from the cloud, but no IT-driven “push” Requires setting up DirSync, best with single sign-on Requires Windows Intune wave D (January release)

12 Demo Provisioning apps with the Microsoft Deployment Toolkit

13 Using Microsoft Deployment Toolkit: Things to Remember
Focuses on image creation scenarios Provisioning apps in the image (Windows limit of 24 apps) See and for more information Remember, you can’t install apps from the Windows Store before sysprepping Requires MDT 2012 Update 1

14 Demo Deploying and managing apps with other solutions

15 Using Other Solutions: Things to Remember
Anyone can build an app store WinRT APIs for installing and upgrading apps are fully supported and documented See for an example, created by Antoine Journaux (PFE) Any software distribution tool can install and provision apps Using PowerShell or DISM commands Running as the user, for installation Running as admin, for provisioning

16 FAQ’s Can I customize the Start screen layout?
Yes, see for the basic process. Can I get the .appx files for <insert Microsoft app here>? Presently, there are no plans to provide any appx files for Office (OneNote MX, Lync MX), Windows (updated versions of the in-box apps), etc. Third parties may provide these. Can I prevent users from installing <insert Windows Store app>? You can disable the Windows Store completely (which also prevents installing updated in-box apps), or you can use AppLocker to whitelist or blacklist Windows Store apps.

17 FAQ’s Why is the Windows Store disabled on Windows To Go?
There could be licensing issues if the Windows To Go device is attached to too many different PCs. You can configure a policy to enable this if you want. Where can I get a sideload product key? These are available to SA customers through the Volume Licensing Service Center,

18 FAQ’s Can I use the Mail app without a Microsoft ID?
No, you must specify a Microsoft ID even if you are going to be using Exchange or third-party IMAP for . Can I programmatically install an app from the Windows Store? While you can specify a “deep link” URL to navigate directly to a specific Windows Store app, you cannot initiate the installation. The user will need to click the “Install” button. Why can’t the Windows Store apps find my proxy server? These apps don’t use the Internet Explorer proxy settings. There are also issues with authenticating proxy servers. See and acknowledging the issues and suggesting workarounds. See this doc on for more information:

19 Windows Track Resources
2/25/ :09 AM Windows Track Resources Windows Enterprise: windows.com/enterprise Windows Springboard: windows.com/ITpro Microsoft Desktop Optimization Package (MDOP): microsoft.com/mdop Desktop Virtualization (DV): microsoft.com/dv Windows To Go: microsoft.com/windows/wtg Outlook.com: tryoutlook.com © 2013 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 Related content Breakout Sessions (session codes and titles)
2/25/ :09 AM Related content Breakout Sessions (session codes and titles) Hands-on Labs (session codes and titles) Product Demo Stations (demo station title and location) Related Certification Exam Find Me Later At... © 2013 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.

21 For More Information System Center 2012 Configuration Manager
us/evalcenter/hh aspx?wt.mc_id=TEC_105_1_33 Windows Intune Windows Server 2012 Windows Server 2012 VDI and Remote Desktop Services us/evalcenter/hh aspx?ocid=&wt.mc_id=TEC_108_1_33 desktop-infrastructure.aspx More Resources: microsoft.com/workstyle microsoft.com/server-cloud/user-device-management

22 Resources Learning TechNet msdn http://channel9.msdn.com/Events/TechEd
2/25/ :09 AM Resources Learning Sessions on Demand Microsoft Certification & Training Resources TechNet msdn Resources for IT Professionals Resources for Developers © 2013 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.

23 Complete an evaluation on CommNet and enter to win!
2/25/ :09 AM Complete an evaluation on CommNet and enter to win! © 2013 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.

24 2/25/ :09 AM Required Slide *delete this box when your slide is finalized Your MS Tag will be inserted here during the final scrub. Evaluate this session Scan this QR code to evaluate this session and be automatically entered in a drawing to win a prize © 2013 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.

25 2/25/ :09 AM © 2013 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. © 2013 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.


Download ppt "TechEd 2013 2/25/2019 11:09 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered."

Similar presentations


Ads by Google