Skip to content

Commit e4bc199

Browse files
committed
grammar fix
1 parent 4d6ca2a commit e4bc199

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/23/2025
18+
ms.date: 11/23/2025
1919
appliesto:
2020
- Microsoft Defender for Endpoint Plan 1
2121
- Microsoft Defender for Endpoint Plan 2
2222
- Microsoft Defender Vulnerability Management
23-
2423
---
24+
2525
# Export non product code software inventory assessment per device
2626

2727
[!INCLUDE [Microsoft Defender XDR rebranding](../../includes/microsoft-defender.md)]
@@ -48,7 +48,7 @@ Data that is collected (using either _Json response_ or _via files_) is the curr
4848

4949
### 1.1 API method description
5050

51-
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.
51+
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.
5252

5353
#### Limitations
5454

@@ -96,7 +96,7 @@ SoftwareLastSeenTimestamp|string|The last time this software was seen on the dev
9696
SoftwareName|string|Name of the software product.
9797
SoftwareVendor|string|Name of the software vendor.
9898
SoftwareVersion|string|Version number of the software product.
99-
RegistryPath|string| Registry evidence that the product is installed in the device.
99+
RegistryPath|string| Registry evidence that the product is installed on the device.
100100

101101
### 1.6 Examples
102102

0 commit comments

Comments
 (0)