Skip to content

Commit de19d77

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into yelevin/WinSecEvts
2 parents e37ac19 + 50357b7 commit de19d77

File tree

54 files changed

+3935
-3839
lines changed

Some content is hidden

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

54 files changed

+3935
-3839
lines changed

articles/active-directory/governance/create-access-review.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create an access review of groups & applications - Azure AD
33
description: Learn how to create an access review of group members or application access in Azure Active Directory access reviews.
44
services: active-directory
5-
author: msaburnley
5+
author: barclayn
66
manager: daveba
77
editor: markwahl-msft
88
ms.service: active-directory
@@ -11,8 +11,8 @@ ms.tgt_pltfrm: na
1111
ms.devlang: na
1212
ms.topic: conceptual
1313
ms.subservice: compliance
14-
ms.date: 02/06/2020
15-
ms.author: ajburnle
14+
ms.date: 03/22/2020
15+
ms.author: barclayn
1616
ms.reviewer: mwahl
1717
ms.collection: M365-identity-device-management
1818
---

articles/active-directory/governance/entitlement-management-access-package-requests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: View requests for an access package in Azure AD entitlement management -
33
description: Learn how to view requests for an access package in Azure Active Directory entitlement management.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor:
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 10/15/2019
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer:
1818
ms.collection: M365-identity-device-management
1919

articles/active-directory/governance/entitlement-management-catalog-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create & manage resources in entitlement management - Azure AD
33
description: Learn how to create a new container of resources and access packages in Azure Active Directory entitlement management.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor: HANKI
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 10/07/2019
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer: hanki
1818
ms.collection: M365-identity-device-management
1919

articles/active-directory/governance/entitlement-management-external-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Govern access for external users in Azure AD entitlement management - Azu
33
description: Learn about the settings you can specify to govern access for external users in Azure Active Directory entitlement management.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor: markwahl-msft
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 10/26/2019
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer: mwahl
1818
ms.collection: M365-identity-device-management
1919

articles/active-directory/governance/entitlement-management-logs-and-reporting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Archive & report with Azure Monitor - Azure AD entitlement management
33
description: Learn how to archive logs and create reports with Azure Monitor in Azure Active Directory entitlement management.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor:
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 02/27/2020
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer:
1818
ms.collection: M365-identity-device-management
1919

@@ -56,7 +56,7 @@ You can create your own queries on Azure AD audit events, including entitlement
5656

5757
1. Your workspace should be shown in the upper left of the query page. If you have multiple Azure Monitor workspaces, and the workspace you're using to store Azure AD audit events isn't shown, click **Select Scope**. Then, select the correct subscription and workspace.
5858

59-
1. Next, in the query text area, delete the string search * and replace it with the following query:
59+
1. Next, in the query text area, delete the string "search *" and replace it with the following query:
6060

6161
```
6262
AuditLogs | where Category == "EntitlementManagement"
@@ -66,7 +66,7 @@ You can create your own queries on Azure AD audit events, including entitlement
6666
6767
![Click Run to start query](./media/entitlement-management-logs-and-reporting/run-query.png)
6868
69-
The table will show the Audit log events for entitlement management from the last hour by default. You can change the Time range setting to view older events. However, changing this setting will only show events that occurred after Azure AD was configured to send events to Azure Monitor.
69+
The table will show the Audit log events for entitlement management from the last hour by default. You can change the "Time range" setting to view older events. However, changing this setting will only show events that occurred after Azure AD was configured to send events to Azure Monitor.
7070
7171
If you would like to know the oldest and newest audit events held in Azure Monitor, use the following query:
7272
@@ -96,13 +96,13 @@ To set the role assignment and create a query, do the following steps:
9696
9797
### Install Azure PowerShell module
9898
99-
Once you have the appropriate role assignment, launch PowerShell, and [install the Azure PowerShell module](/powershell/azure/install-az-ps?view=azps-3.3.0) (if you havent already), by typing:
99+
Once you have the appropriate role assignment, launch PowerShell, and [install the Azure PowerShell module](/powershell/azure/install-az-ps?view=azps-3.3.0) (if you haven't already), by typing:
100100
101101
```azurepowershell
102102
install-module -Name az -allowClobber -Scope CurrentUser
103103
```
104104

105-
Now you're ready to authenticate to Azure AD, and retrieve the id of the Log Analytics workspace youre querying.
105+
Now you're ready to authenticate to Azure AD, and retrieve the id of the Log Analytics workspace you're querying.
106106

107107
### Retrieve Log Analytics ID with one Azure subscription
108108
If you have only a single Azure subscription, and a single Log Analytics workspace, then type the following to authenticate to Azure AD, connect to that subscription, and retrieve that workspace:

articles/active-directory/governance/entitlement-management-organization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add a connected organization in Azure AD entitlement management - Azure A
33
description: Learn how to allow people outside your organization to request access packages so that you can collaborate on projects.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor: markwahl-msft
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 01/22/2020
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer: mwahl
1818
ms.collection: M365-identity-device-management
1919

articles/active-directory/governance/entitlement-management-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What is entitlement management? - Azure AD
33
description: Get an overview of Azure Active Directory entitlement management and how you can use it to manage access to groups, applications, and SharePoint Online sites for internal and external users.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor: markwahl-msft
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 01/10/2020
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer: markwahl-msft
1818
ms.collection: M365-identity-device-management
1919

articles/active-directory/governance/entitlement-management-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Request process & notifications - Azure AD entitlement management
33
description: Learn about the request process for an access package and when email notifications are sent in Azure Active Directory entitlement management.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor: mamtakumar
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 11/11/2019
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer: mamkumar
1818
ms.collection: M365-identity-device-management
1919

articles/active-directory/governance/entitlement-management-reports.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: View reports & logs in entitlement management - Azure AD
33
description: Learn how to view the user assignments report and audit logs in Azure Active Directory entitlement management.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor: jocastel-MSFT
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 10/28/2019
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer: jocastel
1818
ms.collection: M365-identity-device-management
1919

articles/active-directory/governance/entitlement-management-troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot entitlement management - Azure AD
33
description: Learn about some items you should check to help you troubleshoot Azure Active Directory entitlement management.
44
services: active-directory
55
documentationCenter: ''
6-
author: msaburnley
6+
author: barclayn
77
manager: daveba
88
editor: markwahl-msft
99
ms.service: active-directory
@@ -12,8 +12,8 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: troubleshooting
1414
ms.subservice: compliance
15-
ms.date: 10/26/2019
16-
ms.author: ajburnle
15+
ms.date: 03/22/2020
16+
ms.author: barclayn
1717
ms.reviewer: markwahl-msft
1818
ms.collection: M365-identity-device-management
1919

0 commit comments

Comments
 (0)