Shortcut Creator
A utility for creating and deploying desktop shortcuts through Microsoft Intune as Win32 applications. Generates .intunewin files, detection scripts, and deployment instructions automatically. Supports URL, file path, and Microsoft Store app shortcuts with custom icons.
Screenshots
Security Analysis
50 files scanned on Aug 16, 2026
Overall, the codebase appears to implement legitimate Intune/Graph-based device management utilities. No obfuscation, no external script downloads, and no credential theft or hardcoded secrets detected. Data exfiltration is limited to locally written reports. The Install.ps1 component introduces a persistent scheduled task that renames devices on shutdown, which could be abused for persistence or cause disruption if misconfigured; ensure strict access controls, auditing, and validation of the Rename-Device-on-Shutdown.ps1 script and its interaction with the environment. Additionally, consider edge-case handling for serial retrieval to avoid unintended renames. Regular review of the Schedule/Shutdown-based workflow and its permissions is recommended as part of defensible change management.
You might also like
Intune Toolkit
A PowerShell-based GUI solution for managing Microsoft Intune policies. Features Microsoft Graph authentication, multi-platform policy and app management, assignment operations, backup/restore in JSON format, CSV/Markdown export, and comprehensive activity logging.
RockEnrollTool
A Windows GUI tool for device enrollment and Intune management. Features modules for authentication, system info, Win32 app wrapping, device management, device sync, Autopilot hash generation, and BitLocker configuration through a tabbed interface.
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.
IntuneManagement
A PowerShell application with WPF GUI for managing Microsoft Intune and Azure policies. Features export, import, copy, delete, document, and compare operations across 30+ object types with cross-tenant migration, ADMX import, bulk operations, and automated documentation.