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