Onify Blueprint: Indexing users from Active Directory
This Blueprint gets all (depending on config) users from Microsoft Active Directory and index them to Onify. To integrate with AD we use the Onify.ActiveDirectory
PowerShell module (by Tony Aronsson @ Zitac) to both be able to do full index or delta index if needed. With the Onify.ActiveDirectory
module, we can index anything from AD, like users, computers, groups, etc.
agent
)Onify.ActiveDirectory
PowerShell module.\resources\agent\scripts
to .\scripts
folder on Onify Agent.Setup the AD integration using Onify.ActiveDirectory
PowerShell module.
.\scripts\Onify.ActiveDirectory
folderconfig.json
dc01.contoso.com
with your own domain controllercontoso.com
with your own domain nameDC=contoso,DC=com
with your own domain basesearchBase
if neededproperty
field if needed (used for templates).\scripts\Onify.ActiveDirectory\templates
foldercontoso.com
folder with your own domain nameNOTE: By deploying or running the flow you will also schedule it to be run every day at 01:00. This can be changed if needed.
activedirectory-index-users.bpmn
in Camunda ModelerDeploy current diagram
and follow the stepsactivedirectory-index-users.bpmn
in Camunda ModelerStart current diagram
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks Tony Aronsson @ Zitac for great work with the PowerShell scripts and modules.