Skip to content

Commit 4217147

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram23-0125a
2 parents 1ebe15c + 42cc7f0 commit 4217147

File tree

122 files changed

+1790
-729
lines changed

Some content is hidden

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

122 files changed

+1790
-729
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.tgt_pltfrm: na
1212
ms.topic: how-to
1313
ms.subservice: compliance
14-
ms.date: 05/16/2021
14+
ms.date: 01/25/2023
1515
ms.author: owinfrey
1616
ms.reviewer:
1717
ms.collection: M365-identity-device-management

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.tgt_pltfrm: na
1212
ms.topic: how-to
1313
ms.subservice: compliance
14-
ms.date: 01/05/2022
14+
ms.date: 01/25/2023
1515
ms.author: owinfrey
1616
ms.reviewer:
1717
ms.collection: M365-identity-device-management

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.tgt_pltfrm: na
1212
ms.topic: how-to
1313
ms.subservice: compliance
14-
ms.date: 06/18/2020
14+
ms.date: 01/25/2023
1515
ms.author: owinfrey
1616
ms.reviewer:
1717
ms.collection: M365-identity-device-management

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.tgt_pltfrm: na
1212
ms.topic: how-to
1313
ms.subservice: compliance
14-
ms.date: 06/18/2020
14+
ms.date: 01/25/2023
1515
ms.author: owinfrey
1616
ms.reviewer:
1717
ms.collection: M365-identity-device-management

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.tgt_pltfrm: na
1212
ms.topic: tutorial
1313
ms.subservice: compliance
14-
ms.date: 08/01/2022
14+
ms.date: 01/25/2023
1515
ms.author: owinfrey
1616
ms.reviewer: markwahl-msft
1717
ms.collection: M365-identity-device-management

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.tgt_pltfrm: na
1212
ms.topic: how-to
1313
ms.subservice: compliance
14-
ms.date: 12/15/2021
14+
ms.date: 01/25/2023
1515
ms.author: owinfrey
1616
ms.reviewer:
1717
ms.collection: M365-identity-device-management

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.tgt_pltfrm: na
1212
ms.topic: how-to
1313
ms.subservice: compliance
14-
ms.date: 03/24/2022
14+
ms.date: 01/25/2023
1515
ms.author: owinfrey
1616
ms.reviewer:
1717
ms.collection: M365-identity-device-management

articles/active-directory/governance/how-to-lifecycle-workflow-sync-attributes.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: billmath
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: overview
10-
ms.date: 01/20/2022
10+
ms.date: 01/25/2023
1111
ms.subservice: compliance
1212
ms.author: owinfrey
1313
ms.collection: M365-identity-device-management
@@ -36,6 +36,7 @@ This document explains how to set up synchronization from on-premises Azure AD C
3636
3737

3838
## Understanding EmployeeHireDate and EmployeeLeaveDateTime formatting
39+
3940
The EmployeeHireDate and EmployeeLeaveDateTime contain dates and times that must be formatted in a specific way. This means that you may need to use an expression to convert the value of your source attribute to a format that will be accepted by the EmployeeHireDate or EmployeeLeaveDateTime. The table below outlines the format that is expected and provides an example expression on how to convert the values.
4041

4142
|Scenario|Expression/Format|Target|More Information|
@@ -80,12 +81,12 @@ For more attributes, see the [Workday attribute reference](../app-provisioning/w
8081
To ensure timing accuracy of scheduled workflows it’s curial to consider:
8182

8283
- The time portion of the attribute must be set accordingly, for example the `employeeHireDate` should have a time at the beginning of the day like 1AM or 5AM and the `employeeLeaveDateTime` should have time at the end of the day like 9PM or 11PM
83-
- Workflow won't run earlier than the time specified in the attribute, however the [tenant schedule (default 3h)](customize-workflow-schedule.md) may delay the workflow run. For instance, if you set the `employeeHireDate` to 8AM but the tenant schedule doesn't run until 9AM, the workflow won't be processed until then. If a new hire is starting at 8AM, you would want to set the time to something like (start time - tenant schedule) to ensure it had run before the employee arrives.
84+
- The Workflows won't run earlier than the time specified in the attribute, however the [tenant schedule (default 3h)](customize-workflow-schedule.md) may delay the workflow run. For instance, if you set the `employeeHireDate` to 8AM but the tenant schedule doesn't run until 9AM, the workflow won't be processed until then. If a new hire is starting at 8AM, you would want to set the time to something like (start time - tenant schedule) to ensure it had run before the employee arrives.
8485
- It's recommended, that if you're using temporary access pass (TAP), that you set the maximum lifetime to 24 hours. Doing this will help ensure that the TAP hasn't expired after being sent to an employee who may be in a different timezone. For more information, see [Configure Temporary Access Pass in Azure AD to register Passwordless authentication methods.](../authentication/howto-authentication-temporary-access-pass.md#enable-the-temporary-access-pass-policy)
8586
- When importing the data, you should understand if and how the source provides time zone information for your users to potentially make adjustments to ensure timing accuracy.
8687

8788

88-
## Create a custom synch rule in Azure AD Connect cloud sync for EmployeeHireDate
89+
## Create a custom sync rule in Azure AD Connect cloud sync for EmployeeHireDate
8990
The following steps will guide you through creating a synchronization rule using cloud sync.
9091
1. In the Azure portal, select **Azure Active Directory**.
9192
2. Select **Azure AD Connect**.
@@ -105,7 +106,7 @@ To ensure timing accuracy of scheduled workflows it’s curial to consider:
105106

106107
For more information on attributes, see [Attribute mapping in Azure AD Connect cloud sync.](../cloud-sync/how-to-attribute-mapping.md)
107108

108-
## How to create a custom synch rule in Azure AD Connect for EmployeeHireDate
109+
## How to create a custom sync rule in Azure AD Connect for EmployeeHireDate
109110
The following example will walk you through setting up a custom synchronization rule that synchronizes the Active Directory attribute to the employeeHireDate attribute in Azure AD.
110111

111112
1. Open a PowerShell window as administrator and run `Set-ADSyncScheduler -SyncCycleEnabled $false` to disable the scheduler.
@@ -146,10 +147,8 @@ The following example will walk you through setting up a custom synchronization
146147
17. Close the Synchronization Rules Editor
147148
18. Enable the scheduler again by running `Set-ADSyncScheduler -SyncCycleEnabled $true`.
148149

149-
150-
151-
152-
150+
> [!NOTE]
151+
> **msDS-cloudExtensionAttribute1** is an example source.
153152
154153
For more information, see [How to customize a synchronization rule](../hybrid/how-to-connect-create-custom-sync-rule.md) and [Make a change to the default configuration.](../hybrid/how-to-connect-sync-change-the-configuration.md)
155154

articles/active-directory/governance/understanding-lifecycle-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: billmath
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: overview
10-
ms.date: 01/20/2022
10+
ms.date: 01/25/2023
1111
ms.subservice: compliance
1212
ms.author: owinfrey
1313
ms.collection: M365-identity-device-management

0 commit comments

Comments
 (0)