I build tools for Windows endpoint management, automation and security
I solve annoying problems in IT operations—mostly around Windows deployment, endpoint security, and workflow automation. If it involves packaging software, managing devices at scale, or automating repetitive tasks, I've probably built something for it.
Currently focused on: installer-intel, an open-source tool that analyzes Windows installers and tells you how to deploy them silently.
Tech I use: Python, PowerShell, FastAPI, Terraform, Azure, Power Automate
Windows installer analysis for endpoint teams
Tired of guessing /S vs /VERYSILENT vs /quiet? This tool analyzes EXE/MSI installers, detects the type (NSIS, Inno Setup, MSI, etc.), and gives you confidence-scored silent install commands.
Perfect for Intune packaging, SCCM deployments, or just figuring out what an installer wants.
pip install installer-intel
installer-intel analyze setup.exeOutputs JSON with install commands, uninstall commands, and detection rules ready for Intune/SCCM. Designed for use in security-conscious environments where installers must be validated before deployment.
Current: Python (CLI), static installer analysis
API (in progress): FastAPI, AWS Lambda, DynamoDB, Terraform
The API will allow centralizing installer intelligence for use across Intune, SCCM, and internal tooling.
Automated hardware deployment workflow
Built this to stop manually creating tickets every time someone scheduled a laptop pickup. Integrates Microsoft Graph API with our ITSM system—when someone books an appointment, it automatically creates the service request and checks device availability.
Stack: Power Automate, Microsoft Graph API, REST
Quick AD permission diffing
Compare group memberships between two users to see what permissions are different. Useful when someone says "just give me the same access as [person]" or when troubleshooting permission issues.
Stack: PowerShell, Active Directory
Automated inventory status emails
Checks CMDB inventory and emails teams when laptops are available. Beats manually checking the database every morning.
Stack: Power Automate, REST APIs
Print Troubleshooting Utility - Network printer diagnostic tool (DNS/DHCP issue resolver)
Print Mapping Utility - Interactive PowerShell for mapping printers across multiple print servers
BOSSDesk API Integration - Power Automate wrapper for automated ticket creation
Most of my repos are internal work tools that solved specific operational problems.
- Writing automation that actually gets used in production
- Packaging software for Windows endpoints (Intune, SCCM)
- Building APIs and CLIs that make IT operations less painful
- Security operations (EDR, network scanners, vulnerability management)
- Making things work at scale without breaking
Not interested in: Theoretical projects, tutorials, or code that never ships
Languages: Python, PowerShell, Bash
Cloud: Azure, AWS (Lambda, DynamoDB, API Gateway)
Endpoint Management: SCCM, Intune, Jamf
Other: Terraform, FastAPI, Microsoft Graph API, Active Directory
Working on something similar? Have feedback on installer-intel? Open to collaborations on endpoint tooling.
```