Skip to content
View Zeph3r's full-sized avatar

Block or report Zeph3r

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Zeph3r/README.md

Hey, I'm Tijan 👋

I build tools for Windows endpoint management, automation and security


What I Work On

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


Tools I've Built

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.exe

Outputs 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


📁 Other Stuff

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.


What I'm Good At

  • 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


Tech Stack

Languages: Python, PowerShell, Bash
Cloud: Azure, AWS (Lambda, DynamoDB, API Gateway)
Endpoint Management: SCCM, Intune, Jamf Other: Terraform, FastAPI, Microsoft Graph API, Active Directory


Stats


Reach Out

Working on something similar? Have feedback on installer-intel? Open to collaborations on endpoint tooling.

profile views

```

Popular repositories Loading

  1. umaid umaid Public

    C#

  2. Zeph3r Zeph3r Public

    Config files for my GitHub profile.

  3. AD-GroupAnalyzer AD-GroupAnalyzer Public

    A tool written in PowerShell to analyze and compare security group memberships of two AD users. Streamlines auditing and ensures consistent user permissions.

    PowerShell

  4. Laptop-Availability-Notifier Laptop-Availability-Notifier Public

    Automated script to fetch available laptops from BOSSDesk's CMDB, generate a report, and send it via email. Aimed at streamlining inventory checks and ensuring timely notifications.

    Python

  5. Laptop-Distribution-Scheduling Laptop-Distribution-Scheduling Public

    This repository contains a Python script for integrating Microsoft Graph with BOSSDesk to automate service request creation in BOSSDesk based on appointments scheduled in Microsoft Graph, ensuring …

    Python

  6. PrinterMapUtility PrinterMapUtility Public

    A PowerShell utility to facilitate the mapping of multiple printers from two predefined print servers. It provides an interactive menu-driven interface for users to select a print server and then m…

    PowerShell