Wingetlywingetly
← All apps
E

EntraChecks

by NamelessSaintv1.9.0

Last updated

Read-only Microsoft Cloud (Entra/Azure/M365) compliance assessment toolkit.

Install with winget

$ winget install --id NamelessSaint.EntraChecks --exact --version 1.9.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for EntraChecks

EntraChecks uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
EntraChecks_1.9.0_x64-setup.exe /S

See the full silent install reference for EntraChecks

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

EntraChecks runs read-only security and compliance checks across Microsoft 365 and Azure environments, then produces analyst-friendly HTML, CSV, JSON, and Excel reports. Modules cover Conditional Access, MFA, Identity Protection, Intune, Microsoft Secure Score, Defender for Cloud regulatory compliance, Azure Policy, Microsoft Purview Compliance Manager, on-premises Active Directory, hybrid identity correlation, and SOC 2 readiness. The desktop app is a thin Tauri shell over the same PowerShell engine the CLI uses; all checks are read-only and never modify your tenant.

Installers · v1.9.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for EntraChecks.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.5.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • Office Deployment ToolMicrosoft Corporation
    Microsoft.OfficeDeploymentToolv16.0.20228.20124

    A command-line tool that you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps for enterprise, to your client computers.

  • System InformerWinsider Seminars & Solutions, Inc.
    WinsiderSS.SystemInformerv3.2.25011.2103

    System Informer is a free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.

  • P
    psmuxJosh
    marlocarlo.psmuxv3.3.8

    Terminal multiplexer for Windows - tmux alternative for PowerShell and Windows Terminal

  • Mullvad VPNMullvad VPN
    MullvadVPN.MullvadVPNv2026.4

    Mullvad is an open-source commercial virtual private network service based in Sweden.

  • Gpg4winThe Gpg4win Project
    GnuPG.Gpg4winv5.1.0

    A secure solution for file and email encryption.

More from NamelessSaint or browse security, compliance, azure.

Frequently asked questions

How do I install EntraChecks on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id NamelessSaint.EntraChecks --exact --version 1.9.0. winget downloads the installer from NamelessSaint and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install EntraChecks silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id NamelessSaint.EntraChecks --exact 1.9.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for EntraChecks?
EntraChecks uses EXE (NSIS). Run the downloaded installer with: EntraChecks_1.9.0_x64-setup.exe /S. The silent switches are /S.
How do I uninstall EntraChecks via winget?
Run: winget uninstall --id NamelessSaint.EntraChecks --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from EntraChecks's Apps & Features entry.
Is EntraChecks free?
EntraChecks is distributed under MIT. Refer to the publisher (https://github.com/NamelessSaint8/AzurePAM) for the full license terms - Wingetly itself does not charge for installation.
Does EntraChecks work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls EntraChecks directly from the publisher.
How do I keep EntraChecks up to date?
Run winget upgrade --id NamelessSaint.EntraChecks --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of EntraChecks from microsoft/winget-pkgs.