Merge remote-tracking branch 'refs/remotes/origin/jdrs4mr' into jdrs4

# Conflicts:
#	windows/application-management/manage-windows-mixed-reality.md
This commit is contained in:
Jeanie Decker 2018-03-27 10:42:43 -07:00
commit 3307540c0a

View File

@ -17,7 +17,8 @@ ms.date: 11/09/2017
- Windows 10
Windows 10, version 1709 (also known as the Fall Creators Update), introduces [Windows Mixed Reality](https://blogs.windows.com/windowsexperience/2017/10/03/the-era-of-windows-mixed-reality-begins-october-17/). Organizations that use Windows Server Update Services (WSUS) must take action to [enable Windows Mixed Reality](#enable). Any organization that wants to prohibit use of Windows Mixed Reality can [block the installation of the Mixed Reality Portal](#block).
[Windows Mixed Reality](https://blogs.windows.com/windowsexperience/2017/10/03/the-era-of-windows-mixed-reality-begins-october-17/) was introduced in Windows 10, version 1709 (also known as the Fall Creators Update). Organizations that use Windows Server Update Services (WSUS) must take action to [enable Windows Mixed Reality](#enable). Any organization that wants to prohibit use of Windows Mixed Reality can [block the installation of the Mixed Reality Portal](#block).
<span id="enable" />
@ -25,15 +26,32 @@ Windows 10, version 1709 (also known as the Fall Creators Update), introduces [W
To enable users to download the Windows Mixed Reality software for devices running Windows 10, version 1703, enterprises using WSUS can approve Windows Mixed Reality package by unblocking **KB4016509: FeatureOnDemandOasis - Windows 10 version 1703 for x64-based Systems**.
Enterprises devices running Windows 10, version 1709, will not be able to install Windows Mixed Reality Feature on Demand (FOD) directly from WSUS. Instead, use one of the following options to install Windows Mixed Reality software:
Enterprises devices running Windows 10, version 1709, will not be able to install Windows Mixed Reality Feature on Demand (FOD) directly from WSUS.
Windows Mixed Reality will also require a Data Assets update package, if available. In Windows 10, version 1803, you must import the Data Assets update package from the [Microsoft Update Catalog](http://www.catalog.update.microsoft.com/). In Windows 10, version 1709, you can import the Data Assets update package from the catalog or from WSUS.
For Windows 10, version 1709 and version 1803, use one of the following options to install Windows Mixed Reality software:
- Manually install the Mixed Reality software
- [Download the Microsoft Windows Holographic Desktop Feature on Demand package.](http://download.microsoft.com/download/6/F/8/6F816172-AC7D-4F45-B967-D573FB450CB7/Microsoft-Windows-Holographic-Desktop-FOD-Package.cab)
- Open a command prompt as administrator and run the following command to install the package:
- Obtain the latest Data Assets update package (which is a stand-alone package and not the feature on demand). *Add instructions on locating asset package when we know what an MR KB title will look like*
`dism /online /add-package /packagepath:"path to the cab file"`
- Use `Add-Capability` to add the Windows Mixed Reality feature on demand package to the image, then use `Add-Package` to apply the latest cumulative update, and then use `Add-Package` to add the Data Assets update package.
For reference: here are the dism commands available to add feature on demand packages and update packages to the image.
```
Add-Package
Dism /Image:C:\test\offline /Add-Package /PackagePath:C:\packages\package1.cab
```
```
Add-Capability
Dism /Online /Add-Capability /Name: OpenSSH.Client~~~~0.0.1.0
```
- Go to **Settings** > **Update & Security** > **Windows Update** and **Check for updates**.