Skip to content

v0.2.50

Choose a tag to compare

@sling86 sling86 released this 05 Jun 08:06
· 6 commits to main since this release

its v0.2.50

Platforms: Windows (x64) · Linux (x64)

Quick install

Linux (drops its into ~/.local/bin):

curl -fsSL https://github.com/sling86/its-releases/releases/latest/download/install.sh | bash

Windows (drops its.exe into %LOCALAPPDATA%\Programs\its and adds it to the user PATH):

irm https://github.com/sling86/its-releases/releases/latest/download/install.ps1 | iex

Or download ItsSetup.exe for the Inno Setup installer.

Full asset list below. docs/ · CHANGELOG.md · LICENSE — all auto-synced into this repo on every release.

Changes

Added

  • its entra groups audit-rules [group_id] — scan dynamic groups'
    membershipRules for dead user exceptions: hardcoded
    userPrincipalName/objectId/mail -eq clauses whose account no longer
    exists (missing) or is disabled (disabled — a leaver still pinned). No
    arg scans every dynamic group (one paged Graph query); pass a group ID to
    scan one. --all also lists refs that resolve OK. Output is sorted dead-first
    and suggests the edit-rule --remove-upn fix. Read-only.