Skip to content

Commit bab431a

Browse files
committed
updates
1 parent 3f9c895 commit bab431a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/governance/set-employee-leave-date-time.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ ms.custom: template-how-to
1111

1212
# Set employeeLeaveDateTime
1313

14-
This article describes how to manually set the employeeLeaveDateTime attribute for a user. This attribute can be used to be set as a trigger for leaver workflows created using Lifecycle Workflows.
14+
This article describes how to manually set the employeeLeaveDateTime attribute for a user. This attribute can be set as a trigger for leaver workflows created using Lifecycle Workflows.
1515

1616
## Required permission and roles
1717

18-
To set the employeeLeaveDateTime attribute, you must make sure the correct delegated roles and application permissions are set. These are as following:
18+
To set the employeeLeaveDateTime attribute, you must make sure the correct delegated roles and application permissions are set. They are as follows:
1919

2020
### Delegated
2121

@@ -47,7 +47,7 @@ To set the employeeLeaveDateTime for a user using PowerShell enter the following
4747
$User.AdditionalProperties
4848
```
4949

50-
This is an example of a user who will leave on September 30, 2022 at 23:59.
50+
This script is an example of a user who will leave on September 30, 2022 at 23:59.
5151

5252
```powershell
5353
Connect-MgGraph -Scopes "User-LifeCycleInfo.ReadWrite.All"

0 commit comments

Comments
 (0)