Skip to content
PowerShell Module
5/6 checks passed

IntuneDeviceInventory

A PowerShell module with UI for extending Microsoft Intune device management. Adds custom properties to Intune devices, enables bulk operations including device sync and BitLocker key rotation, with both PowerShell module and standalone UI interfaces.

Works with
WindowsGraph APIBitLocker

Security Analysis

5of 6
1 Issue Found

37 files scanned on Aug 16, 2026

Issues Detected
No Obfuscated Code
No base64 encoded commands or hidden scripts
Module manifest contains heavily obfuscated/garbled content (non-ASCII characters, seemingly encoded blocks). This obscurity makes it difficult to review integrity and intent. Potential for hidden payloads; requires source verification, re-encoding in a readable format, and code signing validation.
Passed Checks
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

The IntuneDeviceInventory toolset contains legitimate Intune Graph integration patterns, but also notable security risks. Key concerns include obfuscated manifest/script content that hampers review, a privileged permission grant for a managed identity that could be misused, webhook-driven device-note updates that could be abused if authentication is weak, plaintext credential handling risks in Graph connection, and telemetry collection that could leak sensitive inventory data if not properly controlled. Recommend re-encoding/ signing the obfuscated modules, validating input/output strictly, enforcing least privilege, securing webhook authentication, and adopting safer authentication mechanisms (certificate/Managed Identity) where possible.

You might also like

Desktop App

Device Offboarding Manager

A PowerShell-based GUI application for streamlined device lifecycle management across Microsoft cloud services. Enables bulk device offboarding from Intune, Autopilot, and Entra ID from a single interface. Features real-time dashboard analytics, stale device tracking, automatic BitLocker and FileVault key retrieval, CSV/TXT import for bulk operations, and pre-built playbooks for automated workflows.

Ugur KocUgur Koc
PowerShell Module

Intune Hydration Kit

A PowerShell module that automates Microsoft Intune tenant setup by deploying 70+ security baselines, 43 dynamic groups, 24 device filters, compliance policies, app protection policies, and Conditional Access policies in a single command. Integrates OpenIntuneBaseline and supports multi-cloud environments.

Jorge SuarezJorge Suarez
PowerShell Module

OSD

A comprehensive PowerShell module for operating system deployment with 400+ functions for WinPE and Windows. Includes OSDCloud for cloud-based deployment, disk management, Windows image operations, driver management for Dell, HP, Lenovo, and Microsoft, BIOS/firmware updates, BitLocker management, and WinPE customization.

David SeguraDavid Segura
PowerShell Module

Entra ID Device Trust

Entra ID Device Trust enables binding Function Apps to Entra ID joined devices by validating requests originate from trusted devices via the device certificate enrolled during device registration. It combines client-side data gathering (signature hash, device CN, public key, thumbprint) with server-side validation, and can be embedded as a module in your Function App or installed as a dependency. The solution supports embedding EntraIDDeviceTrust.Client on clients and EntraIDDeviceTrust.FunctionApp in Function Apps for seamless, enhanced request security.

Nickolaj AndersenNickolaj Andersen