Active Directory – Sending an email to users if their password will expire soon
You can schedule a Runbook in System Center 2016 Orchestrator to automatically notify your users before their passwords expire.
The business process of this workflow is defined in the following diagram:

Getting ready
To get ready for our next Runbook we need to create a new folder and, a new Runbook in the Runbook Designer:
- In the Runbook Designer expand the connection to the SCO 2016 server.
- Navigate to
Root\0.1-Cookbook
and create a new folder called1.4-Chapter 6
. - Create a subfolder called
1.4.1-Send Password expire Mail
. - Right-click on the new folder and then click on
New
and selectRunbook
. - Right-click the newly created Runbook and rename it to
1.4.1-Send Password expire Mail
.
How to do it...
This Runbook requires a schedule, which is the first activity we need in our Runbook:
- In the newly created Runbook navigate to and click on
Scheduling
underActivities
and then select and drag aMonitor Date/Time
activity into...