windows-itpro-docs/windows/client-management/mdm/windowsadvancedthreatprotection-csp.md
2020-11-12 13:36:44 -08:00

7.5 KiB
Raw Blame History

title, description, ms.assetid, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.assetid ms.reviewer manager ms.author ms.topic ms.prod ms.technology author ms.date
WindowsAdvancedThreatProtection CSP The Microsoft Defender for Endpoint CSP allows IT Admins to onboard, determine configuration and health status, and offboard endpoints for Microsoft Defender for Endpoint. 6C3054CA-9890-4C08-9DB6-FBEEB74699A8 dansimp dansimp article w10 windows manikadhiman 11/01/2017

WindowsAdvancedThreatProtection CSP

The Defender for Endpoint configuration service provider (CSP) allows IT Admins to onboard, determine configuration and health status, and offboard endpoints for Defender for Endpoint.

The following diagram shows the configuration service provider in tree format as used by the Open Mobile Alliance (OMA) Device Management (DM).

windowsadvancedthreatprotection csp diagram

The following list describes the characteristics and parameters.

./Device/Vendor/MSFT/WindowsAdvancedThreatProtection

The root node for the Windows Defender Advanced Threat Protection configuration service provider.

Supported operation is Get.

Onboarding

Sets Windows Defender Advanced Threat Protection Onboarding blob and initiates onboarding to Windows Defender Advanced Threat Protection.

The data type is a string.

Supported operations are Get and Replace.

HealthState

Node that represents the Windows Defender Advanced Threat Protection health state.

HealthState/LastConnected

Contains the timestamp of the last successful connection.

Supported operation is Get.

HealthState/SenseIsRunning

Boolean value that identifies the Windows Defender Advanced Threat Protection Sense running state.

The default value is false.

Supported operation is Get.

HealthState/OnboardingState

Represents the onboarding state.

Supported operation is Get.

The following list shows the supported values:

  • 0 (default) Not onboarded.
  • 1 Onboarded

HealthState/OrgId

String that represents the OrgID.

Supported operation is Get.

Configuration

Represents Windows Defender Advanced Threat Protection configuration.

Configuration/SampleSharing

Returns or sets the Windows Defender Advanced Threat Protection Sample Sharing configuration parameter.

The following list shows the supported values:

  • 0 None
  • 1 (default) All

Supported operations are Get and Replace.

Configuration/TelemetryReportingFrequency

Added in Windows 10, version 1703. Returns or sets the Windows Defender Advanced Threat Protection diagnostic data reporting frequency.

The following list shows the supported values:

  • 1 (default) Normal
  • 2 - Expedite

Supported operations are Get and Replace.

Offboarding

Sets the Windows Defender Advanced Threat Protection Offboarding blob and initiates offboarding to Windows Defender Advanced Threat Protection.

The data type is a string.

Supported operations are Get and Replace.

DeviceTagging

Added in Windows 10, version 1709. Represents Windows Defender Advanced Threat Protection configuration for managing role based access and device tagging.

Supported operations is Get.

DeviceTagging/Group

Added in Windows 10, version 1709. Device group identifiers.

The data type is a string.

Supported operations are Get and Replace.

DeviceTagging/Criticality

Added in Windows 10, version 1709. Asset criticality value. Supported values:

  • 0 - Normal
  • 1 - Critical

The data type is an integer.

Supported operations are Get and Replace.

Examples

<SyncML xmlns="SYNCML:SYNCML1.2">
  <SyncBody>
    <Get>
      <CmdID>111</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/Onboarding
          </LocURI>
        </Target>
      </Item>
    </Get>
    <Get>
      <CmdID>1</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/HealthState/LastConnected
          </LocURI>
        </Target>
      </Item>
    </Get>
        <Get>
      <CmdID>2</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/HealthState/OnBoardingState
          </LocURI>
        </Target>
      </Item>
    </Get>
            <Get>
      <CmdID>3</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/HealthState/SenseIsRunning
          </LocURI>
        </Target>
      </Item>
    </Get>
            <Get>
      <CmdID>4</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/HealthState/OrgId
          </LocURI>
        </Target>
      </Item>
    </Get>
    <Get>
      <CmdID>5</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/Configuration/SampleSharing
          </LocURI>
        </Target>
      </Item>
    </Get>
    <Get>
      <CmdID>6</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/Configuration/TelemetryReportingFrequency
          </LocURI>
        </Target>
      </Item>
    </Get>
    <Get>
      <CmdID>11</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/DeviceTagging/Group
          </LocURI>
        </Target>
      </Item>
    </Get>
    <Get>
      <CmdID>12</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/DeviceTagging/Criticality
          </LocURI>
        </Target>
      </Item>
    </Get>
    <Get>
      <CmdID>99</CmdID>
      <Item>
        <Target>
          <LocURI>
            ./Device/Vendor/MSFT/WindowsAdvancedThreatProtection/Offboarding
          </LocURI>
        </Target>
      </Item>
    </Get>
    <Final/> 
  </SyncBody>
</SyncML>

Configuration service provider reference