Skip to content

Commit 619a938

Browse files
Merge pull request #4067 from MicrosoftDocs/main
[AutoPublish] main to live - 05/30 15:31 PDT | 05/31 04:01 IST
2 parents bcc4cf4 + 618131b commit 619a938

File tree

6 files changed

+30
-7
lines changed

6 files changed

+30
-7
lines changed

.github/workflows/AutoPublish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ name: (Scheduled) Publish to live
33
permissions:
44
contents: write
55
pull-requests: write
6+
checks: read
67

78
on:
89
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+
- cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
1011

1112
workflow_dispatch:
1213

1314
jobs:
1415

1516
auto-publish:
1617
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+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod
1819
with:
1920
PayloadJson: ${{ toJSON(github) }}
2021
EnableAutoPublish: true
22+
EnableAutoMerge: true
2123

2224
secrets:
2325
AccessToken: ${{ secrets.GITHUB_TOKEN }}

defender-business/mdb-manage-devices.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ audience: Admin
99
ms.topic: how-to
1010
ms.service: defender-business
1111
ms.localizationpriority: medium
12-
ms.date: 05/21/2025
12+
ms.date: 05/30/2025
1313
ms.reviewer: nehabha
1414
f1.keywords: NOCSH
1515
ms.collection:
@@ -80,6 +80,27 @@ Microsoft Defender Antivirus has one of the following states on devices:
8080
1. Uninstall the non-Microsoft antivirus/antimalware solution.
8181
2. Onboard the device to Defender for Business.
8282

83+
### What to expect when threats are detected by Microsoft Defender Antivirus
84+
85+
When Microsoft Defender Antivirus detects threat, the following things happen:
86+
87+
- Users receive [notifications in Windows](https://support.microsoft.com/windows/8942c744-6198-fe56-4639-34320cf9444e).
88+
- Detections are listed in the [Windows Security app](/windows/security/operating-system-security/system-security/windows-defender-security-center/windows-defender-security-center) on the **Protection history** page.
89+
- If you [secured your Windows devices](/microsoft-365/business-premium/m365bp-protect-managed-devices), the threat detections and insights are available on the **Threats and antivirus** page in the Microsoft 365 admin center at <https://admin.microsoft.com/Adminportal/Home#/activethreats>.
90+
91+
> [!TIP]
92+
> In Microsoft 365 Business Premium, if you have more than 800 devices [enrolled in Microsoft Intune](/intune/intune-service/fundamentals/deployment-guide-enroll), you're prompted to view threat detections and insights from Microsoft Intune instead of from the **Threats and antivirus** page.
93+
94+
In most cases, users don't need to take any further action. As soon as a malicious file or program is detected on a device, Microsoft Defender Antivirus blocks it and prevents it from running. Plus, newly detected threats are added to the antivirus and antimalware engine so that other devices and users are also protected.
95+
96+
If a user needs to take action (for example, approve the removal of a malicious file), the action is shown in the notification they receive. To learn more about actions that Microsoft Defender Antivirus takes on a user's behalf, or actions users might need to take, see [Protection History](https://support.microsoft.com/office/f1e5fd95-09b4-46d1-b8c7-1059a1e09708).
97+
98+
To learn more about different threats, visit the [Microsoft Security Intelligence Threats](https://www.microsoft.com/wdsi/threats) site where you can take the following actions:
99+
100+
- View current information about top threats.
101+
- View the latest threats for a specific region.
102+
- Search the threat encyclopedia for details about a specific threat.
103+
83104
## Onboard a device
84105

85106
For more information, see [Onboard devices to Defender for Business](mdb-onboard-devices.md).

defender-office-365/migrate-to-defender-for-office-365-onboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: chrisda
66
author: chrisda
77
manager: deniseb
88
audience: Admin
9-
ms.topic: conceptual
9+
ms.topic: upgrade-and-migration-article
1010
ms.localizationpriority: medium
1111
search.appverid:
1212
- MET150

defender-office-365/migrate-to-defender-for-office-365-prepare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: chrisda
77
author: chrisda
88
manager: deniseb
99
audience: Admin
10-
ms.topic: conceptual
10+
ms.topic: upgrade-and-migration-article
1111
ms.localizationpriority: medium
1212
search.appverid:
1313
- MET150

defender-office-365/migrate-to-defender-for-office-365-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: chrisda
66
author: chrisda
77
manager: deniseb
88
audience: Admin
9-
ms.topic: conceptual
9+
ms.topic: upgrade-and-migration-article
1010
ms.localizationpriority: medium
1111
search.appverid:
1212
- MET150

defender-office-365/migrate-to-defender-for-office-365.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: chrisda
66
author: chrisda
77
manager: deniseb
88
audience: Admin
9-
ms.topic: conceptual
9+
ms.topic: upgrade-and-migration-article
1010
ms.localizationpriority: medium
1111
search.appverid:
1212
- MET150

0 commit comments

Comments
 (0)