Projects
A running snapshot of what I have built, what I am actively improving, and what I am using as a lab to keep sharpening my IT, scripting, and security skills.
Windows 11 Migration Script
A PowerShell readiness checker built during a large Windows 11 migration effort.
- Problem: Manual checks for TPM, Secure Boot, RAM, disk layout, and drive type were slowing down endpoint migration work.
- Tech: PowerShell, CIM queries, background jobs, hardware checks, and workstation troubleshooting logic.
Ready for reuse 100%
Windows 11 Active Directory Administration Lab
A built and validated Windows domain backed by a seven-script PowerShell administration toolkit.
- Automation: Health checks, user provisioning, stale-account review, guarded cleanup, group reporting, and GPO backups.
- Validation: Tested in the live domain with a final health result of 31 passes, 0 warnings, and 0 failures.
Lab complete 100%
Roblox Outfit Scraper
A Python scraper for collecting Roblox outfit data in a repeatable way.
- Problem: Repetitive browser lookups are slow when the same public outfit data needs to be gathered consistently.
- Tech: Python, web requests, parsing, structured output, and small automation workflows.
Usable script 90%