mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Correct note styles
This commit is contained in:
parent
7e81b99142
commit
5e1c6b7738
@ -17,7 +17,8 @@ ms.date: 06/26/2017
|
||||
|
||||
The EnterpriseAppManagement enterprise configuration service provider is used to handle enterprise application management tasks such as installing an enterprise application token, the first auto-downloadable app link, querying installed enterprise applications (name and version), auto updating already installed enterprise applications, and removing all installed enterprise apps (including the enterprise app token) during unenrollment.
|
||||
|
||||
> **Note** The EnterpriseAppManagement CSP is only supported in Windows 10 Mobile.
|
||||
> [!NOTE]
|
||||
> The EnterpriseAppManagement CSP is only supported in Windows 10 Mobile.
|
||||
|
||||
|
||||
|
||||
@ -81,7 +82,8 @@ Optional. The character string that contains the search criteria to search for t
|
||||
|
||||
Supported operations are Get and Add.
|
||||
|
||||
> **Note** Do NOT use Subject=CN%3DB1C43CD0-1624-5FBB-8E54-34CF17DFD3A1\\x00. The server must replace this value in the supplied client certificate. If your server returns a client certificate containing the same Subject value, this can cause unexpected behavior. The server should always override the subject value and not use the default device-provided Device ID Subject= Subject=CN%3DB1C43CD0-1624-5FBB-8E54-34CF17DFD3A1\\x00
|
||||
> [!NOTE]
|
||||
> Do NOT use Subject=CN%3DB1C43CD0-1624-5FBB-8E54-34CF17DFD3A1\\x00. The server must replace this value in the supplied client certificate. If your server returns a client certificate containing the same Subject value, this can cause unexpected behavior. The server should always override the subject value and not use the default device-provided Device ID Subject= Subject=CN%3DB1C43CD0-1624-5FBB-8E54-34CF17DFD3A1\\x00
|
||||
|
||||
|
||||
|
||||
@ -431,10 +433,10 @@ Install or update the installed app with the product ID “{B316008A-141D-4A79-8
|
||||
|
||||
To perform an XAP update, create the Name, URL, Version, and DownloadInstall nodes first, then perform an “execute” on the “DownloadInstall” node (all within an “Atomic” operation). If the application does not exist, the application will be silently installed without any user interaction. If the application cannot be installed, the user will be notified with an Alert dialog.
|
||||
|
||||
> **Note**
|
||||
> [!NOTE]
|
||||
> 1. If a previous app-update node existed for this product ID (the node can persist for up to 1 week or 7 days after an installation has completed), then a 418 (already exist) error would be returned on the “Add”. To get around the 418 error, the server should issue a Replace command for the Name, URL, and Version nodes, and then execute on the “DownloadInstall” (within an “Atomic” operation).
|
||||
|
||||
2. The application product ID curly braces need to be escaped where { is %7B and } is %7D.
|
||||
>
|
||||
> 2. The application product ID curly braces need to be escaped where { is %7B and } is %7D.
|
||||
|
||||
|
||||
|
||||
|
@ -17,7 +17,8 @@ ms.date: 07/12/2017
|
||||
|
||||
The EnterpriseAssignedAccess configuration service provider allows IT administrators to configure settings, such as language and themes, lock down a device, and configure custom layouts on a device. For example, the administrator can lock down a device so that only applications specified in an Allow list are available. Apps not on the Allow list remain installed on the device, but are hidden from view and blocked from launching.
|
||||
|
||||
> **Note** The EnterpriseAssignedAccess CSP is only supported in Windows 10 Mobile.
|
||||
> [!NOTE]
|
||||
> The EnterpriseAssignedAccess CSP is only supported in Windows 10 Mobile.
|
||||
|
||||
For more information about how to interact with the lockdown XML at runtime, see [**DeviceLockdownProfile class**](/uwp/api/Windows.Embedded.DeviceLockdown.DeviceLockdownProfile).
|
||||
|
||||
@ -789,7 +790,8 @@ The culture code that identifies the language to display on a device, and specif
|
||||
|
||||
The language setting is configured in the Default User profile only.
|
||||
|
||||
> **Note** Apply the Locale ID only after the corresponding language packs are built into and supported for the OS image running on the device. The specified language will be applied as the phone language and a restart may be required.
|
||||
> [!NOTE]
|
||||
> Apply the Locale ID only after the corresponding language packs are built into and supported for the OS image running on the device. The specified language will be applied as the phone language and a restart may be required.
|
||||
|
||||
Supported operations are Get and Replace.
|
||||
|
||||
@ -798,7 +800,8 @@ Supported operations are Get and Replace.
|
||||
|
||||
The XML examples in this section show how to perform various tasks by using OMA client provisioning.
|
||||
|
||||
> **Note** These examples are XML snippets and do not include all sections that are required for a complete lockdown XML file.
|
||||
> [!NOTE]
|
||||
> These examples are XML snippets and do not include all sections that are required for a complete lockdown XML file.
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user