We woukd like to present you a new SCOOSP Solution to provide a Self Service Pasword Reset to your End Users
Let us start and take a look at this awsome solution.
First, we have created our Runbooks, in our example we are using 3 of them.
Send SMS Runbook
The first Runbook will send all our Text Messages and is configured with two Initialize Data Properties, MessageText and RecipientPhoneNumbers.
A Powershell Activity is doing the API call to Twilio and will send the SMS


Info, Get SMS Passcode Runbook
The second Runbook will be used to generate a Passcode and send this to the End Users mobilephone.
The PowerShell Activity is generating a Random Passcode, this will be stored to a SQL Database with a Timestamp.
If the User has no mobilephone Number configured in his Active Directory Object, a Message will be sent to SCOOSP.
![]()