build2016 - p461 - windows device portal – diagnose windows devices from the comfort of your...

9
#Build2016 Windows Device Portal and Remote Diagnostics Hirsch Singhal Program Manager

Upload: windows-developer

Post on 11-Apr-2017

353 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

#Build2016

Windows Device Portal and Remote DiagnosticsHirsch SinghalProgram Manager

Page 2: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

Remote Diagnostics Made Easy

Page 3: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

How to access Device PortalSKU On by default? HTTP HTTPS USB

HoloLens

Yes, in Dev Mode 80 (default) 443 (default)

localhost:10080

IoT Yes, in Dev Mode 8080 Enable via regkey

N/A

Xbox Enable inside Dev Mode

Disabled 11443 N/A

Desktop Enable inside Dev Mode

Random (xx080)

Random (xx443)

N/A

Phone Enable inside Dev Mode

80 443 localhost:10080

Device Portal listens on different ports on each platform.

Page 4: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

Enabling Device Portal on Mobile

Page 5: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

Device Portal on HoloLens

Page 6: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

Customizable UI on Xbox

Page 7: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

Using REST APIs from the command lineroot@localhost:/# curl -X POST http://localhost/api/taskmanager/app?appid=TWljcm9zb2Z0LjNEQnVpbGRlcl84d2VreWIzZDhiYndlIUFwcA%3D%3D -H 'Content-Length:0'

$(invoke-restmethod localhost/api/app/packagemanager/packages).InstalledPackages | ft -Property Name, PackageFullName

Page 8: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

• Check out Device Portal on your Windows 10 device.

• Provide lots of feedback via the Feedback App

• Re-visit Build on Channel 9.• Continue your education at

Microsoft Virtual Academy online.

Call to Action

Page 9: Build2016 - P461 - Windows Device Portal – Diagnose Windows Devices from the Comfort of Your Browser

© 2016 Microsoft Corporation. All rights reserved.