Merge pull request #4593 from MicrosoftDocs/master

Publish 01/21/2021, 3:30 PM
This commit is contained in:
Gary Moore 2021-01-21 16:15:42 -08:00 committed by GitHub
commit b9fc10c897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1279 changed files with 3289 additions and 2034 deletions

View File

@ -51,11 +51,15 @@ sections:
The statement "PIN is stronger than Password" is not directed at the strength of the entropy used by the PIN. It's about the difference between providing entropy versus continuing the use of a symmetric key (the password). The TPM has anti-hammering features that thwart brute-force PIN attacks (an attacker's continuous attempt to try all combination of PINs). Some organizations may worry about shoulder surfing. For those organizations, rather than increase the complexity of the PIN, implement the [Multifactor Unlock](feature-multifactor-unlock.md) feature. The statement "PIN is stronger than Password" is not directed at the strength of the entropy used by the PIN. It's about the difference between providing entropy versus continuing the use of a symmetric key (the password). The TPM has anti-hammering features that thwart brute-force PIN attacks (an attacker's continuous attempt to try all combination of PINs). Some organizations may worry about shoulder surfing. For those organizations, rather than increase the complexity of the PIN, implement the [Multifactor Unlock](feature-multifactor-unlock.md) feature.
- question: How does Windows Hello for Business work with Azure AD workplace registered devices? - question: How does Windows Hello for Business work with Azure AD registered devices?
answer: | answer: |
On Azure AD workplace registered devices, a user will be asked to provision a Windows Hello for Business key if the feature is enabled by mobile device management policy. If the user has an existing Windows Hello container for use with their local or Microsoft connected account, the Windows Hello for Business key will be enrolled in their existing container and will be protected using their exiting gestures. On Azure AD registered devices, a user will be asked to provision a Windows Hello for Business key if the feature is enabled by mobile device management policy. If the user has an existing Windows Hello container for use with their local or Microsoft connected account, the Windows Hello for Business key will be enrolled in their existing container and will be protected using their exiting gestures.
If a user has signed into their Azure AD workplace registered device with Windows Hello, their Windows Hello for Business key will be used to authenticate the user's work identity when they try to use Azure AD resources. The Windows Hello for Business key meets Azure AD multi-factor authentication (MFA) requirements and reduces the number of MFA prompts users will see when accessing resources. If a user has signed into their Azure AD registered device with Windows Hello, their Windows Hello for Business key will be used to authenticate the user's work identity when they try to use Azure AD resources. The Windows Hello for Business key meets Azure AD multi-factor authentication (MFA) requirements and reduces the number of MFA prompts users will see when accessing resources.
It is possible to Azure AD register a domain joined device. If the domain joined device has a convenience PIN, login with the convenience PIN will no longer work. This configuration is not supported by Windows Hello for Business.
For more information please read [Azure AD registered devices](https://docs.microsoft.com/azure/active-directory/devices/concept-azure-ad-register).
- question: I have Windows Server 2016 domain controller(s), so why is the Key Admins group missing? - question: I have Windows Server 2016 domain controller(s), so why is the Key Admins group missing?
answer: | answer: |

View File

@ -15,7 +15,7 @@ manager: dansimp
ms.collection: M365-identity-device-management ms.collection: M365-identity-device-management
ms.topic: article ms.topic: article
ms.localizationpriority: medium ms.localizationpriority: medium
ms.date: 4/16/2017 ms.date: 1/20/2021
--- ---
# Manage Windows Hello for Business in your organization # Manage Windows Hello for Business in your organization
@ -369,9 +369,11 @@ For more information about using the PIN recovery service for PIN reset see [Win
Windows Hello for Business is designed to be managed by Group Policy or MDM but not a combination of both. If policies are set from both sources it can result in a mixed result of what is actually enforced for a user or device. Windows Hello for Business is designed to be managed by Group Policy or MDM but not a combination of both. If policies are set from both sources it can result in a mixed result of what is actually enforced for a user or device.
Policies for Windows Hello for Business are enforced using the following hierarchy: User Group Policy > Computer Group Policy > User MDM > Device MDM > Device Lock policy. All PIN complexity policies are grouped together and enforced from a single policy source. Policies for Windows Hello for Business are enforced using the following hierarchy: User Group Policy > Computer Group Policy > User MDM > Device MDM > Device Lock policy.
Use a hardware security device and RequireSecurityDevice enforcement are also grouped together with PIN complexity policy. Conflict resolution for other Windows Hello for Business policies is enforced on a per policy basis. Feature enablement policy and certificate trust policy are grouped together and enforced from the same source (either GP or MDM), based on the rule above. The Use Passport for Work policy is used to determine the winning policy source.
All PIN complexity policies, are grouped separately from feature enablement and are enforced from a single policy source. Use a hardware security device and RequireSecurityDevice enforcement are also grouped together with PIN complexity policy. Conflict resolution for other Windows Hello for Business policies are enforced on a per policy basis.
>[!NOTE] >[!NOTE]
> Windows Hello for Business policy conflict resolution logic does not respect the ControlPolicyConflict/MDMWinsOverGP policy in the Policy CSP. > Windows Hello for Business policy conflict resolution logic does not respect the ControlPolicyConflict/MDMWinsOverGP policy in the Policy CSP.
@ -382,8 +384,6 @@ Use a hardware security device and RequireSecurityDevice enforcement are also gr
> >
>- Use Windows Hello for Business - Enabled >- Use Windows Hello for Business - Enabled
>- User certificate for on-premises authentication - Enabled >- User certificate for on-premises authentication - Enabled
>- Require digits - Enabled
>- Minimum PIN length - 6
> >
>The following are configured using device MDM Policy: >The following are configured using device MDM Policy:
> >
@ -398,8 +398,10 @@ Use a hardware security device and RequireSecurityDevice enforcement are also gr
> >
>- Use Windows Hello for Business - Enabled >- Use Windows Hello for Business - Enabled
>- Use certificate for on-premises authentication - Enabled >- Use certificate for on-premises authentication - Enabled
>- Require digits - Enabled >- MinimumPINLength - 8
>- Minimum PIN length - 6d >- Digits - 1
>- LowercaseLetters - 1
>- SpecialCharacters - 1
## How to use Windows Hello for Business with Azure Active Directory ## How to use Windows Hello for Business with Azure Active Directory

View File

@ -4,7 +4,7 @@ description: This reference for IT professionals provides information about the
ms.assetid: 93b28b92-796f-4036-a53b-8b9e80f9f171 ms.assetid: 93b28b92-796f-4036-a53b-8b9e80f9f171
ms.reviewer: This reference for IT professionals provides information about the advanced audit policy settings that are available in Windows and the audit events that they generate. ms.reviewer: This reference for IT professionals provides information about the advanced audit policy settings that are available in Windows and the audit events that they generate.
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Advanced security audit policy settings # Advanced security audit policy settings

View File

@ -4,7 +4,7 @@ description: This topic for the IT professional lists questions and answers abou
ms.assetid: 80f8f187-0916-43c2-a7e8-ea712b115a06 ms.assetid: 80f8f187-0916-43c2-a7e8-ea712b115a06
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Advanced security auditing FAQ # Advanced security auditing FAQ

View File

@ -4,7 +4,7 @@ description: Advanced security audit policy settings may appear to overlap with
ms.assetid: 6FE8AC10-F48E-4BBF-979B-43A5DFDC5DFC ms.assetid: 6FE8AC10-F48E-4BBF-979B-43A5DFDC5DFC
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Advanced security audit policies # Advanced security audit policies

View File

@ -2,7 +2,7 @@
title: Appendix A, Security monitoring recommendations for many audit events (Windows 10) title: Appendix A, Security monitoring recommendations for many audit events (Windows 10)
description: Learn about recommendations for the type of monitoring required for certain classes of security audit events. description: Learn about recommendations for the type of monitoring required for certain classes of security audit events.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# Appendix A: Security monitoring recommendations for many audit events # Appendix A: Security monitoring recommendations for many audit events

View File

@ -4,7 +4,7 @@ description: Apply audit policies to individual files and folders on your comput
ms.assetid: 565E7249-5CD0-4B2E-B2C0-B3A0793A51E2 ms.assetid: 565E7249-5CD0-4B2E-B2C0-B3A0793A51E2
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 07/25/2018 ms.date: 07/25/2018
ms.technology: mde
--- ---
# Apply a basic audit policy on a file or folder # Apply a basic audit policy on a file or folder

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 07/16/2018 ms.date: 07/16/2018
ms.technology: mde
--- ---
# Audit Account Lockout # Audit Account Lockout

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Application Generated # Audit Application Generated

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Application Group Management # Audit Application Group Management

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Audit Policy Change # Audit Audit Policy Change

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Authentication Policy Change # Audit Authentication Policy Change

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Authorization Policy Change # Audit Authorization Policy Change

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Central Access Policy Staging # Audit Central Access Policy Staging

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Certification Services # Audit Certification Services

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Computer Account Management # Audit Computer Account Management

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Credential Validation # Audit Credential Validation

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Detailed Directory Service Replication # Audit Detailed Directory Service Replication

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Detailed File Share # Audit Detailed File Share

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Directory Service Access # Audit Directory Service Access

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Directory Service Changes # Audit Directory Service Changes

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Directory Service Replication # Audit Directory Service Replication

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Distribution Group Management # Audit Distribution Group Management

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit DPAPI Activity # Audit DPAPI Activity

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit File Share # Audit File Share

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit File System # Audit File System

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Filtering Platform Connection # Audit Filtering Platform Connection

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Filtering Platform Packet Drop # Audit Filtering Platform Packet Drop

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Filtering Platform Policy Change # Audit Filtering Platform Policy Change

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Group Membership # Audit Group Membership

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Handle Manipulation # Audit Handle Manipulation

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 10/02/2018 ms.date: 10/02/2018
ms.technology: mde
--- ---
# Audit IPsec Driver # Audit IPsec Driver

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 10/02/2018 ms.date: 10/02/2018
ms.technology: mde
--- ---
# Audit IPsec Extended Mode # Audit IPsec Extended Mode

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 10/02/2018 ms.date: 10/02/2018
ms.technology: mde
--- ---
# Audit IPsec Main Mode # Audit IPsec Main Mode

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 10/02/2018 ms.date: 10/02/2018
ms.technology: mde
--- ---
# Audit IPsec Quick Mode # Audit IPsec Quick Mode

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Kerberos Authentication Service # Audit Kerberos Authentication Service

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Kerberos Service Ticket Operations # Audit Kerberos Service Ticket Operations

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Kernel Object # Audit Kernel Object

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 07/16/2018 ms.date: 07/16/2018
ms.technology: mde
--- ---
# Audit Logoff # Audit Logoff

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Logon # Audit Logon

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit MPSSVC Rule-Level Policy Change # Audit MPSSVC Rule-Level Policy Change

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Network Policy Server # Audit Network Policy Server

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Non-Sensitive Privilege Use # Audit Non-Sensitive Privilege Use

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Other Account Logon Events # Audit Other Account Logon Events

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Other Account Management Events # Audit Other Account Management Events

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Other Logon/Logoff Events # Audit Other Logon/Logoff Events

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 05/29/2017 ms.date: 05/29/2017
ms.technology: mde
--- ---
# Audit Other Object Access Events # Audit Other Object Access Events

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Other Policy Change Events # Audit Other Policy Change Events

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Other Privilege Use Events # Audit Other Privilege Use Events

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Other System Events # Audit Other System Events

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit PNP Activity # Audit PNP Activity

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Process Creation # Audit Process Creation

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Process Termination # Audit Process Termination

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Registry # Audit Registry

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Removable Storage # Audit Removable Storage

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit RPC Events # Audit RPC Events

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit SAM # Audit SAM

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 02/28/2019 ms.date: 02/28/2019
ms.technology: mde
--- ---
# Audit Security Group Management # Audit Security Group Management

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Security State Change # Audit Security State Change

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Security System Extension # Audit Security System Extension

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Sensitive Privilege Use # Audit Sensitive Privilege Use

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit Special Logon # Audit Special Logon

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit System Integrity # Audit System Integrity

View File

@ -5,7 +5,8 @@ manager: dansimp
author: dansimp author: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.technology: mde
--- ---
# Audit Token Right Adjusted # Audit Token Right Adjusted

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit User Account Management # Audit User Account Management

View File

@ -6,12 +6,13 @@ ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
author: dansimp author: dansimp
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit User/Device Claims # Audit User/Device Claims

View File

@ -4,7 +4,7 @@ description: Determines whether to audit each instance of a user logging on to o
ms.assetid: 84B44181-E325-49A1-8398-AECC3CE0A516 ms.assetid: 84B44181-E325-49A1-8398-AECC3CE0A516
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit account logon events # Audit account logon events

View File

@ -4,7 +4,7 @@ description: Determines whether to audit each event of account management on a d
ms.assetid: 369197E1-7E0E-45A4-89EA-16D91EF01689 ms.assetid: 369197E1-7E0E-45A4-89EA-16D91EF01689
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit account management # Audit account management

View File

@ -4,7 +4,7 @@ description: Determines whether to audit the event of a user accessing an Active
ms.assetid: 52F02EED-3CFE-4307-8D06-CF1E27693D09 ms.assetid: 52F02EED-3CFE-4307-8D06-CF1E27693D09
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit directory service access # Audit directory service access

View File

@ -4,7 +4,7 @@ description: Determines whether to audit each instance of a user logging on to o
ms.assetid: 78B5AFCB-0BBD-4C38-9FE9-6B4571B94A35 ms.assetid: 78B5AFCB-0BBD-4C38-9FE9-6B4571B94A35
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit logon events # Audit logon events

View File

@ -4,7 +4,7 @@ description: The policy setting, Audit object access, determines whether to audi
ms.assetid: D15B6D67-7886-44C2-9972-3F192D5407EA ms.assetid: D15B6D67-7886-44C2-9972-3F192D5407EA
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit object access # Audit object access

View File

@ -4,7 +4,7 @@ description: Determines whether to audit every incident of a change to user righ
ms.assetid: 1025A648-6B22-4C85-9F47-FE0897F1FA31 ms.assetid: 1025A648-6B22-4C85-9F47-FE0897F1FA31
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit policy change # Audit policy change

View File

@ -4,7 +4,7 @@ description: Determines whether to audit each instance of a user exercising a us
ms.assetid: C5C6DAAF-8B58-4DFB-B1CE-F0675AE0E9F8 ms.assetid: C5C6DAAF-8B58-4DFB-B1CE-F0675AE0E9F8
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit privilege use # Audit privilege use

View File

@ -4,7 +4,7 @@ description: Determines whether to audit detailed tracking information for event
ms.assetid: 91AC5C1E-F4DA-4B16-BEE2-C92D66E4CEEA ms.assetid: 91AC5C1E-F4DA-4B16-BEE2-C92D66E4CEEA
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit process tracking # Audit process tracking

View File

@ -4,7 +4,7 @@ description: Determines whether to audit when a user restarts or shuts down the
ms.assetid: BF27588C-2AA7-4365-A4BF-3BB377916447 ms.assetid: BF27588C-2AA7-4365-A4BF-3BB377916447
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Audit system events # Audit system events

View File

@ -4,7 +4,7 @@ description: Learn about basic security audit policies that specify the categori
ms.assetid: 3B678568-7AD7-4734-9BB4-53CF5E04E1D3 ms.assetid: 3B678568-7AD7-4734-9BB4-53CF5E04E1D3
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Basic security audit policies # Basic security audit policies

View File

@ -4,7 +4,7 @@ description: Basic security audit policy settings are found under Computer Confi
ms.assetid: 31C2C453-2CFC-4D9E-BC88-8CE1C1A8F900 ms.assetid: 31C2C453-2CFC-4D9E-BC88-8CE1C1A8F900
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Basic security audit policy settings # Basic security audit policy settings

View File

@ -4,7 +4,7 @@ description: By defining auditing settings for specific event categories, you ca
ms.assetid: C9F52751-B40D-482E-BE9D-2C61098249D3 ms.assetid: C9F52751-B40D-482E-BE9D-2C61098249D3
ms.reviewer: ms.reviewer:
ms.author: dansimp ms.author: dansimp
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security ms.pagetype: security
@ -15,6 +15,7 @@ audience: ITPro
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: conceptual ms.topic: conceptual
ms.date: 04/19/2017 ms.date: 04/19/2017
ms.technology: mde
--- ---
# Create a basic audit policy for an event category # Create a basic audit policy for an event category

View File

@ -2,7 +2,7 @@
title: 1100(S) The event logging service has shut down. (Windows 10) title: 1100(S) The event logging service has shut down. (Windows 10)
description: Describes security event 1100(S) The event logging service has shut down. description: Describes security event 1100(S) The event logging service has shut down.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 1100(S): The event logging service has shut down. # 1100(S): The event logging service has shut down.

View File

@ -2,7 +2,7 @@
title: 1102(S) The audit log was cleared. (Windows 10) title: 1102(S) The audit log was cleared. (Windows 10)
description: Though you shouldn't normally see it, this event generates every time Windows Security audit log is cleared. This is for event 1102(S). description: Though you shouldn't normally see it, this event generates every time Windows Security audit log is cleared. This is for event 1102(S).
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 1102(S): The audit log was cleared. # 1102(S): The audit log was cleared.

View File

@ -1,8 +1,8 @@
--- ---
title: 1104(S) The security log is now full. (Windows 10) title: 1104(S) The security log is now full. (Windows 10)
description: This event generates every time Windows security log becomes full and the event log retention method is set to "Do not overwrite events." description: This event generates every time Windows security log becomes full and the event log retention method is set to Do not overwrite events.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 1104(S): The security log is now full. # 1104(S): The security log is now full.

View File

@ -2,7 +2,7 @@
title: 1105(S) Event log automatic backup. (Windows 10) title: 1105(S) Event log automatic backup. (Windows 10)
description: This event generates every time Windows security log becomes full and new event log file was created. description: This event generates every time Windows security log becomes full and new event log file was created.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 1105(S): Event log automatic backup # 1105(S): Event log automatic backup

View File

@ -2,7 +2,7 @@
title: The event logging service encountered an error (Windows 10) title: The event logging service encountered an error (Windows 10)
description: Describes security event 1108(S) The event logging service encountered an error while processing an incoming event published from %1. description: Describes security event 1108(S) The event logging service encountered an error while processing an incoming event published from %1.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 1108(S): The event logging service encountered an error while processing an incoming event published from %1. # 1108(S): The event logging service encountered an error while processing an incoming event published from %1.

View File

@ -2,7 +2,7 @@
title: 4608(S) Windows is starting up. (Windows 10) title: 4608(S) Windows is starting up. (Windows 10)
description: Describes security event 4608(S) Windows is starting up. This event is logged when the LSASS.EXE process starts and the auditing subsystem is initialized. description: Describes security event 4608(S) Windows is starting up. This event is logged when the LSASS.EXE process starts and the auditing subsystem is initialized.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4608(S): Windows is starting up. # 4608(S): Windows is starting up.

View File

@ -2,7 +2,7 @@
title: 4610(S) An authentication package has been loaded by the Local Security Authority. (Windows 10) title: 4610(S) An authentication package has been loaded by the Local Security Authority. (Windows 10)
description: Describes security event 4610(S) An authentication package has been loaded by the Local Security Authority. description: Describes security event 4610(S) An authentication package has been loaded by the Local Security Authority.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4610(S): An authentication package has been loaded by the Local Security Authority. # 4610(S): An authentication package has been loaded by the Local Security Authority.

View File

@ -2,7 +2,7 @@
title: 4611(S) A trusted logon process has been registered with the Local Security Authority. (Windows 10) title: 4611(S) A trusted logon process has been registered with the Local Security Authority. (Windows 10)
description: Describes security event 4611(S) A trusted logon process has been registered with the Local Security Authority. description: Describes security event 4611(S) A trusted logon process has been registered with the Local Security Authority.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4611(S): A trusted logon process has been registered with the Local Security Authority. # 4611(S): A trusted logon process has been registered with the Local Security Authority.

View File

@ -2,7 +2,7 @@
title: 4612(S) Internal resources allocated for the queuing of audit messages have been exhausted, leading to the loss of some audits. (Windows 10) title: 4612(S) Internal resources allocated for the queuing of audit messages have been exhausted, leading to the loss of some audits. (Windows 10)
description: Describes security event 4612(S) Internal resources allocated for the queuing of audit messages have been exhausted, leading to the loss of some audits. description: Describes security event 4612(S) Internal resources allocated for the queuing of audit messages have been exhausted, leading to the loss of some audits.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4612(S): Internal resources allocated for the queuing of audit messages have been exhausted, leading to the loss of some audits. # 4612(S): Internal resources allocated for the queuing of audit messages have been exhausted, leading to the loss of some audits.

View File

@ -2,7 +2,7 @@
title: 4614(S) A notification package has been loaded by the Security Account Manager. (Windows 10) title: 4614(S) A notification package has been loaded by the Security Account Manager. (Windows 10)
description: Describes security event 4614(S) A notification package has been loaded by the Security Account Manager. description: Describes security event 4614(S) A notification package has been loaded by the Security Account Manager.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4614(S): A notification package has been loaded by the Security Account Manager. # 4614(S): A notification package has been loaded by the Security Account Manager.

View File

@ -2,7 +2,7 @@
title: 4615(S) Invalid use of LPC port. (Windows 10) title: 4615(S) Invalid use of LPC port. (Windows 10)
description: Describes security event 4615(S) Invalid use of LPC port. It appears that the Invalid use of LPC port event never occurs. description: Describes security event 4615(S) Invalid use of LPC port. It appears that the Invalid use of LPC port event never occurs.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4615(S): Invalid use of LPC port. # 4615(S): Invalid use of LPC port.

View File

@ -2,7 +2,7 @@
title: 4616(S) The system time was changed. (Windows 10) title: 4616(S) The system time was changed. (Windows 10)
description: Describes security event 4616(S) The system time was changed. This event is generated every time system time is changed. description: Describes security event 4616(S) The system time was changed. This event is generated every time system time is changed.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4616(S): The system time was changed. # 4616(S): The system time was changed.

View File

@ -2,7 +2,7 @@
title: 4618(S) A monitored security event pattern has occurred. (Windows 10) title: 4618(S) A monitored security event pattern has occurred. (Windows 10)
description: Describes security event 4618(S) A monitored security event pattern has occurred. description: Describes security event 4618(S) A monitored security event pattern has occurred.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4618(S): A monitored security event pattern has occurred. # 4618(S): A monitored security event pattern has occurred.

View File

@ -2,7 +2,7 @@
title: 4621(S) Administrator recovered system from CrashOnAuditFail. (Windows 10) title: 4621(S) Administrator recovered system from CrashOnAuditFail. (Windows 10)
description: Describes security event 4621(S) Administrator recovered system from CrashOnAuditFail. description: Describes security event 4621(S) Administrator recovered system from CrashOnAuditFail.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4621(S): Administrator recovered system from CrashOnAuditFail. # 4621(S): Administrator recovered system from CrashOnAuditFail.

View File

@ -2,7 +2,7 @@
title: 4622(S) A security package has been loaded by the Local Security Authority. (Windows 10) title: 4622(S) A security package has been loaded by the Local Security Authority. (Windows 10)
description: Describes security event 4622(S) A security package has been loaded by the Local Security Authority. description: Describes security event 4622(S) A security package has been loaded by the Local Security Authority.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4622(S): A security package has been loaded by the Local Security Authority. # 4622(S): A security package has been loaded by the Local Security Authority.

View File

@ -2,7 +2,7 @@
title: 4624(S) An account was successfully logged on. (Windows 10) title: 4624(S) An account was successfully logged on. (Windows 10)
description: Describes security event 4624(S) An account was successfully logged on. description: Describes security event 4624(S) An account was successfully logged on.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4624(S): An account was successfully logged on. # 4624(S): An account was successfully logged on.

View File

@ -2,7 +2,7 @@
title: 4625(F) An account failed to log on. (Windows 10) title: 4625(F) An account failed to log on. (Windows 10)
description: Describes security event 4625(F) An account failed to log on. This event is generated if an account logon attempt failed for a locked out account. description: Describes security event 4625(F) An account failed to log on. This event is generated if an account logon attempt failed for a locked out account.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4625(F): An account failed to log on. # 4625(F): An account failed to log on.

View File

@ -2,7 +2,7 @@
title: 4626(S) User/Device claims information. (Windows 10) title: 4626(S) User/Device claims information. (Windows 10)
description: Describes security event 4626(S) User/Device claims information. This event is generated for new account logons. description: Describes security event 4626(S) User/Device claims information. This event is generated for new account logons.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4626(S): User/Device claims information. # 4626(S): User/Device claims information.

View File

@ -2,7 +2,7 @@
title: 4627(S) Group membership information. (Windows 10) title: 4627(S) Group membership information. (Windows 10)
description: Describes security event 4627(S) Group membership information. This event is generated with event 4624(S) An account was successfully logged on. description: Describes security event 4627(S) Group membership information. This event is generated with event 4624(S) An account was successfully logged on.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4627(S): Group membership information. # 4627(S): Group membership information.

View File

@ -2,7 +2,7 @@
title: 4634(S) An account was logged off. (Windows 10) title: 4634(S) An account was logged off. (Windows 10)
description: Describes security event 4634(S) An account was logged off. This event is generated when a logon session is terminated and no longer exists. description: Describes security event 4634(S) An account was logged off. This event is generated when a logon session is terminated and no longer exists.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 11/20/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4634(S): An account was logged off. # 4634(S): An account was logged off.

View File

@ -2,7 +2,7 @@
title: 4647(S) User initiated logoff. (Windows 10) title: 4647(S) User initiated logoff. (Windows 10)
description: Describes security event 4647(S) User initiated logoff. This event is generated when a logoff is initiated. No further user-initiated activity can occur. description: Describes security event 4647(S) User initiated logoff. This event is generated when a logoff is initiated. No further user-initiated activity can occur.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4647(S): User initiated logoff. # 4647(S): User initiated logoff.

View File

@ -2,7 +2,7 @@
title: 4648(S) A logon was attempted using explicit credentials. (Windows 10) title: 4648(S) A logon was attempted using explicit credentials. (Windows 10)
description: Describes security event 4648(S) A logon was attempted using explicit credentials. description: Describes security event 4648(S) A logon was attempted using explicit credentials.
ms.pagetype: security ms.pagetype: security
ms.prod: w10 ms.prod: m365-security
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.localizationpriority: none ms.localizationpriority: none
@ -11,6 +11,7 @@ ms.date: 04/19/2017
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
ms.technology: mde
--- ---
# 4648(S): A logon was attempted using explicit credentials. # 4648(S): A logon was attempted using explicit credentials.

Some files were not shown because too many files have changed in this diff Show More