mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 12:53:38 +00:00
added redirects for deleted files
This commit is contained in:
@ -14,6 +14,9 @@ ms.date: 06/26/2017
|
||||
|
||||
# DeviceLock CSP
|
||||
|
||||
This policy is deprecated. Use [Policy CSP](policy-configuration-service-provider.md) instead.
|
||||
|
||||
<!-- 12.16.2021 mandia: Commenting out, as this CSP is specific to Windows Phone 8.1.
|
||||
|
||||
The DeviceLock configuration service provider is used by the enterprise management server to configure device lock related policies. This configuration service provider is supported by an enterprise management server.
|
||||
|
||||
@ -304,7 +307,10 @@ All node values under the **ProviderID** interior node represent the policy valu
|
||||
|
||||
The value applied to the device can be queried via the nodes under the **DeviceValue** interior node.
|
||||
|
||||
-->
|
||||
|
||||
## Related articles
|
||||
|
||||
[Policy CSP](policy-configuration-service-provider.md)
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
@ -14,6 +14,9 @@ ms.date: 06/26/2017
|
||||
|
||||
# DeviceLock DDF file
|
||||
|
||||
This policy is deprecated. Use [Policy CSP](policy-configuration-service-provider.md) instead.
|
||||
|
||||
<!-- 12.16.2021 mandia: Commenting out, as this CSP is specific to Windows Phone 8.1.
|
||||
|
||||
This topic shows the OMA DM device description framework (DDF) for the **DeviceLock** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
||||
|
||||
@ -496,18 +499,10 @@ This topic shows the OMA DM device description framework (DDF) for the **DeviceL
|
||||
</Node>
|
||||
</MgmtTree>
|
||||
```
|
||||
-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy CSP](policy-configuration-service-provider.md)
|
||||
|
||||
[DeviceLock configuration service provider](devicelock-csp.md)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -20,7 +20,8 @@ The EnterpriseModernAppManagement configuration service provider (CSP) is used f
|
||||
> Windows Holographic only supports per-user configuration of the EnterpriseModernAppManagement CSP.
|
||||
|
||||
The following shows the EnterpriseModernAppManagement configuration service provider in tree format.
|
||||
```
|
||||
|
||||
```console
|
||||
./Vendor/MSFT
|
||||
EnterpriseModernAppManagement
|
||||
----AppManagement
|
||||
@ -451,7 +452,8 @@ Valid values:
|
||||
**Examples:**
|
||||
|
||||
Add an app to the nonremovable app policy list
|
||||
```
|
||||
|
||||
```xml
|
||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||
<SyncBody>
|
||||
<Add>
|
||||
@ -472,7 +474,8 @@ Add an app to the nonremovable app policy list
|
||||
```
|
||||
|
||||
Get the status for a particular app
|
||||
```
|
||||
|
||||
```xml
|
||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||
<SyncBody>
|
||||
<Get>
|
||||
@ -491,7 +494,8 @@ Get the status for a particular app
|
||||
Replace an app in the nonremovable app policy list
|
||||
Data 0 = app is not in the app policy list
|
||||
Data 1 = app is in the app policy list
|
||||
```
|
||||
|
||||
```xml
|
||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||
<SyncBody>
|
||||
<Replace>
|
||||
@ -678,13 +682,3 @@ Subsequent query for a specific app for its properties.
|
||||
## Related topics
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user