Skip to content

Commit 8f51123

Browse files
Merge pull request #4977 from MicrosoftDocs/main
[AutoPublish] main to live - 09/09 01:34 PDT | 09/09 14:04 IST
2 parents ca8ac86 + 2cf0934 commit 8f51123

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

defender-endpoint/api/get-all-recommendations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 12/18/2020
18+
ms.date: 03/18/2025
1919
---
2020

2121
# List all recommendations
@@ -35,8 +35,6 @@ ms.date: 12/18/2020
3535

3636
[!include[Improve request performance](../../includes/improve-request-performance.md)]
3737

38-
[!include[Prerelease information](../../includes/prerelease.md)]
39-
4038
Retrieves a list of all security recommendations affecting the organization.
4139

4240

defender-endpoint/api/get-all-vulnerabilities.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 12/18/2020
18+
ms.date: 03/18/2025
1919
---
2020

2121
# List vulnerabilities
@@ -34,8 +34,6 @@ ms.date: 12/18/2020
3434

3535
[!include[Improve request performance](../../includes/improve-request-performance.md)]
3636

37-
[!include[Prerelease information](../../includes/prerelease.md)]
38-
3937
## API description
4038

4139
Retrieves a list of all vulnerabilities.

defender-endpoint/live-response-command-examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ fileinfo C:\Windows\notepad.exe
9393
findfile test.txt
9494
```
9595

96-
## `getfile`
96+
## `get`
9797

9898
```console
9999
# Download a file from a machine
100-
getfile c:\Users\user\Desktop\work.txt
100+
get c:\Users\user\Desktop\work.txt
101101
```
102102

103103
```console
104104
# Download a file from a machine, automatically run prerequisite commands
105-
getfile c:\Users\user\Desktop\work.txt -auto
105+
get c:\Users\user\Desktop\work.txt -auto
106106
```
107107

108108
> [!NOTE]

defender-xdr/advanced-hunting-aadsignineventsbeta-table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Use this reference to construct queries that return information from the table.
5959
|`ResourceId`|`string`|Unique identifier of the resource accessed|
6060
|`ResourceTenantId`|`string`|Unique identifier of the tenant of the resource accessed|
6161
|`DeviceName`|`string`|Fully qualified domain name (FQDN) of the device|
62-
|`AadDeviceId`|`string`|Unique identifier for the device in Microsoft Entra ID|
62+
|`AadDeviceId`|`string`|Unique identifier of the device in Microsoft Entra ID. This is the legacy device identifier columnn, which is being replaced by `EntraIdDeviceId`.|
63+
|`EntraIdDeviceId`|`string`|Unique identifier of the device in Microsoft Entra ID.|
6364
|`OSPlatform`|`string`|Platform of the operating system running on the device. Indicates specific operating systems, including variations within the same family, such as Windows 11, Windows 10, and Windows 7.|
6465
|`DeviceTrustType`|`string`|Indicates the trust type of the device that signed in. For managed device scenarios only. Possible values are Workplace, AzureAd, and ServerAd.|
6566
|`IsManaged`|`int`|Indicates whether the device that initiated the sign-in is a managed device (1) or not a managed device (0)|

defender-xdr/advanced-hunting-schema-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Naming changes are automatically applied to queries that are saved in Microsoft
3737
- Queries that are run using the API
3838
- Queries that are saved elsewhere outside Microsoft Defender XDR
3939

40+
## September 2025
41+
42+
In the [AADSignInEventsBeta](./advanced-hunting-aadspnsignineventsbeta-table.md) table, the `AadDeviceId` column is being replaced with a new column, called `EntraIdDeviceId`, to align with current product branding. The legacy `AadDeviceId` column will remain in the schema for 30 days to allow time for updating in your queries. After this period of 30 days, `AadDeviceId` will be removed from the schema.
4043

4144
## May 2025
4245
In the [`IdentityInfo`](advanced-hunting-identityinfo-table.md) table, the `SourceProvider` column was replaced by the `IdentityEnvironment` column. This change was made to streamline the unified `IdentityInfo` table with a similar table in Microsoft Sentinel log analytics. Note that a new column, `SourceProviders` (with an *s*) was added in the unified table. This column refers to the source providers of the accounts for the identity.

0 commit comments

Comments
 (0)