Projects
RecPro Knowledge Base
As part of my role at RecPro Software, I developed and maintained a customer-facing knowledge base to streamline support and improve client experience.
Visit the RecPro Knowledge BaseFolder Compare PowerShell App
This PowerShell program was created to compare folders used by production and testing environments to quickly identify any discrepancies in files. It highlights files that exist in one folder but not the other or those that differ in size, helping maintain consistency and reduce deployment errors. The program also allows the user to export results into a formatted .csv file.
View the Project on GitHub
Batch File Installer Utility
This PowerShell utility was designed to simplify the deployment of `.sqt` batch files between production and testing environments used by AppWorx. It allows the user to select a file and copy it to one of six predefined network share locations. To prevent accidental overwrites, the tool also provides a quick check feature to scan all target locations for existing versions of the file. This tool streamlines an otherwise manual and error-prone process, boosting both efficiency and reliability.
View the Project on GitHub