Skip to content

Commit dafecdc

Browse files
authored
Merge branch 'MicrosoftDocs:public' into EntraRename
2 parents 558076e + 76fa7a8 commit dafecdc

File tree

427 files changed

+3708
-3490
lines changed

Some content is hidden

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

427 files changed

+3708
-3490
lines changed

.github/workflows/AutoPublish.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: (Scheduled) Publish to live
2+
3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
7+
on:
8+
schedule:
9+
- cron: "25 5,11,17,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10+
11+
workflow_dispatch:
12+
13+
jobs:
14+
15+
auto-publish:
16+
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
17+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublish.yml@workflows-prod
18+
with:
19+
PayloadJson: ${{ toJSON(github) }}
20+
EnableAutoPublish: true
21+
22+
secrets:
23+
AccessToken: ${{ secrets.GITHUB_TOKEN }}
24+
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
25+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}

.openpublishing.redirection.defender-endpoint.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,36 @@
124124
"source_path": "defender-endpoint/non-windows.md",
125125
"redirect_url": "/defender-endpoint/microsoft-defender-endpoint",
126126
"redirect_document_id": true
127+
},
128+
{
129+
"source_path": "defender-endpoint/configure-endpoints-non-windows.md",
130+
"redirect_url": "/defender-endpoint/onboarding",
131+
"redirect_document_id": true
132+
},
133+
{
134+
"source_path": "defender-endpoint/configure-server-endpoints.md",
135+
"redirect_url": "/defender-endpoint/onboard-windows-server-2012r2-2016",
136+
"redirect_document_id": true
137+
},
138+
{
139+
"source_path": "defender-endpoint/onboard-windows-client.md",
140+
"redirect_url": "/defender-endpoint/onboard-client",
141+
"redirect_document_id": true
142+
},
143+
{
144+
"source_path": "defender-endpoint/onboard-windows-server.md",
145+
"redirect_url": "/defender-endpoint/onboard-server",
146+
"redirect_document_id": true
147+
},
148+
{
149+
"source_path": "defender-endpoint/onboard-windows-server-2012r2-2016.md",
150+
"redirect_url": "/defender-endpoint/onboard-server",
151+
"redirect_document_id": false
152+
},
153+
{
154+
"source_path": "defender-endpoint/mde-linux-arm.md",
155+
"redirect_url": "/defender-endpoint/microsoft-defender-endpoint-linux",
156+
"redirect_document_id": false
127157
}
128158
]
129159
}

ATADocs/ATA-versions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
title: Advanced Threat Analytics versions
55
description: Explains the different support options for Microsoft Advanced Threat Analytics (ATA) versions.
6-
author: batamig
7-
ms.author: bagol
8-
manager: raynew
6+
7+
8+
99
ms.date: 01/10/2023
1010
ms.topic: conceptual
1111
ms.service: advanced-threat-analytics

ATADocs/ata-architecture.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
title: Advanced Threat Analytics architecture
55
description: Describes the architecture of Microsoft Advance Threat Analytics (ATA)
6-
keywords:
7-
author: batamig
8-
ms.author: bagol
9-
manager: raynew
106
ms.date: 01/10/2023
117
ms.topic: conceptual
128
ms.service: advanced-threat-analytics

ATADocs/ata-capacity-planning.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
title: Planning your Advanced Threat Analytics deployment
55
description: Helps you plan your deployment and decide how many ATA servers will be needed to support your network
6-
keywords:
7-
author: batamig
8-
ms.author: bagol
9-
manager: raynew
106
ms.date: 01/10/2023
117
ms.topic: conceptual
128
ms.service: advanced-threat-analytics

ATADocs/ata-configuration-file.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
title: Export and Import Advanced Threat Analytics Configuration
55
description: How to export and import the ATA configuration.
6-
keywords:
7-
author: batamig
8-
ms.author: bagol
9-
manager: raynew
106
ms.date: 01/10/2023
117
ms.topic: conceptual
128
ms.service: advanced-threat-analytics

ATADocs/ata-database-management.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
title: Advanced Threat Analytics Database Management
55
description: Procedures to help you move, backup, or restore the ATA database.
6-
keywords:
7-
author: batamig
8-
ms.author: bagol
9-
manager: raynew
106
ms.date: 01/10/2023
117
ms.topic: conceptual
128
ms.service: advanced-threat-analytics

ATADocs/ata-health-center.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
title: Monitor Advanced Threat Analytics System Health and Events
55
description: Use the ATA Health Center to check how the ATA service is working and be alerted to potential problems and view system events in the Event viewer.
6-
keywords:
7-
author: batamig
8-
ms.author: bagol
9-
manager: raynew
106
ms.date: 01/10/2023
117
ms.topic: conceptual
128
ms.service: advanced-threat-analytics

ATADocs/ata-prerequisites.md

Lines changed: 27 additions & 31 deletions
Large diffs are not rendered by default.

ATADocs/ata-privacy-compliance.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
title: Advanced Threat Analytics personal data policy
55
description: Provides links to information about how to delete private information and personal data from ATA.
6-
keywords:
7-
author: batamig
8-
ms.author: bagol
9-
manager: raynew
106
ms.date: 01/10/2023
117
ms.topic: conceptual
128
ms.service: advanced-threat-analytics
@@ -34,7 +30,7 @@ ms.suite: ems
3430

3531
All data in ATA that relates to entities is derived from Active Directory (AD) and replicated to ATA from there. When searching for personal data, the first place you should consider searching is AD.
3632

37-
From the ATA Center, use the search bar to view the identifiable personal data that is stored in the database. Users can search for a specific user or device. Selecting the entity will open the user or device profile page. The profile provides you with the comprehensive details about the entity, it's history, and related network activity derived from AD.
33+
From the ATA Center, use the search bar to view the identifiable personal data that is stored in the database. Users can search for a specific user or device. Selecting the entity opens the user or device profile page. The profile provides you with the comprehensive details about the entity, its history, and related network activity derived from AD.
3834

3935
## Updating personal data
4036

@@ -62,7 +58,7 @@ Running this completely removes the entity with the UPN [email protected] from
6258

6359
### Delete entity activity data
6460

65-
This action permanently deletes an entity's activities data from the ATA database. All entities will are unchanged but the activities and security alerts related to them for the specified timeframe are deleted.
61+
This action permanently deletes an entity's activities data from the ATA database. All entities are unchanged but the activities and security alerts related to them for the specified timeframe are deleted.
6662

6763
To run this command, provide the command name `deleteOldData`, and the number of days of data you want to keep in the database.
6864

0 commit comments

Comments
 (0)