From b64003a11bb4a936265697b819b655d27744cb3e Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Fri, 27 Apr 2018 14:50:01 -0700 Subject: [PATCH 01/28] Added stub topic for MRMW apps, and links in TOC and index --- devices/hololens/TOC.md | 1 + devices/hololens/hololens-public-preview-apps.md | 12 ++++++++++++ devices/hololens/index.md | 1 + 3 files changed, 14 insertions(+) create mode 100644 devices/hololens/hololens-public-preview-apps.md diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md index 87ef48bb20..98c0323b51 100644 --- a/devices/hololens/TOC.md +++ b/devices/hololens/TOC.md @@ -6,5 +6,6 @@ ## [Set up HoloLens in kiosk mode](hololens-kiosk.md) ## [Configure HoloLens using a provisioning package](hololens-provisioning.md) ## [Install apps on HoloLens](hololens-install-apps.md) +## [Get early access to preview new modern workplace apps](hololens-public-preview-apps.md) ## [Enable Bitlocker device encryption for HoloLens](hololens-encryption.md) ## [Change history for Microsoft HoloLens documentation](change-history-hololens.md) \ No newline at end of file diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md new file mode 100644 index 0000000000..4640a0fd4f --- /dev/null +++ b/devices/hololens/hololens-public-preview-apps.md @@ -0,0 +1,12 @@ +--- +title: Get early access to preview new modern workplace apps +description: Distribute and use HoloLens modern workplace apps during public preview +ms.prod: w10 +ms.mktglfcycl: manage +ms.pagetype: hololens, devices +ms.sitesec: library +author: alhopper +ms.localizationpriority: medium +ms.date: 05/22/2018 +--- +# Get early access to preview new modern workplace apps \ No newline at end of file diff --git a/devices/hololens/index.md b/devices/hololens/index.md index ddb5c29aea..664f5fef88 100644 --- a/devices/hololens/index.md +++ b/devices/hololens/index.md @@ -28,6 +28,7 @@ ms.date: 11/29/2017 | [Set up HoloLens in kiosk mode](hololens-kiosk.md) | Enable kiosk mode for HoloLens, which limits the user's ability to launch new apps or change the running app | | [Configure HoloLens using a provisioning package](hololens-provisioning.md) | Provisioning packages make it easy for IT administrators to configure HoloLens devices without imaging | | [Install apps on HoloLens](hololens-install-apps.md) | Use Microsoft Store for Business, mobile device management (MDM), or the Windows Device Portal to install apps on HoloLens| +| [Get early access to preview new modern workplace apps](hololens-public-preview-apps.md) | Distribute and use new HoloLens modern workplace apps during private preview |
## Related resources From 0ae39e9f86b75a96a2224417071db3df4d8525b7 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Mon, 30 Apr 2018 14:39:38 -0700 Subject: [PATCH 02/28] Added technical requirements for MRMW apps --- .../hololens/hololens-public-preview-apps.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index d9d569a937..49a0f7a7a1 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -19,4 +19,20 @@ Soon, these apps will be available to download and deploy across your organizati Remote Assist uses Microsoft Teams to facilitate two-way, real time, audio and video communication between a remote HoloLens user, and a user at a PC. The HoloLens user can project their view into Microsoft Teams, where the PC user can use inking annotations to mark it up with text and icons. The HoloLens user will see the inking appear within their device in real time. -## Layout \ No newline at end of file +Here are the requirements you'll need to meet in order to deploy Remote Assist throughout your organization: + +* HoloLens RS4 build: The HoloLens RS4 build is currently available as an Insider Preview. It will become publicly available to align with the public release of the modern workplace apps. +* Azure Active Directory (Azure AD): required for app deployment. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. +* Microsoft Teams: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. +* Microsoft Office 365: Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. See [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) to learn more. +* Network requirements: 1.5Mb/s is the required bandwidth to enable the full feature set. If your organization's bandwidth does not meet these requirements, HoloLens will shut down features to adapt to reduced bandwidth, limiting the experience to audio calls only. Please test your company’s network bandwidth by performing the following steps: + 1. Have a mobile Teams user (iOS or Android) video call a desktop Teams user. + 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and so on for users 5 and 6. + 3. Continue adding video callers to stress test your network bandwidth until confident that multiple users can successfully connect on video calls at the same time. + 4. For more on “Preparing your organization for Microsoft Teams and network bandwidth requirements, read here. + +## Layout + +* HoloLens RS4 build: The HoloLens RS4 build is currently available as an Insider Preview. It will become publicly available to align with the public release of the modern workplace apps. +* Azure Active Directory (Azure AD): required for app deployment. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. +* Network requirements: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. \ No newline at end of file From 7ff939709796c1b07bbdb2d62c47310169f106ce Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Mon, 30 Apr 2018 14:49:01 -0700 Subject: [PATCH 03/28] Added more info on Layout --- devices/hololens/hololens-public-preview-apps.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 49a0f7a7a1..4b07dc92df 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -13,16 +13,16 @@ ms.date: 05/07/2018 Microsoft has just announced two new modern workplace apps coming to HoloLens: Remote Assist and Layout. -Soon, these apps will be available to download and deploy across your organization as part of a public preview. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your app roll-out is smooth and seamless. +Soon, these apps will be available to download and distribute across your organization as part of a public preview. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your roll-out is smooth and seamless. ## Remote Assist Remote Assist uses Microsoft Teams to facilitate two-way, real time, audio and video communication between a remote HoloLens user, and a user at a PC. The HoloLens user can project their view into Microsoft Teams, where the PC user can use inking annotations to mark it up with text and icons. The HoloLens user will see the inking appear within their device in real time. -Here are the requirements you'll need to meet in order to deploy Remote Assist throughout your organization: +Here are the requirements you'll need to meet in order to distribute Remote Assist throughout your organization: * HoloLens RS4 build: The HoloLens RS4 build is currently available as an Insider Preview. It will become publicly available to align with the public release of the modern workplace apps. -* Azure Active Directory (Azure AD): required for app deployment. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. +* Azure Active Directory (Azure AD): required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * Microsoft Teams: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. * Microsoft Office 365: Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. See [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) to learn more. * Network requirements: 1.5Mb/s is the required bandwidth to enable the full feature set. If your organization's bandwidth does not meet these requirements, HoloLens will shut down features to adapt to reduced bandwidth, limiting the experience to audio calls only. Please test your company’s network bandwidth by performing the following steps: @@ -33,6 +33,10 @@ Here are the requirements you'll need to meet in order to deploy Remote Assist t ## Layout +Layout enables you to scan a space using the HoloLens, or import a space from another app, and design it using preloaded assets. + +Here are the requirements you'll need to meet in order to distribute Layout throughout your organization: + * HoloLens RS4 build: The HoloLens RS4 build is currently available as an Insider Preview. It will become publicly available to align with the public release of the modern workplace apps. -* Azure Active Directory (Azure AD): required for app deployment. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. +* Azure Active Directory (Azure AD): required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * Network requirements: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. \ No newline at end of file From ec02cf1f960b997bd886347c4d6e85bdbc85fc72 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Mon, 30 Apr 2018 16:11:10 -0700 Subject: [PATCH 04/28] Updating requirements --- devices/hololens/hololens-public-preview-apps.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 4b07dc92df..61e9a11149 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -21,11 +21,13 @@ Remote Assist uses Microsoft Teams to facilitate two-way, real time, audio and v Here are the requirements you'll need to meet in order to distribute Remote Assist throughout your organization: -* HoloLens RS4 build: The HoloLens RS4 build is currently available as an Insider Preview. It will become publicly available to align with the public release of the modern workplace apps. -* Azure Active Directory (Azure AD): required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. -* Microsoft Teams: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. -* Microsoft Office 365: Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. See [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) to learn more. -* Network requirements: 1.5Mb/s is the required bandwidth to enable the full feature set. If your organization's bandwidth does not meet these requirements, HoloLens will shut down features to adapt to reduced bandwidth, limiting the experience to audio calls only. Please test your company’s network bandwidth by performing the following steps: +* **HoloLens, with RS4 build**: The HoloLens RS4 build will become publicly available at the same time as the modern workplace apps. There are two ways to ensure your HoloLen device has the required build: + * On May 22, update the HoloLens device + * Download Insider Preview builds. +* **Azure Active Directory (Azure AD)**: required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. +* **Microsoft Teams**: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. +* **Microsoft Office 365**: Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. See [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) to learn more. +* **Network requirements**: 1.5Mb/s is the required bandwidth to enable the full feature set. If your organization's bandwidth does not meet these requirements, HoloLens will shut down features to adapt to reduced bandwidth, limiting the experience to audio calls only. Please test your company’s network bandwidth by performing the following steps: 1. Have a mobile Teams user (iOS or Android) video call a desktop Teams user. 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and so on for users 5 and 6. 3. Continue adding video callers to stress test your network bandwidth until confident that multiple users can successfully connect on video calls at the same time. @@ -37,6 +39,6 @@ Layout enables you to scan a space using the HoloLens, or import a space from an Here are the requirements you'll need to meet in order to distribute Layout throughout your organization: -* HoloLens RS4 build: The HoloLens RS4 build is currently available as an Insider Preview. It will become publicly available to align with the public release of the modern workplace apps. +* HoloLens, or Windows Mixed Reality headset: * Azure Active Directory (Azure AD): required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * Network requirements: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. \ No newline at end of file From 79f6c8e233597c0d87148257992e884d8fd5fcf7 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Mon, 30 Apr 2018 16:30:55 -0700 Subject: [PATCH 05/28] Adding links for HoloLens RS4 Preview --- devices/hololens/hololens-public-preview-apps.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 61e9a11149..5dc15249a2 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -13,7 +13,7 @@ ms.date: 05/07/2018 Microsoft has just announced two new modern workplace apps coming to HoloLens: Remote Assist and Layout. -Soon, these apps will be available to download and distribute across your organization as part of a public preview. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your roll-out is smooth and seamless. +On May 22, 2018, these apps will be available to download and distribute across your organization as part of a public preview. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your roll-out is smooth and seamless. ## Remote Assist @@ -21,9 +21,9 @@ Remote Assist uses Microsoft Teams to facilitate two-way, real time, audio and v Here are the requirements you'll need to meet in order to distribute Remote Assist throughout your organization: -* **HoloLens, with RS4 build**: The HoloLens RS4 build will become publicly available at the same time as the modern workplace apps. There are two ways to ensure your HoloLen device has the required build: - * On May 22, update the HoloLens device - * Download Insider Preview builds. +* **HoloLens, with RS4 build**: The HoloLens RS4 build will become publicly available at the same time as the modern workplace apps. There are two ways to ensure your HoloLens device has the required build: + * On May 22, update the HoloLens operating system. + * Get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for more information about the preview, and how it will impact your HoloLens device. * **Azure Active Directory (Azure AD)**: required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * **Microsoft Teams**: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. * **Microsoft Office 365**: Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. See [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) to learn more. @@ -39,6 +39,8 @@ Layout enables you to scan a space using the HoloLens, or import a space from an Here are the requirements you'll need to meet in order to distribute Layout throughout your organization: -* HoloLens, or Windows Mixed Reality headset: +* **HoloLens with RS4 build, or Windows Mixed Reality headset**: + * If you're using a HoloLens, it must be running RS4. RS4 will be available as an operating system update on May 22nd, or you can get started testing out the RS4 build in advance of May 22nd. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for more information about the preview, and how it will impact your HoloLens device. + * If you're using a Windows Mixed Reality headset, your PCs will need to be able to support it. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. * Azure Active Directory (Azure AD): required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * Network requirements: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. \ No newline at end of file From 23f89f0156bab514749ca339b8cc9e0bec1a97df Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Tue, 1 May 2018 12:57:03 -0700 Subject: [PATCH 06/28] Clarified how to update HoloLens --- .../hololens/hololens-public-preview-apps.md | 34 ++++++++++++------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 5dc15249a2..77ff728228 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -17,30 +17,38 @@ On May 22, 2018, these apps will be available to download and distribute across ## Remote Assist -Remote Assist uses Microsoft Teams to facilitate two-way, real time, audio and video communication between a remote HoloLens user, and a user at a PC. The HoloLens user can project their view into Microsoft Teams, where the PC user can use inking annotations to mark it up with text and icons. The HoloLens user will see the inking appear within their device in real time. +Remote Assist uses Microsoft Teams to facilitate two-way, real time, audio and video communication between a remote HoloLens user, and a user at a PC or mobile device. The HoloLens user can project their view into Microsoft Teams, where the PC user can use inking annotations to mark it up with text and icons. The HoloLens user will see the inking appear within their device in real time. Here are the requirements you'll need to meet in order to distribute Remote Assist throughout your organization: -* **HoloLens, with RS4 build**: The HoloLens RS4 build will become publicly available at the same time as the modern workplace apps. There are two ways to ensure your HoloLens device has the required build: - * On May 22, update the HoloLens operating system. - * Get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for more information about the preview, and how it will impact your HoloLens device. -* **Azure Active Directory (Azure AD)**: required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. -* **Microsoft Teams**: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. +* **PC, iOS, and/or Android devices**: To communicate with the HoloLens. The PC must have a minimum Windows OS version of {minimum required version here}. +* **HoloLens with RS4 build**: The HoloLens RS4 build will become publicly available at the same time as the modern workplace apps. There are two ways to ensure your HoloLens has the required build: + * On May 22, update the HoloLens operating system. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. + * Get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the build to your device, and details on how the preview build will impact content stored on your HoloLens. +* **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. +* **Microsoft Teams**: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. See the [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) to learn more. * **Microsoft Office 365**: Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. See [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) to learn more. -* **Network requirements**: 1.5Mb/s is the required bandwidth to enable the full feature set. If your organization's bandwidth does not meet these requirements, HoloLens will shut down features to adapt to reduced bandwidth, limiting the experience to audio calls only. Please test your company’s network bandwidth by performing the following steps: +* **Network requirements**: 1.5Mb/s is the bandwidth required to enable the full feature set. If your organization's bandwidth does not meet these requirements, HoloLens will shut down features to adapt to reduced bandwidth, limiting the experience to audio calls only. Please test your company’s network bandwidth by performing the following steps: 1. Have a mobile Teams user (iOS or Android) video call a desktop Teams user. - 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and so on for users 5 and 6. + 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and another for a 5th and 6th user. 3. Continue adding video callers to stress test your network bandwidth until confident that multiple users can successfully connect on video calls at the same time. - 4. For more on “Preparing your organization for Microsoft Teams and network bandwidth requirements, read here. + 4. See [Preparing your organization's network for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/prepare-network) to learn more. ## Layout -Layout enables you to scan a space using the HoloLens, or import a space from another app, and design it using preloaded assets. +Layout enables you to scan a space using the HoloLens, or import a space from another app, and design it using pre-loaded assets. Here are the requirements you'll need to meet in order to distribute Layout throughout your organization: +* **PC with Windows OS version {minimum required version here}** * **HoloLens with RS4 build, or Windows Mixed Reality headset**: - * If you're using a HoloLens, it must be running RS4. RS4 will be available as an operating system update on May 22nd, or you can get started testing out the RS4 build in advance of May 22nd. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for more information about the preview, and how it will impact your HoloLens device. + * If you're using a HoloLens, it must be running the RS4 build. There are two ways to ensure your HoloLens has the required build: + * RS4 will be available as an update on May 22nd. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens on May 22nd. + * You can get started testing out the RS4 build in advance of May 22nd. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the build to your device, and details on how the preview build will impact content stored on your HoloLens. * If you're using a Windows Mixed Reality headset, your PCs will need to be able to support it. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. -* Azure Active Directory (Azure AD): required for app distribution. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. -* Network requirements: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. \ No newline at end of file +* **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. +* **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. + +## Questions and support + +You can ask questions and engage with our team in the [Mixed Reality Tech Community](https://techcommunity.microsoft.com/t5/Mixed-Reality/ct-p/MixedReality). \ No newline at end of file From da231c3dc3db096798445e554260ac52203cfa68 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Tue, 1 May 2018 14:55:56 -0700 Subject: [PATCH 07/28] Updated app descriptions to align with approved messaging --- .../hololens/hololens-public-preview-apps.md | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 77ff728228..79b07bf4f6 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -17,18 +17,18 @@ On May 22, 2018, these apps will be available to download and distribute across ## Remote Assist -Remote Assist uses Microsoft Teams to facilitate two-way, real time, audio and video communication between a remote HoloLens user, and a user at a PC or mobile device. The HoloLens user can project their view into Microsoft Teams, where the PC user can use inking annotations to mark it up with text and icons. The HoloLens user will see the inking appear within their device in real time. +Remote Assist supports collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert, while staying hands-on to solve problems and complete tasks together, faster. Here are the requirements you'll need to meet in order to distribute Remote Assist throughout your organization: -* **PC, iOS, and/or Android devices**: To communicate with the HoloLens. The PC must have a minimum Windows OS version of {minimum required version here}. +* **Windows 10 PC, iOS, and/or Android devices**: For communication with the HoloLens. The PC must have a minimum Windows OS version of {minimum required version here}. * **HoloLens with RS4 build**: The HoloLens RS4 build will become publicly available at the same time as the modern workplace apps. There are two ways to ensure your HoloLens has the required build: * On May 22, update the HoloLens operating system. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. - * Get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the build to your device, and details on how the preview build will impact content stored on your HoloLens. + * Get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device, and details on how the build will impact content stored on your HoloLens. * **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * **Microsoft Teams**: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. See the [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) to learn more. * **Microsoft Office 365**: Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. See [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) to learn more. -* **Network requirements**: 1.5Mb/s is the bandwidth required to enable the full feature set. If your organization's bandwidth does not meet these requirements, HoloLens will shut down features to adapt to reduced bandwidth, limiting the experience to audio calls only. Please test your company’s network bandwidth by performing the following steps: +* **Network requirements**: 1.5Mb/s is the bandwidth required to enable the full feature set. If your organization's bandwidth does not meet these requirements, you may notice HoloLens feature degradation, limiting the user experience. Please test your company’s network bandwidth by performing the following steps: 1. Have a mobile Teams user (iOS or Android) video call a desktop Teams user. 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and another for a 5th and 6th user. 3. Continue adding video callers to stress test your network bandwidth until confident that multiple users can successfully connect on video calls at the same time. @@ -36,16 +36,14 @@ Here are the requirements you'll need to meet in order to distribute Remote Assi ## Layout -Layout enables you to scan a space using the HoloLens, or import a space from another app, and design it using pre-loaded assets. +Layout enables users to design spaces in context with mixed reality. Bring designs from concept to completion with confidence and speed. Import 3D models to easily create and edit room layouts in real-world scale. Experience designs as high-quality holograms in physical space or in virtual reality and share and edit with stakeholders in real time. Here are the requirements you'll need to meet in order to distribute Layout throughout your organization: -* **PC with Windows OS version {minimum required version here}** -* **HoloLens with RS4 build, or Windows Mixed Reality headset**: - * If you're using a HoloLens, it must be running the RS4 build. There are two ways to ensure your HoloLens has the required build: - * RS4 will be available as an update on May 22nd. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens on May 22nd. - * You can get started testing out the RS4 build in advance of May 22nd. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the build to your device, and details on how the preview build will impact content stored on your HoloLens. - * If you're using a Windows Mixed Reality headset, your PCs will need to be able to support it. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. +* **Windows 10 PC with Windows OS version {minimum required version here}** +* **HoloLens with RS4 build, or a Windows Mixed Reality immersive headset with motion controllers**: + * If you're using a HoloLens, it must be running the RS4 build, which will be publicly released at the same time as the modern workplace apps. To ensure your HoloLens has the required build, you can either [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) on May 22nd when the build is publicly available, or you can get started testing out the RS4 build in advance of May 22nd. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device, and details on how the build will impact content stored on your HoloLens. + * If you're using a Windows Mixed Reality immersive headset, your PCs will need to be able to support it. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. * **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. From b9f9d8430dbe152eb47eb32b60b5657e9feef72e Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Tue, 1 May 2018 15:15:01 -0700 Subject: [PATCH 08/28] Added info on Layout Import tool --- devices/hololens/hololens-public-preview-apps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 79b07bf4f6..ce9b84f8f6 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -1,6 +1,6 @@ --- title: Get early access to preview new modern workplace apps -description: Distribute and use HoloLens modern workplace apps during public preview +description: Prepare to meet technical requirements to use HoloLens modern workplace apps during public preview ms.prod: w10 ms.mktglfcycl: manage ms.pagetype: hololens, devices @@ -46,6 +46,7 @@ Here are the requirements you'll need to meet in order to distribute Layout thro * If you're using a Windows Mixed Reality immersive headset, your PCs will need to be able to support it. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. * **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. +* **Download the Import Tool for Microsoft Layout**: This tool is a free companion app for Microsoft Layout that supports importing existing 3D models from a PC into Layout. It also enables users to share and edit the holograms in real time. The Import Tool for Microsoft Layout will be available to download on May 22nd, to align with the public preview of the modern workplace apps. ## Questions and support From c3b649712ba3983811acba271961934b0ec0c5b5 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Tue, 1 May 2018 15:18:04 -0700 Subject: [PATCH 09/28] Fixed typos --- devices/hololens/hololens-public-preview-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index ce9b84f8f6..623a01584a 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -42,7 +42,7 @@ Here are the requirements you'll need to meet in order to distribute Layout thro * **Windows 10 PC with Windows OS version {minimum required version here}** * **HoloLens with RS4 build, or a Windows Mixed Reality immersive headset with motion controllers**: - * If you're using a HoloLens, it must be running the RS4 build, which will be publicly released at the same time as the modern workplace apps. To ensure your HoloLens has the required build, you can either [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) on May 22nd when the build is publicly available, or you can get started testing out the RS4 build in advance of May 22nd. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device, and details on how the build will impact content stored on your HoloLens. + * If you're using a HoloLens, it must be running the RS4 build, which will be publicly released at the same time as the modern workplace apps. To ensure your HoloLens has the required build, you can either [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) on May 22 when the build is publicly available, or you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device, and details on how the build will impact content stored on your HoloLens. * If you're using a Windows Mixed Reality immersive headset, your PCs will need to be able to support it. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. * **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. From 48e9a0ae19ae7e8d1ba6ea0feb3e449f08e279aa Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Tue, 1 May 2018 15:34:53 -0700 Subject: [PATCH 10/28] Commented out items that are not strict requirements --- devices/hololens/hololens-public-preview-apps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 623a01584a..af5e33b85a 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -46,7 +46,8 @@ Here are the requirements you'll need to meet in order to distribute Layout thro * If you're using a Windows Mixed Reality immersive headset, your PCs will need to be able to support it. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. * **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. -* **Download the Import Tool for Microsoft Layout**: This tool is a free companion app for Microsoft Layout that supports importing existing 3D models from a PC into Layout. It also enables users to share and edit the holograms in real time. The Import Tool for Microsoft Layout will be available to download on May 22nd, to align with the public preview of the modern workplace apps. + + ## Questions and support From 49acef215b5e57f569a5f7a1e74aa11b5eae9693 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Wed, 2 May 2018 13:35:56 -0700 Subject: [PATCH 11/28] Updated with min OS versions required for mrmw apps --- .../hololens/hololens-public-preview-apps.md | 69 ++++++++++++++----- 1 file changed, 53 insertions(+), 16 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index af5e33b85a..a87244ec59 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -19,35 +19,72 @@ On May 22, 2018, these apps will be available to download and distribute across Remote Assist supports collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert, while staying hands-on to solve problems and complete tasks together, faster. -Here are the requirements you'll need to meet in order to distribute Remote Assist throughout your organization: +Below, you'll find the technical requirements you'll need to meet in order to distribute Remote Assist throughout your organization when it's available on May 22, 2018. + +### Device requirements + +| Device | OS requirements | Details | +|:---------------------------|:----------------------------------|:-----------------------------------------------------------| +| HoloLens | RS1, build 10.0.14393.0 | See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | +| Windows 10 PC (optional) | Any Windows 10 build | You can use a Windows 10 PC to collaborate with the HoloLens. | +| Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens, and see a video stream of the HoloLens call. Inking, annotations, and image insertion is not available on mobile devices. | + +### Licensing & product requirements + +| Product required | Details | Learn more | +|:----------------------------------|:------------------|:------------------| +| Azure Active Directory (Azure AD) | Required for app distribution through the Microsoft Store for Business. | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Microsoft Teams | Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. | [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) | +| Microsoft Office 365 | Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. | [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) | + +### Network requirements + +1.5Mb/s is the bandwidth required to enable the full feature set. If your organization's bandwidth does not meet these requirements, you may notice HoloLens feature degradation, limiting the user experience. Please test your company’s network bandwidth by performing the following steps: -* **Windows 10 PC, iOS, and/or Android devices**: For communication with the HoloLens. The PC must have a minimum Windows OS version of {minimum required version here}. -* **HoloLens with RS4 build**: The HoloLens RS4 build will become publicly available at the same time as the modern workplace apps. There are two ways to ensure your HoloLens has the required build: - * On May 22, update the HoloLens operating system. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. - * Get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device, and details on how the build will impact content stored on your HoloLens. -* **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. -* **Microsoft Teams**: Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. See the [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) to learn more. -* **Microsoft Office 365**: Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. See [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) to learn more. -* **Network requirements**: 1.5Mb/s is the bandwidth required to enable the full feature set. If your organization's bandwidth does not meet these requirements, you may notice HoloLens feature degradation, limiting the user experience. Please test your company’s network bandwidth by performing the following steps: 1. Have a mobile Teams user (iOS or Android) video call a desktop Teams user. 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and another for a 5th and 6th user. 3. Continue adding video callers to stress test your network bandwidth until confident that multiple users can successfully connect on video calls at the same time. - 4. See [Preparing your organization's network for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/prepare-network) to learn more. + +See [Preparing your organization's network for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/prepare-network) to learn more. ## Layout Layout enables users to design spaces in context with mixed reality. Bring designs from concept to completion with confidence and speed. Import 3D models to easily create and edit room layouts in real-world scale. Experience designs as high-quality holograms in physical space or in virtual reality and share and edit with stakeholders in real time. -Here are the requirements you'll need to meet in order to distribute Layout throughout your organization: +Below, you'll find the device options, and technical requirements, you'll need to consider in order to distribute Layout throughout your organization when it's available on May 22, 2018. + +### Device options + +You can use Layout with a HoloLens, or with a Windows Mixed Reality immersive headset with motion controllers. + +If you're using a HoloLens: + +* The HoloLens must be running the RS4 build +* This build will be available as a HoloLens update on May 22, to align with the app release. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. + +If you're using a Windows Mixed Reality headset with controllers: + +* You'll need a Windows 10 PC with build 16299.0 or higher +* The Windows 10 PC hardware must be able to support the headset. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. + +### Technical requirements + +Have the following technical requirements in place to start using Layout as soon as it's available: -* **Windows 10 PC with Windows OS version {minimum required version here}** -* **HoloLens with RS4 build, or a Windows Mixed Reality immersive headset with motion controllers**: - * If you're using a HoloLens, it must be running the RS4 build, which will be publicly released at the same time as the modern workplace apps. To ensure your HoloLens has the required build, you can either [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) on May 22 when the build is publicly available, or you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device, and details on how the build will impact content stored on your HoloLens. - * If you're using a Windows Mixed Reality immersive headset, your PCs will need to be able to support it. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. * **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. - +### Import tool for Layout + +The Import Tool for Microsoft Layout is a free companion app for Layout that makes file optimization and management easy. Import existing 3D models from your PC into Microsoft Layout for optimal viewing and editing in mixed reality. Open models in Windows Mixed Reality to view and edit virtually or copy models from your PC onto Microsoft HoloLens to view and edit in your physical environment. With the free Visio Add-in for Microsoft Layout, you can also import room layouts to view and edit on HoloLens or in Windows Mixed Reality. + +Be sure to grab the Import Tool for Layout, as well as the Visio Add-in, on May 22 if you're interested in these features. If you're using Layout with a HoloLens, USB 2.0 Port and USB cables are also required to transfer models from PC to HoloLens. + + ## Questions and support From dae46277bf8d65357e86aa8138bce6754fc8f34c Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Wed, 2 May 2018 14:24:42 -0700 Subject: [PATCH 12/28] Added notes about RS4 preview build --- .../hololens/hololens-public-preview-apps.md | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index a87244ec59..417afca8a2 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -29,6 +29,9 @@ Below, you'll find the technical requirements you'll need to meet in order to di | Windows 10 PC (optional) | Any Windows 10 build | You can use a Windows 10 PC to collaborate with the HoloLens. | | Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens, and see a video stream of the HoloLens call. Inking, annotations, and image insertion is not available on mobile devices. | +> [!Note] +> Build 10.0.14393.0 is the minimum required HoloLens build that supports Remote Assist. We recommend updating the HoloLens to newer versions when they are available. + ### Licensing & product requirements | Product required | Details | Learn more | @@ -57,15 +60,20 @@ Below, you'll find the device options, and technical requirements, you'll need t You can use Layout with a HoloLens, or with a Windows Mixed Reality immersive headset with motion controllers. -If you're using a HoloLens: +HoloLens requirements: -* The HoloLens must be running the RS4 build -* This build will be available as a HoloLens update on May 22, to align with the app release. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. +| OS requirements | Details | +|:----------------------------------|:-----------------------------------------------------------| +| HoloLens, with RS4 build | This build will be available as a HoloLens update on May 22, to align with the app release. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | -If you're using a Windows Mixed Reality headset with controllers: +> [!Note] +> You can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. -* You'll need a Windows 10 PC with build 16299.0 or higher -* The Windows 10 PC hardware must be able to support the headset. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. +Windows Mixed Reality headset requirements: + +| OS requirements | Details | +|:----------------------------------------------|:-----------------------------------------------------------| +| Windows 10 PC with build 16299.0 or higher | The Windows 10 PC hardware must be able to support the headset. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. | ### Technical requirements From 3b6254a3f68796acf6425f5193c2f8bd46873d7b Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Wed, 2 May 2018 17:02:54 -0700 Subject: [PATCH 13/28] Updated app names --- devices/hololens/hololens-public-preview-apps.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 417afca8a2..650bc4529b 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -11,13 +11,13 @@ ms.date: 05/07/2018 --- # Get ready to preview new modern workplace apps -Microsoft has just announced two new modern workplace apps coming to HoloLens: Remote Assist and Layout. +Microsoft has just announced two new modern workplace apps coming to HoloLens: Microsoft Remote Assist and Microsoft Layout. On May 22, 2018, these apps will be available to download and distribute across your organization as part of a public preview. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your roll-out is smooth and seamless. -## Remote Assist +## Microsoft Remote Assist -Remote Assist supports collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert, while staying hands-on to solve problems and complete tasks together, faster. +Microsoft Remote Assist supports collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert, while staying hands-on to solve problems and complete tasks together, faster. Below, you'll find the technical requirements you'll need to meet in order to distribute Remote Assist throughout your organization when it's available on May 22, 2018. @@ -30,7 +30,7 @@ Below, you'll find the technical requirements you'll need to meet in order to di | Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens, and see a video stream of the HoloLens call. Inking, annotations, and image insertion is not available on mobile devices. | > [!Note] -> Build 10.0.14393.0 is the minimum required HoloLens build that supports Remote Assist. We recommend updating the HoloLens to newer versions when they are available. +> Build 10.0.14393.0 is the minimum HoloLens build that supports Remote Assist. We recommend updating the HoloLens to newer versions when they are available. ### Licensing & product requirements @@ -50,15 +50,15 @@ Below, you'll find the technical requirements you'll need to meet in order to di See [Preparing your organization's network for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/prepare-network) to learn more. -## Layout +## Microsoft Layout -Layout enables users to design spaces in context with mixed reality. Bring designs from concept to completion with confidence and speed. Import 3D models to easily create and edit room layouts in real-world scale. Experience designs as high-quality holograms in physical space or in virtual reality and share and edit with stakeholders in real time. +Microsoft Layout enables users to design spaces in context with mixed reality. Bring designs from concept to completion with confidence and speed. Import 3D models to easily create and edit room layouts in real-world scale. Experience designs as high-quality holograms in physical space or in virtual reality and share and edit with stakeholders in real time. Below, you'll find the device options, and technical requirements, you'll need to consider in order to distribute Layout throughout your organization when it's available on May 22, 2018. ### Device options -You can use Layout with a HoloLens, or with a Windows Mixed Reality immersive headset with motion controllers. +You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality immersive headset with motion controllers. HoloLens requirements: @@ -82,7 +82,7 @@ Have the following technical requirements in place to start using Layout as soon * **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. -### Import tool for Layout +### Import Tool for Microsoft Layout The Import Tool for Microsoft Layout is a free companion app for Layout that makes file optimization and management easy. Import existing 3D models from your PC into Microsoft Layout for optimal viewing and editing in mixed reality. Open models in Windows Mixed Reality to view and edit virtually or copy models from your PC onto Microsoft HoloLens to view and edit in your physical environment. With the free Visio Add-in for Microsoft Layout, you can also import room layouts to view and edit on HoloLens or in Windows Mixed Reality. From df9262d009d1230890277c1c1429058574ddc416 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Thu, 3 May 2018 11:40:27 -0700 Subject: [PATCH 14/28] Changes based on stakeholder feedback --- .../hololens/hololens-public-preview-apps.md | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 650bc4529b..fcf555d00e 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -27,7 +27,7 @@ Below, you'll find the technical requirements you'll need to meet in order to di |:---------------------------|:----------------------------------|:-----------------------------------------------------------| | HoloLens | RS1, build 10.0.14393.0 | See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | | Windows 10 PC (optional) | Any Windows 10 build | You can use a Windows 10 PC to collaborate with the HoloLens. | -| Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens, and see a video stream of the HoloLens call. Inking, annotations, and image insertion is not available on mobile devices. | +| Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens. Inking, annotations, and image insertion are not available on mobile. | > [!Note] > Build 10.0.14393.0 is the minimum HoloLens build that supports Remote Assist. We recommend updating the HoloLens to newer versions when they are available. @@ -36,7 +36,7 @@ Below, you'll find the technical requirements you'll need to meet in order to di | Product required | Details | Learn more | |:----------------------------------|:------------------|:------------------| -| Azure Active Directory (Azure AD) | Required for app distribution through the Microsoft Store for Business. | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the Microsoft Store for Business. If you choose not to distribute the app through the Microsoft Store for Business, users can also install it from the Microsoft Store. | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Microsoft Teams | Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. | [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) | | Microsoft Office 365 | Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. | [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) | @@ -66,8 +66,7 @@ HoloLens requirements: |:----------------------------------|:-----------------------------------------------------------| | HoloLens, with RS4 build | This build will be available as a HoloLens update on May 22, to align with the app release. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | -> [!Note] -> You can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. +Alternately, you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. Windows Mixed Reality headset requirements: @@ -79,21 +78,18 @@ Windows Mixed Reality headset requirements: Have the following technical requirements in place to start using Layout as soon as it's available: -* **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. +* **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. If you choose not to distribute the app through the Microsoft Store for Business, users can also install it from the Microsoft Store. * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. +* **Sharing and collaboration requirements**: Additional requirements need to be met in order to share and edit your layouts with stakeholders in real time. For the HoloLens, use of the [Remote Assist](#remote-assist) app is required. For the Windows Mixed Reality immersive headset, a screen sharing app (such as Skype or Skype for Business), and a Windows 10 PC that meets the [Windows Mixed Reality Ultra](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) specifications, are required. -### Import Tool for Microsoft Layout +### Import Tool, and Visio Add-in, for Microsoft Layout -The Import Tool for Microsoft Layout is a free companion app for Layout that makes file optimization and management easy. Import existing 3D models from your PC into Microsoft Layout for optimal viewing and editing in mixed reality. Open models in Windows Mixed Reality to view and edit virtually or copy models from your PC onto Microsoft HoloLens to view and edit in your physical environment. With the free Visio Add-in for Microsoft Layout, you can also import room layouts to view and edit on HoloLens or in Windows Mixed Reality. +The Import Tool for Microsoft Layout is a free companion app for Layout that makes file optimization and management easy. It is required to import existing 3D models from your PC into Microsoft Layout for viewing and editing, to open models in Windows Mixed Reality to view and edit virtually, and to copy models from your PC onto Microsoft HoloLens to view and edit in your physical environment. + +The free Visio Add-in for Microsoft Layout is required to import room layouts from Visio to view and edit on HoloLens or in Windows Mixed Reality. Be sure to grab the Import Tool for Layout, as well as the Visio Add-in, on May 22 if you're interested in these features. If you're using Layout with a HoloLens, USB 2.0 Port and USB cables are also required to transfer models from PC to HoloLens. - - ## Questions and support You can ask questions and engage with our team in the [Mixed Reality Tech Community](https://techcommunity.microsoft.com/t5/Mixed-Reality/ct-p/MixedReality). \ No newline at end of file From 2b1a58a7e24bde87447bc808e99019efc21fa4df Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Thu, 3 May 2018 12:00:03 -0700 Subject: [PATCH 15/28] Language nitpicks --- devices/hololens/hololens-public-preview-apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index fcf555d00e..7601b6d9c3 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -68,7 +68,7 @@ HoloLens requirements: Alternately, you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. -Windows Mixed Reality headset requirements: +Windows Mixed Reality immersive headsetmessaging requirements: | OS requirements | Details | |:----------------------------------------------|:-----------------------------------------------------------| @@ -80,7 +80,7 @@ Have the following technical requirements in place to start using Layout as soon * **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. If you choose not to distribute the app through the Microsoft Store for Business, users can also install it from the Microsoft Store. * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. -* **Sharing and collaboration requirements**: Additional requirements need to be met in order to share and edit your layouts with stakeholders in real time. For the HoloLens, use of the [Remote Assist](#remote-assist) app is required. For the Windows Mixed Reality immersive headset, a screen sharing app (such as Skype or Skype for Business), and a Windows 10 PC that meets the [Windows Mixed Reality Ultra](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) specifications, are required. +* **Sharing and collaboration requirements**: Additional apps are needed to share and edit your layouts with stakeholders in real time. For the HoloLens, use of the [Remote Assist](#remote-assist) app is required. For the Windows Mixed Reality immersive headset, a screen sharing app (such as Skype or Skype for Business), and a Windows 10 PC that meets the [Windows Mixed Reality Ultra](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) specifications, are required. ### Import Tool, and Visio Add-in, for Microsoft Layout From 4b02332734de7a194e88b722f64bfbbf48f18bb7 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Thu, 3 May 2018 12:59:21 -0700 Subject: [PATCH 16/28] Updated phrasing --- devices/hololens/hololens-public-preview-apps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 7601b6d9c3..845ae4a8b0 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -36,7 +36,7 @@ Below, you'll find the technical requirements you'll need to meet in order to di | Product required | Details | Learn more | |:----------------------------------|:------------------|:------------------| -| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the Microsoft Store for Business. If you choose not to distribute the app through the Microsoft Store for Business, users can also install it from the Microsoft Store. | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the Microsoft Store for Business. If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens from the Microsoft store using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Microsoft Teams | Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. | [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) | | Microsoft Office 365 | Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. | [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) | @@ -68,7 +68,7 @@ HoloLens requirements: Alternately, you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. -Windows Mixed Reality immersive headsetmessaging requirements: +Windows Mixed Reality immersive headset requirements: | OS requirements | Details | |:----------------------------------------------|:-----------------------------------------------------------| @@ -78,7 +78,7 @@ Windows Mixed Reality immersive headsetmessaging requirements: Have the following technical requirements in place to start using Layout as soon as it's available: -* **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. If you choose not to distribute the app through the Microsoft Store for Business, users can also install it from the Microsoft Store. +* **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens from the Microsoft Store using their Microsoft Account credentials (MSA). * **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. * **Sharing and collaboration requirements**: Additional apps are needed to share and edit your layouts with stakeholders in real time. For the HoloLens, use of the [Remote Assist](#remote-assist) app is required. For the Windows Mixed Reality immersive headset, a screen sharing app (such as Skype or Skype for Business), and a Windows 10 PC that meets the [Windows Mixed Reality Ultra](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) specifications, are required. From a9ae3c1c0f60486924723cbdae530c3d83a1d340 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Fri, 4 May 2018 10:59:58 -0700 Subject: [PATCH 17/28] Incorporating feedback from stakeholders --- .../hololens/hololens-public-preview-apps.md | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 845ae4a8b0..a193e9dded 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -27,16 +27,16 @@ Below, you'll find the technical requirements you'll need to meet in order to di |:---------------------------|:----------------------------------|:-----------------------------------------------------------| | HoloLens | RS1, build 10.0.14393.0 | See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | | Windows 10 PC (optional) | Any Windows 10 build | You can use a Windows 10 PC to collaborate with the HoloLens. | -| Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens. Inking, annotations, and image insertion are not available on mobile. | +| Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens. Inking, annotations, and image insertion are not currently available on mobile. | > [!Note] -> Build 10.0.14393.0 is the minimum HoloLens build that supports Remote Assist. We recommend updating the HoloLens to newer versions when they are available. +> RS1 OS build 10.0.14393.0 is the minimum HoloLens build that supports Remote Assist. We recommend updating the HoloLens to newer versions when they are available. ### Licensing & product requirements | Product required | Details | Learn more | |:----------------------------------|:------------------|:------------------| -| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the Microsoft Store for Business. If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens from the Microsoft store using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the Microsoft Store for Business. If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens or PC from the Microsoft store using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Microsoft Teams | Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. | [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) | | Microsoft Office 365 | Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. | [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) | @@ -60,7 +60,7 @@ Below, you'll find the device options, and technical requirements, you'll need t You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality immersive headset with motion controllers. -HoloLens requirements: +#### HoloLens requirements | OS requirements | Details | |:----------------------------------|:-----------------------------------------------------------| @@ -68,7 +68,7 @@ HoloLens requirements: Alternately, you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. -Windows Mixed Reality immersive headset requirements: +#### Windows Mixed Reality immersive headset requirements | OS requirements | Details | |:----------------------------------------------|:-----------------------------------------------------------| @@ -78,17 +78,18 @@ Windows Mixed Reality immersive headset requirements: Have the following technical requirements in place to start using Layout as soon as it's available: -* **Azure Active Directory (Azure AD)**: Required for app distribution through the Microsoft Store for Business. See [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) to learn more about Azure AD and licensing users. If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens from the Microsoft Store using their Microsoft Account credentials (MSA). -* **Network requirements**: Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. -* **Sharing and collaboration requirements**: Additional apps are needed to share and edit your layouts with stakeholders in real time. For the HoloLens, use of the [Remote Assist](#remote-assist) app is required. For the Windows Mixed Reality immersive headset, a screen sharing app (such as Skype or Skype for Business), and a Windows 10 PC that meets the [Windows Mixed Reality Ultra](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) specifications, are required. +| Requirement | Details | Learn more | +|:----------------------------------|:------------------|:------------------| +| Azure Active Directory (Azure AD) | Required for app distribution through the Microsoft Store for Business. If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the Microsoft Store using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Network connectivity | Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. | | +| Apps for sharing | Additional apps are needed to share and edit your layouts with stakeholders in real time. For the HoloLens, use of the Remote Assist app is required. For the Windows Mixed Reality immersive headset, a screen sharing app (such as Skype or Skype for Business), and a Windows 10 PC that meets the Windows Mixed Reality Ultra specifications, are required. | [Remote Assist](#remote-assist)
[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | +| Import Tool for Microsoft Layout | The Import Tool for Microsoft Layout is a free companion app for Layout that makes file optimization and management easy. It is required to import existing 3D models from your PC into Microsoft Layout for viewing and editing, to open models in Windows Mixed Reality to view and edit virtually, and to copy models from your PC onto Microsoft HoloLens to view and edit in your physical environment. If you're using Layout with a HoloLens, USB 2.0 Port and USB cables are also required to transfer models from PC to HoloLens. | | -### Import Tool, and Visio Add-in, for Microsoft Layout +### Visio Add-in for Microsoft Layout -The Import Tool for Microsoft Layout is a free companion app for Layout that makes file optimization and management easy. It is required to import existing 3D models from your PC into Microsoft Layout for viewing and editing, to open models in Windows Mixed Reality to view and edit virtually, and to copy models from your PC onto Microsoft HoloLens to view and edit in your physical environment. +The free Visio Add-in for Microsoft Layout is required to import room layouts from Visio to view and edit on HoloLens or in Windows Mixed Reality. The Import Tool for Microsoft Layout is also required. -The free Visio Add-in for Microsoft Layout is required to import room layouts from Visio to view and edit on HoloLens or in Windows Mixed Reality. - -Be sure to grab the Import Tool for Layout, as well as the Visio Add-in, on May 22 if you're interested in these features. If you're using Layout with a HoloLens, USB 2.0 Port and USB cables are also required to transfer models from PC to HoloLens. +Be sure to grab the Import Tool for Layout, as well as the Visio Add-in, on May 22 if you'd like to work with Visio room layouts. ## Questions and support From a1a48cf1bc50550bc3b12646cef9682bd402ba70 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Fri, 4 May 2018 12:56:24 -0700 Subject: [PATCH 18/28] Adjusted descriptions, added links --- .../hololens/hololens-public-preview-apps.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index a193e9dded..75ac3d64da 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -17,7 +17,7 @@ On May 22, 2018, these apps will be available to download and distribute across ## Microsoft Remote Assist -Microsoft Remote Assist supports collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert, while staying hands-on to solve problems and complete tasks together, faster. +Microsoft Remote Assist supports collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert on Microsoft Teams, while staying hands-on to solve problems and complete tasks together, faster. Below, you'll find the technical requirements you'll need to meet in order to distribute Remote Assist throughout your organization when it's available on May 22, 2018. @@ -36,13 +36,13 @@ Below, you'll find the technical requirements you'll need to meet in order to di | Product required | Details | Learn more | |:----------------------------------|:------------------|:------------------| -| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the Microsoft Store for Business. If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens or PC from the Microsoft store using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens or PC from the [Microsoft store](https://www.microsoft.com/en-us/store/apps/windows?icid=CNavAppsWindowsApps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Microsoft Teams | Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. | [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) | | Microsoft Office 365 | Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. | [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) | ### Network requirements -1.5Mb/s is the bandwidth required to enable the full feature set. If your organization's bandwidth does not meet these requirements, you may notice HoloLens feature degradation, limiting the user experience. Please test your company’s network bandwidth by performing the following steps: +1.5 MB/s is the suggested bandwidth for optimal performance of Microsoft Remote Assist. Though interactive audio/video calls may be supported in environments with reduced bandwidth, you may experience HoloLens feature degradation, limiting the user experience. To test your company’s network bandwidth, we suggest following the steps outlined below: 1. Have a mobile Teams user (iOS or Android) video call a desktop Teams user. 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and another for a 5th and 6th user. @@ -52,7 +52,7 @@ See [Preparing your organization's network for Microsoft Teams](https://docs.mic ## Microsoft Layout -Microsoft Layout enables users to design spaces in context with mixed reality. Bring designs from concept to completion with confidence and speed. Import 3D models to easily create and edit room layouts in real-world scale. Experience designs as high-quality holograms in physical space or in virtual reality and share and edit with stakeholders in real time. +Bring designs from concept to completion with confidence and speed using Microsoft Layout. Import 3D models to easily create room layouts in real-world scale. Experience designs as high-quality holograms in physical or virtual space and edit in real time. With Microsoft Layout, see ideas in context, saving valuable time and money. Below, you'll find the device options, and technical requirements, you'll need to consider in order to distribute Layout throughout your organization when it's available on May 22, 2018. @@ -73,6 +73,7 @@ Alternately, you can get started testing out the RS4 build in advance of May 22. | OS requirements | Details | |:----------------------------------------------|:-----------------------------------------------------------| | Windows 10 PC with build 16299.0 or higher | The Windows 10 PC hardware must be able to support the headset. See [Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) for specific hardware requirements. We recommend following the **Windows Mixed Reality Ultra** hardware guidelines. | +| Motion controllers | Motion controllers are hardware accessories that allow users to take action in mixed reality. See [Motion controllers](https://docs.microsoft.com/en-us/windows/mixed-reality/motion-controllers) to learn more. | ### Technical requirements @@ -80,16 +81,16 @@ Have the following technical requirements in place to start using Layout as soon | Requirement | Details | Learn more | |:----------------------------------|:------------------|:------------------| -| Azure Active Directory (Azure AD) | Required for app distribution through the Microsoft Store for Business. If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the Microsoft Store using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Azure Active Directory (Azure AD) | Required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps/windows?icid=CNavAppsWindowsApps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Network connectivity | Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. | | -| Apps for sharing | Additional apps are needed to share and edit your layouts with stakeholders in real time. For the HoloLens, use of the Remote Assist app is required. For the Windows Mixed Reality immersive headset, a screen sharing app (such as Skype or Skype for Business), and a Windows 10 PC that meets the Windows Mixed Reality Ultra specifications, are required. | [Remote Assist](#remote-assist)
[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | -| Import Tool for Microsoft Layout | The Import Tool for Microsoft Layout is a free companion app for Layout that makes file optimization and management easy. It is required to import existing 3D models from your PC into Microsoft Layout for viewing and editing, to open models in Windows Mixed Reality to view and edit virtually, and to copy models from your PC onto Microsoft HoloLens to view and edit in your physical environment. If you're using Layout with a HoloLens, USB 2.0 Port and USB cables are also required to transfer models from PC to HoloLens. | | +| Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.
A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#remote-assist)
[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | +| Import Tool for Microsoft Layout | Import Tool for Microsoft Layout is a free companion app for Microsoft Layout that makes file optimization and management easy. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from Microsoft Store starting May 22nd. | | ### Visio Add-in for Microsoft Layout -The free Visio Add-in for Microsoft Layout is required to import room layouts from Visio to view and edit on HoloLens or in Windows Mixed Reality. The Import Tool for Microsoft Layout is also required. +The free Visio Add-in for Microsoft Layout enables you to import room layouts from Visio to view and edit on HoloLens or in Windows Mixed Reality. The Import Tool for Microsoft Layout is also required. -Be sure to grab the Import Tool for Layout, as well as the Visio Add-in, on May 22 if you'd like to work with Visio room layouts. +Be sure to grab the Import Tool for Layout, as well as the Visio Add-in, on May 22 if you'd like to import, view, and edit room layouts. ## Questions and support From e04c8a994aa72df941e648c026a2f437bc3b8d14 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Fri, 4 May 2018 12:58:47 -0700 Subject: [PATCH 19/28] Import tool is required to transfer Visio room layouts --- devices/hololens/hololens-public-preview-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 75ac3d64da..e7ce3ffdd5 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -84,7 +84,7 @@ Have the following technical requirements in place to start using Layout as soon | Azure Active Directory (Azure AD) | Required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps/windows?icid=CNavAppsWindowsApps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Network connectivity | Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. | | | Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.
A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#remote-assist)
[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | -| Import Tool for Microsoft Layout | Import Tool for Microsoft Layout is a free companion app for Microsoft Layout that makes file optimization and management easy. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from Microsoft Store starting May 22nd. | | +| Import Tool for Microsoft Layout | Import Tool for Microsoft Layout is a free companion app for Microsoft Layout that makes file optimization and management easy. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from Microsoft Store starting May 22nd. The Import Tool is also required to transfer Visio room layouts to the HoloLens or Windows Mixed Reality headset. | | ### Visio Add-in for Microsoft Layout From 245e5251d87e22582190e59337028c835486c29d Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Fri, 4 May 2018 13:30:51 -0700 Subject: [PATCH 20/28] MRMW apps for public preview --- devices/hololens/hololens-public-preview-apps.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index e7ce3ffdd5..0cf5664035 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -19,7 +19,7 @@ On May 22, 2018, these apps will be available to download and distribute across Microsoft Remote Assist supports collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert on Microsoft Teams, while staying hands-on to solve problems and complete tasks together, faster. -Below, you'll find the technical requirements you'll need to meet in order to distribute Remote Assist throughout your organization when it's available on May 22, 2018. +Below, you'll find the technical requirements you'll need to meet in order to distribute Microsoft Remote Assist throughout your organization when it's available on May 22, 2018. ### Device requirements @@ -36,7 +36,7 @@ Below, you'll find the technical requirements you'll need to meet in order to di | Product required | Details | Learn more | |:----------------------------------|:------------------|:------------------| -| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens or PC from the [Microsoft store](https://www.microsoft.com/en-us/store/apps/windows?icid=CNavAppsWindowsApps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens or PC from the [Microsoft store](https://www.microsoft.com/en-us/store/apps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Microsoft Teams | Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. | [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) | | Microsoft Office 365 | Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. | [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) | @@ -77,20 +77,20 @@ Alternately, you can get started testing out the RS4 build in advance of May 22. ### Technical requirements -Have the following technical requirements in place to start using Layout as soon as it's available: +Have the following technical requirements in place to start using Microsoft Layout as soon as it's available: | Requirement | Details | Learn more | |:----------------------------------|:------------------|:------------------| -| Azure Active Directory (Azure AD) | Required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps/windows?icid=CNavAppsWindowsApps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Azure Active Directory (Azure AD) | Required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Network connectivity | Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. | | -| Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.
A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#remote-assist)
[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | -| Import Tool for Microsoft Layout | Import Tool for Microsoft Layout is a free companion app for Microsoft Layout that makes file optimization and management easy. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from Microsoft Store starting May 22nd. The Import Tool is also required to transfer Visio room layouts to the HoloLens or Windows Mixed Reality headset. | | +| Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.
A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#remote-assist)

[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | +| Import Tool for Microsoft Layout | Import Tool for Microsoft Layout is a free companion app for Microsoft Layout that makes file optimization and management easy. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from the Microsoft Store starting May 22nd. The Import Tool is also required to transfer Visio room layouts to the HoloLens or Windows Mixed Reality headset. | | ### Visio Add-in for Microsoft Layout The free Visio Add-in for Microsoft Layout enables you to import room layouts from Visio to view and edit on HoloLens or in Windows Mixed Reality. The Import Tool for Microsoft Layout is also required. -Be sure to grab the Import Tool for Layout, as well as the Visio Add-in, on May 22 if you'd like to import, view, and edit room layouts. +Be sure to grab the Import Tool and Visio Add-in for Microsoft Layout on May 22 if you'd like to import, view, and edit room layouts. ## Questions and support From 8c2851a67aa34376c6079f32c71141f76a99d4ad Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Sun, 6 May 2018 11:16:21 -0700 Subject: [PATCH 21/28] MRMW app content for public preview --- .../hololens/hololens-public-preview-apps.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 0cf5664035..823da534a5 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -1,6 +1,6 @@ --- -title: Get early access to preview new modern workplace apps -description: Prepare to meet technical requirements to use HoloLens modern workplace apps during public preview +title: Get early access to preview new mixed reality apps for HoloLens +description: Here's what you need to know to prepare for the public preview of new mixed reality apps for HoloLens ms.prod: w10 ms.mktglfcycl: manage ms.pagetype: hololens, devices @@ -9,17 +9,17 @@ author: alhopper ms.localizationpriority: medium ms.date: 05/07/2018 --- -# Get ready to preview new modern workplace apps +# Get ready to preview new mixed reality apps for HoloLens -Microsoft has just announced two new modern workplace apps coming to HoloLens: Microsoft Remote Assist and Microsoft Layout. +Microsoft has just announced two new mixed reality apps coming to HoloLens: Microsoft Remote Assist and Microsoft Layout. -On May 22, 2018, these apps will be available to download and distribute across your organization as part of a public preview. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your roll-out is smooth and seamless. +On May 22, 2018, these apps will be available to download for free for a limited time from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store). At that time you'll be able to distribute the apps across your organization as part of a public preview. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your roll-out is smooth and seamless. ## Microsoft Remote Assist -Microsoft Remote Assist supports collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert on Microsoft Teams, while staying hands-on to solve problems and complete tasks together, faster. +Microsoft Remote Assist enables collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert on Microsoft Teams, while staying hands-on to solve problems and complete tasks together, faster. -Below, you'll find the technical requirements you'll need to meet in order to distribute Microsoft Remote Assist throughout your organization when it's available on May 22, 2018. +Below, you'll find the technical requirements you'll need to meet in order to distribute Microsoft Remote Assist throughout your organization when it's available from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) on May 22, 2018. ### Device requirements @@ -42,7 +42,7 @@ Below, you'll find the technical requirements you'll need to meet in order to di ### Network requirements -1.5 MB/s is the suggested bandwidth for optimal performance of Microsoft Remote Assist. Though interactive audio/video calls may be supported in environments with reduced bandwidth, you may experience HoloLens feature degradation, limiting the user experience. To test your company’s network bandwidth, we suggest following the steps outlined below: +1.5 MB/s is the recommended bandwidth for optimal performance of Microsoft Remote Assist. Though audio/video calls may be possible in environments with reduced bandwidth, you may experience HoloLens feature degradation, limiting the user experience. To test your company’s network bandwidth, we suggest following the steps outlined below: 1. Have a mobile Teams user (iOS or Android) video call a desktop Teams user. 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and another for a 5th and 6th user. @@ -54,7 +54,7 @@ See [Preparing your organization's network for Microsoft Teams](https://docs.mic Bring designs from concept to completion with confidence and speed using Microsoft Layout. Import 3D models to easily create room layouts in real-world scale. Experience designs as high-quality holograms in physical or virtual space and edit in real time. With Microsoft Layout, see ideas in context, saving valuable time and money. -Below, you'll find the device options, and technical requirements, you'll need to consider in order to distribute Layout throughout your organization when it's available on May 22, 2018. +Below, you'll find the device options, and technical requirements, you'll need to consider in order to distribute Layout throughout your organization when it's available from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) on May 22, 2018. ### Device options @@ -84,13 +84,13 @@ Have the following technical requirements in place to start using Microsoft Layo | Azure Active Directory (Azure AD) | Required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Network connectivity | Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. | | | Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.
A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#remote-assist)

[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | -| Import Tool for Microsoft Layout | Import Tool for Microsoft Layout is a free companion app for Microsoft Layout that makes file optimization and management easy. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from the Microsoft Store starting May 22nd. The Import Tool is also required to transfer Visio room layouts to the HoloLens or Windows Mixed Reality headset. | | +| Import Tool for Microsoft Layout | The Import Tool for Microsoft Layout is a companion app for Layout that makes model optimization and management easy. The Import Tool is required to transfer existing 3D models from your PC to Microsoft Layout, for viewing and editing on HoloLens or a Windows Mixed Reality headset. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) starting May 22nd. The Import Tool is also required to transfer Visio space dimensions to the HoloLens or Windows Mixed Reality headset. | | ### Visio Add-in for Microsoft Layout -The free Visio Add-in for Microsoft Layout enables you to import room layouts from Visio to view and edit on HoloLens or in Windows Mixed Reality. The Import Tool for Microsoft Layout is also required. +The free Visio Add-in for Microsoft Layout enables you to import space dimensions from Visio to view and edit on HoloLens or in Windows Mixed Reality. The Import Tool for Microsoft Layout is also required. -Be sure to grab the Import Tool and Visio Add-in for Microsoft Layout on May 22 if you'd like to import, view, and edit room layouts. +Be sure to grab the Import Tool and Visio Add-in for Microsoft Layout on May 22 if you'd like to import, view, and edit space dimensions from Visio. ## Questions and support From 0d4afe4358abe71be3ee5e5604025f1b48edca51 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Sun, 6 May 2018 11:22:02 -0700 Subject: [PATCH 22/28] Details on upgrading to RS4 are forthcoming --- devices/hololens/hololens-public-preview-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 823da534a5..79ae9cd952 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -64,7 +64,7 @@ You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality im | OS requirements | Details | |:----------------------------------|:-----------------------------------------------------------| -| HoloLens, with RS4 build | This build will be available as a HoloLens update on May 22, to align with the app release. See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | +| HoloLens, with RS4 build | This build will be available as a HoloLens update on May 22, to align with the app release. Instructions for upgrading to the RS4 build are forthcoming. | Alternately, you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. From 48e5f155fbac31fbba47481e53f8707e567dde5e Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Sun, 6 May 2018 11:23:12 -0700 Subject: [PATCH 23/28] table formatting --- devices/hololens/hololens-public-preview-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 79ae9cd952..8dd54036d6 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -83,7 +83,7 @@ Have the following technical requirements in place to start using Microsoft Layo |:----------------------------------|:------------------|:------------------| | Azure Active Directory (Azure AD) | Required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Network connectivity | Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. | | -| Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.
A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#remote-assist)

[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | +| Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.

A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#remote-assist)

[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | | Import Tool for Microsoft Layout | The Import Tool for Microsoft Layout is a companion app for Layout that makes model optimization and management easy. The Import Tool is required to transfer existing 3D models from your PC to Microsoft Layout, for viewing and editing on HoloLens or a Windows Mixed Reality headset. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) starting May 22nd. The Import Tool is also required to transfer Visio space dimensions to the HoloLens or Windows Mixed Reality headset. | | ### Visio Add-in for Microsoft Layout From 82c32b540402b17fa2df3a386055d61440930d01 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Sun, 6 May 2018 11:33:09 -0700 Subject: [PATCH 24/28] Updated MR apps topic title in TOC and index --- devices/hololens/TOC.md | 2 +- devices/hololens/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md index d676b7051a..4a7d2632b3 100644 --- a/devices/hololens/TOC.md +++ b/devices/hololens/TOC.md @@ -9,6 +9,6 @@ ## [Share HoloLens with multiple people](hololens-multiple-users.md) ## [Configure HoloLens using a provisioning package](hololens-provisioning.md) ## [Install apps on HoloLens](hololens-install-apps.md) -## [Get ready to preview new modern workplace apps](hololens-public-preview-apps.md) +## [Get ready to preview new mixed reality apps](hololens-public-preview-apps.md) ## [Enable Bitlocker device encryption for HoloLens](hololens-encryption.md) ## [Change history for Microsoft HoloLens documentation](change-history-hololens.md) \ No newline at end of file diff --git a/devices/hololens/index.md b/devices/hololens/index.md index 0256147708..2d454507ac 100644 --- a/devices/hololens/index.md +++ b/devices/hololens/index.md @@ -7,7 +7,7 @@ ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms ms.localizationpriority: medium -ms.date: 04/30/2018 +ms.date: 05/07/2018 --- # Microsoft HoloLens @@ -31,7 +31,7 @@ ms.date: 04/30/2018 [Share HoloLens with multiple people](hololens-multiple-users.md) | Multiple users can shared a HoloLens device by using their Azure Active Directory accounts. | [Configure HoloLens using a provisioning package](hololens-provisioning.md) | Provisioning packages make it easy for IT administrators to configure HoloLens devices without imaging | | [Install apps on HoloLens](hololens-install-apps.md) | Use Microsoft Store for Business, mobile device management (MDM), or the Windows Device Portal to install apps on HoloLens| -| [Get early access to preview new modern workplace apps](hololens-public-preview-apps.md) | Distribute and use new HoloLens modern workplace apps during private preview | +| [Get early access to preview new mixed reality apps](hololens-public-preview-apps.md) | Distribute and use new mixed reality apps for HoloLens during private preview |
[Enable Bitlocker device encryption for HoloLens](hololens-encryption.md) | Learn how to use Bitlocker device encryption to protect files and information stored on the HoloLens. [Change history for Microsoft HoloLens documentation](change-history-hololens.md) | See new and updated topics in the HoloLens documentation library. From 82b93e4e4258055be5ff1ea71bb386c6db84927a Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Sun, 6 May 2018 11:36:10 -0700 Subject: [PATCH 25/28] Get the Visio Add-in from the Microsoft Store or Microsoft Store for Business --- devices/hololens/hololens-public-preview-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 8dd54036d6..5a54d990b1 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -90,7 +90,7 @@ Have the following technical requirements in place to start using Microsoft Layo The free Visio Add-in for Microsoft Layout enables you to import space dimensions from Visio to view and edit on HoloLens or in Windows Mixed Reality. The Import Tool for Microsoft Layout is also required. -Be sure to grab the Import Tool and Visio Add-in for Microsoft Layout on May 22 if you'd like to import, view, and edit space dimensions from Visio. +Be sure to grab the Import Tool and Visio Add-in for Microsoft Layout from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) or [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) on May 22 if you'd like to import, view, and edit space dimensions from Visio. ## Questions and support From ef523fce5a327b757232a58d6313dfcc79fbf89b Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Sun, 6 May 2018 12:29:47 -0700 Subject: [PATCH 26/28] Updated mrmw app topic title in TOC and index --- devices/hololens/TOC.md | 2 +- devices/hololens/hololens-public-preview-apps.md | 2 +- devices/hololens/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md index 4a7d2632b3..b262c23f1c 100644 --- a/devices/hololens/TOC.md +++ b/devices/hololens/TOC.md @@ -9,6 +9,6 @@ ## [Share HoloLens with multiple people](hololens-multiple-users.md) ## [Configure HoloLens using a provisioning package](hololens-provisioning.md) ## [Install apps on HoloLens](hololens-install-apps.md) -## [Get ready to preview new mixed reality apps](hololens-public-preview-apps.md) +## [Get ready to preview new mixed reality apps for HoloLens](hololens-public-preview-apps.md) ## [Enable Bitlocker device encryption for HoloLens](hololens-encryption.md) ## [Change history for Microsoft HoloLens documentation](change-history-hololens.md) \ No newline at end of file diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 5a54d990b1..9d4a7d277a 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -64,7 +64,7 @@ You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality im | OS requirements | Details | |:----------------------------------|:-----------------------------------------------------------| -| HoloLens, with RS4 build | This build will be available as a HoloLens update on May 22, to align with the app release. Instructions for upgrading to the RS4 build are forthcoming. | +| HoloLens, with RS4 build | This build will be available as a HoloLens update on May 22, to align with the app release. Instructions for upgrading to the RS4 OS build are forthcoming. | Alternately, you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. diff --git a/devices/hololens/index.md b/devices/hololens/index.md index 2d454507ac..d0fb2be196 100644 --- a/devices/hololens/index.md +++ b/devices/hololens/index.md @@ -31,7 +31,7 @@ ms.date: 05/07/2018 [Share HoloLens with multiple people](hololens-multiple-users.md) | Multiple users can shared a HoloLens device by using their Azure Active Directory accounts. | [Configure HoloLens using a provisioning package](hololens-provisioning.md) | Provisioning packages make it easy for IT administrators to configure HoloLens devices without imaging | | [Install apps on HoloLens](hololens-install-apps.md) | Use Microsoft Store for Business, mobile device management (MDM), or the Windows Device Portal to install apps on HoloLens| -| [Get early access to preview new mixed reality apps](hololens-public-preview-apps.md) | Distribute and use new mixed reality apps for HoloLens during private preview | +| [Get early access to preview new mixed reality apps for HoloLens](hololens-public-preview-apps.md) | Distribute and use new mixed reality apps for HoloLens during private preview |
[Enable Bitlocker device encryption for HoloLens](hololens-encryption.md) | Learn how to use Bitlocker device encryption to protect files and information stored on the HoloLens. [Change history for Microsoft HoloLens documentation](change-history-hololens.md) | See new and updated topics in the HoloLens documentation library. From bd9ea5ed1585f388984a0298be777ee38b5c86a6 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Mon, 7 May 2018 07:22:41 -0700 Subject: [PATCH 27/28] Table formatting --- devices/hololens/index.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/devices/hololens/index.md b/devices/hololens/index.md index d0fb2be196..e16943abea 100644 --- a/devices/hololens/index.md +++ b/devices/hololens/index.md @@ -21,20 +21,19 @@ ms.date: 05/07/2018 | Topic | Description | | --- | --- | -[What's new in Microsoft HoloLens](hololens-whats-new.md) | Discover the new features in the latest update. +| [What's new in Microsoft HoloLens](hololens-whats-new.md) | Discover the new features in the latest update. | | [HoloLens in the enterprise: requirements](hololens-requirements.md) | Lists requirements for general use, Wi-Fi, and device management | | [Set up HoloLens](hololens-setup.md) | How to set up HoloLens for the first time | -| [Unlock Windows Holographic for Business features](hololens-upgrade-enterprise.md) | How to upgrade your Development Edition HoloLens to Windows Holographic for Business| +| [Unlock Windows Holographic for Business features](hololens-upgrade-enterprise.md) | How to upgrade your Development Edition HoloLens to Windows Holographic for Business | | [Enroll HoloLens in MDM](hololens-enroll-mdm.md) | Manage multiple HoloLens devices simultaneously using solutions like Microsoft Intune | -[Manage updates to HoloLens](hololens-updates.md) | Use mobile device management (MDM) policies to configure settings for updates. +| [Manage updates to HoloLens](hololens-updates.md) | Use mobile device management (MDM) policies to configure settings for updates. | | [Set up HoloLens in kiosk mode](hololens-kiosk.md) | Enable kiosk mode for HoloLens, which limits the user's ability to launch new apps or change the running app | -[Share HoloLens with multiple people](hololens-multiple-users.md) | Multiple users can shared a HoloLens device by using their Azure Active Directory accounts. +[Share HoloLens with multiple people](hololens-multiple-users.md) | Multiple users can shared a HoloLens device by using their Azure Active Directory accounts. | | [Configure HoloLens using a provisioning package](hololens-provisioning.md) | Provisioning packages make it easy for IT administrators to configure HoloLens devices without imaging | -| [Install apps on HoloLens](hololens-install-apps.md) | Use Microsoft Store for Business, mobile device management (MDM), or the Windows Device Portal to install apps on HoloLens| +| [Install apps on HoloLens](hololens-install-apps.md) | Use Microsoft Store for Business, mobile device management (MDM), or the Windows Device Portal to install apps on HoloLens | | [Get early access to preview new mixed reality apps for HoloLens](hololens-public-preview-apps.md) | Distribute and use new mixed reality apps for HoloLens during private preview | -
-[Enable Bitlocker device encryption for HoloLens](hololens-encryption.md) | Learn how to use Bitlocker device encryption to protect files and information stored on the HoloLens. -[Change history for Microsoft HoloLens documentation](change-history-hololens.md) | See new and updated topics in the HoloLens documentation library. +| [Enable Bitlocker device encryption for HoloLens](hololens-encryption.md) | Learn how to use Bitlocker device encryption to protect files and information stored on the HoloLens | +| [Change history for Microsoft HoloLens documentation](change-history-hololens.md) | See new and updated topics in the HoloLens documentation library. | ## Related resources From e9ae85a39e7d88759f1a396a6a5a2f35a3ca36e6 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Mon, 7 May 2018 07:39:29 -0700 Subject: [PATCH 28/28] MR apps for HoloLens --- devices/hololens/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/index.md b/devices/hololens/index.md index e16943abea..e362576abb 100644 --- a/devices/hololens/index.md +++ b/devices/hololens/index.md @@ -31,7 +31,7 @@ ms.date: 05/07/2018 [Share HoloLens with multiple people](hololens-multiple-users.md) | Multiple users can shared a HoloLens device by using their Azure Active Directory accounts. | | [Configure HoloLens using a provisioning package](hololens-provisioning.md) | Provisioning packages make it easy for IT administrators to configure HoloLens devices without imaging | | [Install apps on HoloLens](hololens-install-apps.md) | Use Microsoft Store for Business, mobile device management (MDM), or the Windows Device Portal to install apps on HoloLens | -| [Get early access to preview new mixed reality apps for HoloLens](hololens-public-preview-apps.md) | Distribute and use new mixed reality apps for HoloLens during private preview | +| [Get ready to preview new mixed reality apps for HoloLens](hololens-public-preview-apps.md) | Get ready to distribute and use new mixed reality apps for HoloLens during private preview | | [Enable Bitlocker device encryption for HoloLens](hololens-encryption.md) | Learn how to use Bitlocker device encryption to protect files and information stored on the HoloLens | | [Change history for Microsoft HoloLens documentation](change-history-hololens.md) | See new and updated topics in the HoloLens documentation library. |