Employee Onboarding Tool
A full-cycle IT onboarding wizard that automates everything from user account creation to hardware ordering. Fill in the new hire's details once, and the system handles Active Directory provisioning, group assignments, software licensing, and produces a printable login PDF — all without manual IT steps.
Every new employee meant the same checklist: create the AD account, assign the right groups and roles, order the licences, set up internal tools, prepare a login sheet. Repetitive, error-prone, and time-consuming for an IT team that had better things to do.
This tool replaces the whole checklist with a dynamic wizard. You walk through a series of steps — entering the new employee's details, role, department, required tools — and the system takes care of everything else.
Under the hood, a C# backend talks to Active Directory to create the account and assign groups, triggers licence and hardware ordering workflows, and registers the user in internal services. When the wizard completes, you land on two things: an admin dashboard showing the live status of every provisioning step, and a generated PDF with the credentials — ready to hand to the new hire on day one.
Hardware ordering runs automatically from that point. No separate forms, no emails, no chasing. What used to take an IT admin the better part of a morning now takes a few minutes.
Deployed on IIS with an Angular frontend and C# backend, managed through the Azure DevOps pipeline.