Merge pull request #10113 from GrischaE1/patch-1

Documentation issue
This commit is contained in:
Denise Vangel-MSFT
2021-11-19 12:25:52 -08:00
committed by GitHub

View File

@ -8,8 +8,8 @@ ms.author: dansimp
ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
ms.date: 09/27/2019
author: dansimp
ms.date: 11/19/2021
---
# EnterpriseModernAppManagement CSP
@ -181,7 +181,7 @@ The following example removes a package for all users:
</Target>
<Meta><Format xmlns="syncml:metinf">xml</Format></Meta>
<Data>
<Package Name="{PackageFullName}" RemoveForAllUsers=1 />
<Package Name="{PackageFullName}" RemoveForAllUsers="1" />
</Data>
</Item>
</Exec>