mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Merge pull request #5537 from MS-binche/patch-2
add information about smartscren log enable method
This commit is contained in:
@ -10,7 +10,7 @@ author: mjcaparas
|
|||||||
ms.author: macapara
|
ms.author: macapara
|
||||||
audience: ITPro
|
audience: ITPro
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 07/27/2017
|
ms.date: 11/27/2019
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
---
|
---
|
||||||
@ -62,9 +62,16 @@ When Windows Defender SmartScreen warns or blocks an employee from a website, it
|
|||||||
## Viewing Windows event logs for Windows Defender SmartScreen
|
## Viewing Windows event logs for Windows Defender SmartScreen
|
||||||
Windows Defender SmartScreen events appear in the Microsoft-Windows-SmartScreen/Debug log in Event Viewer.
|
Windows Defender SmartScreen events appear in the Microsoft-Windows-SmartScreen/Debug log in Event Viewer.
|
||||||
|
|
||||||
|
Windows event log for SmartScreen is disabled by default, users can use Event Viewer UI to enable the log or use the command line to enable it:
|
||||||
|
|
||||||
|
```
|
||||||
|
wevtutil sl Microsoft-Windows-SmartScreen/Debug /e:true
|
||||||
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> For information on how to use the Event Viewer, see [Windows Event Viewer](https://docs.microsoft.com/host-integration-server/core/windows-event-viewer1).
|
> For information on how to use the Event Viewer, see [Windows Event Viewer](https://docs.microsoft.com/host-integration-server/core/windows-event-viewer1).
|
||||||
|
|
||||||
|
|
||||||
EventID | Description
|
EventID | Description
|
||||||
-|-
|
-|-
|
||||||
1000 | Application Windows Defender SmartScreen Event
|
1000 | Application Windows Defender SmartScreen Event
|
||||||
|
Reference in New Issue
Block a user