Merge pull request #8068 from brycehutchings/bryceh_fix_wmr_fod

Fix misleading instructions on manage-windows-mixed-reality.md page
This commit is contained in:
Daniel Simpson 2020-08-28 07:34:52 -07:00 committed by GitHub
commit 72d5315588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,11 +38,10 @@ Organizations that use Windows Server Update Services (WSUS) must take action to
> [!NOTE]
> You must download the FOD .cab file that matches your operating system version.
1. Use `Add-Package` to add Windows Mixed Reality FOD to the image.
1. Use `Dism` to add Windows Mixed Reality FOD to the image.
```powershell
Add-Package
Dism /Online /add-package /packagepath:(path)
Dism /Online /Add-Package /PackagePath:(path)
```
> [!NOTE]