Skip to content

Commit 9158a89

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/defender-docs-pr into MTOworkbooksSA
2 parents 163aedb + 4f94e18 commit 9158a89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+164
-77
lines changed

defender-endpoint/api-microsoft-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ms.reviewer:
44
description: Use Microsoft Defender for Endpoint Flow connector to create a flow that will be triggered anytime a new event occurs on your tenant.
55
ms.service: defender-endpoint
66
ms.subservice: reference
7-
ms.author: bagol
8-
author: batamig
7+
ms.author: kesharab
8+
author: KesemSharabi
99
ms.localizationpriority: medium
1010
manager: bagol
1111
audience: ITPro

defender-endpoint/api/api-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: API Explorer in Microsoft Defender for Endpoint
33
ms.reviewer:
44
description: Use the API Explorer to construct and do API queries, test, and send requests for any available API
55
ms.service: defender-endpoint
6-
ms.author: bagol
7-
author: batamig
6+
ms.author: kesharab
7+
author: KesemSharabi
88
ms.localizationpriority: medium
99
manager: bagol
1010
audience: ITPro

defender-endpoint/api/api-hello-world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Hello World for Microsoft Defender for Endpoint API
33
ms.reviewer:
44
description: Create a practice 'Hello world'-style API call to the Microsoft Defender for Endpoint API.
55
ms.service: defender-endpoint
6-
ms.author: bagol
7-
author: batamig
6+
ms.author: kesharab
7+
author: KesemSharabi
88
ms.localizationpriority: medium
99
manager: bagol
1010
audience: ITPro

defender-endpoint/api/common-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Common Microsoft Defender for Endpoint API errors
33
description: List of common Microsoft Defender for Endpoint API errors with descriptions.
44
ms.service: defender-endpoint
5-
ms.author: bagol
6-
author: batamig
5+
ms.author: kesharab
6+
author: KesemSharabi
77
ms.localizationpriority: medium
88
manager: bagol
99
audience: ITPro

defender-endpoint/api/exposed-apis-create-app-nativeapp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Use Microsoft Defender for Endpoint APIs
33
ms.reviewer:
44
description: Learn how to design a native Windows app to get programmatic access to Microsoft Defender for Endpoint without a user.
55
ms.service: defender-endpoint
6-
ms.author: bagol
7-
author: batamig
6+
ms.author: kesharab
7+
author: KesemSharabi
88
ms.localizationpriority: medium
99
ms.date: 03/21/2025
1010
manager: bagol

defender-endpoint/api/exposed-apis-create-app-partners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Partner access through Microsoft Defender for Endpoint APIs
33
ms.reviewer:
44
description: Learn how to design a web app to get programmatic access to Microsoft Defender for Endpoint on behalf of your users.
55
ms.service: defender-endpoint
6-
ms.author: bagol
7-
author: batamig
6+
ms.author: kesharab
7+
author: KesemSharabi
88
ms.localizationpriority: medium
99
ms.date: 03/21/2025
1010
manager: bagol

defender-endpoint/api/exposed-apis-full-sample-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Advanced Hunting with PowerShell API Guide
33
ms.reviewer:
44
description: Use these code samples, querying several Microsoft Defender for Endpoint APIs.
55
ms.service: defender-endpoint
6-
ms.author: bagol
7-
author: batamig
6+
ms.author: kesharab
7+
author: KesemSharabi
88
ms.localizationpriority: medium
99
manager: bagol
1010
audience: ITPro

defender-endpoint/api/exposed-apis-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Supported Microsoft Defender for Endpoint APIs
33
ms.reviewer:
44
description: Learn about the specific supported Microsoft Defender for Endpoint entities where you can create API calls to.
55
ms.service: defender-endpoint
6-
ms.author: bagol
7-
author: batamig
6+
ms.author: kesharab
7+
author: KesemSharabi
88
ms.localizationpriority: medium
99
ms.date: 03/21/2025
1010
manager: bagol

defender-endpoint/api/get-assessment-non-cpe-software-inventory.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ appliesto:
2020
- Microsoft Defender for Endpoint Plan 1
2121
- Microsoft Defender for Endpoint Plan 2
2222
- Microsoft Defender Vulnerability Management
23-
2423
---
2524

2625
# Export non product code software inventory assessment per device
2726

28-
2927
This API returns all the data for installed software that doesn't have a [Common Platform Enumeration(CPE)](https://nvd.nist.gov/products/cpe), on a per-device basis. The information returned by this API, along with the information returned by the [Export software inventory assessment](get-assessment-non-cpe-software-inventory.md) API, for software that does have a CPE gives you full visibility into the software installed across your organization and the devices it's installed on.
3028

3129
> [!NOTE]
@@ -49,7 +47,7 @@ Data that is collected (using either _Json response_ or _via files_) is the curr
4947

5048
### 1.1 API method description
5149

52-
This API response contains all the data of installed software that does not have a [Common Platform Enumeration(CPE)](https://nvd.nist.gov/products/cpe) per device. Returns a table with an entry for every unique combination of DeviceId, SoftwareVendor, SoftwareName, SoftwareVersion.
50+
This API response contains all the data of installed software that doesn't have a [Common Platform Enumeration(CPE)](https://nvd.nist.gov/products/cpe) per device. Returns a table with an entry for every unique combination of DeviceId, SoftwareVendor, SoftwareName, SoftwareVersion.
5351

5452
#### Limitations
5553

@@ -96,6 +94,7 @@ SoftwareLastSeenTimestamp|string|The last time this software was seen on the dev
9694
SoftwareName|string|Name of the software product.
9795
SoftwareVendor|string|Name of the software vendor.
9896
SoftwareVersion|string|Version number of the software product.
97+
RegistryPath|string| Registry evidence that the product is installed on the device.
9998

10099
### 1.6 Examples
101100

defender-endpoint/api/management-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Overview of management and APIs
33
ms.reviewer:
44
description: Learn about the management tools and API categories in Microsoft Defender for Endpoint
55
ms.service: defender-endpoint
6-
ms.author: bagol
7-
author: batamig
6+
ms.author: kesharab
7+
author: KesemSharabi
88
ms.localizationpriority: medium
99
manager: bagol
1010
audience: ITPro

0 commit comments

Comments
 (0)