Footprints Lib

less than 1 minute read

A .NET DLL library that can be used to create/edit ticket with BMC Footprints (version 11.x.x). The application uses the Footprints Web API to interact with the system. This library can be used to integrate Footprints with other applications/tools. This library was used at work to automate a task of cleaning up expired active directory accounts. I created a powershell script that used this library to query active directory for expired accounts and if any were found to create a ticket and assigned it to the appropriate team. The code for this script can be found in the following link.

The complete source code of this project can be found at the following github repository.