mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Updated
This commit is contained in:
parent
94da4d431b
commit
33e8e78101
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: WindowsAutoPilot CSP
|
title: WindowsAutoPilot CSP
|
||||||
description: Learn how the WindowsLicensing configuration service provider (CSP) is designed for licensing related management scenarios.
|
description: Learn how without the ability to mark a device as remediation required, the device will remain in a broken state, which results in security and privacy concerns in Autopilot.
|
||||||
ms.assetid: E6BC6B0D-1F16-48A5-9AC4-76D69A7EDDA6
|
ms.assetid: E6BC6B0D-1F16-48A5-9AC4-76D69A7EDDA6
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
|
@ -16,468 +16,3 @@ manager: dansimp
|
|||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||||
|
|
||||||
This topic shows the OMA DM device description framework (DDF) for the **WindowsDefenderApplicationGuard** configuration service provider.
|
|
||||||
|
|
||||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
|
||||||
|
|
||||||
This XML is for Windows 10, version 1809.
|
|
||||||
|
|
||||||
```xml
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
|
|
||||||
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"
|
|
||||||
[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
|
||||||
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
|
||||||
<VerDTD>1.2</VerDTD>
|
|
||||||
<Node>
|
|
||||||
<NodeName>WindowsDefenderApplicationGuard</NodeName>
|
|
||||||
<Path>./Device/Vendor/MSFT</Path>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<node />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>com.microsoft/1.3/MDM/WindowsDefenderApplicationGuard</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Settings</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<node />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<DDFName></DDFName>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
<Node>
|
|
||||||
<NodeName>AllowWindowsDefenderApplicationGuard</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Get />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>ClipboardFileType</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Get />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>ClipboardSettings</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Get />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>PrintingSettings</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Get />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>BlockNonEnterpriseContent</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Get />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>AllowPersistence</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>AllowVirtualGPU</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>SaveFilesToHost</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>FileTrustCriteria</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>FileTrustOriginRemovableMedia</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>FileTrustOriginNetworkShare</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>FileTrustOriginMarkOfTheWeb</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>CertificateThumbprints</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<chr />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>AllowCameraMicrophoneRedirection</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Status</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>InstallWindowsDefenderApplicationGuard</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Exec />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<chr />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Audit</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<node />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<DDFName></DDFName>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
<Node>
|
|
||||||
<NodeName>AuditApplicationGuard</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Add />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
</Node>
|
|
||||||
</Node>
|
|
||||||
</MgmtTree>
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user