Skip to content
Web App
5/6 checks passed

Intune Drive Mapping Generator

A web-based tool that generates PowerShell scripts for network drive mapping on Intune-managed Windows 10 devices. Converts existing Group Policy drive exports to Intune-compatible scripts, supports security group filtering with nested groups, and enables recurring execution.

Works with
WindowsEntra ID

Screenshots

Security Analysis

5of 6
1 Issue Found

16 files scanned on Jul 12, 2026

Issues Detected
No Malicious Patterns
No known malware techniques
PowerShell script creates a SYSTEM-level scheduled task to run on user logon and uses a VBScript helper to hide the PowerShell window. This is a persistence mechanism that can enable stealthy execution across logins. In an enterprise Intune context this behavior is risky and should be limited to clearly approved admin deployment with auditing.
Passed Checks
No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Hardcoded Secrets
AI Analysis

The codebase includes enterprise drive-mapping functionality with legitimate admin features. Notable security concerns: a SYSTEM-level persistent scheduled task with a hidden PowerShell invocation via VBScript (which could be misused for persistence) and a VBScript wrapper that masks execution. There is no evidence of remote code download, credential harvesting, data exfiltration, or hardcoded secrets, but the persistence pattern and content-upload parsing require strong access control, script signing, and audit logging to prevent abuse.

You might also like

Web App

OIB Deployer

OIB Deployer automates the deployment of OpenIntuneBaseline configurations within Microsoft Intune, enabling rapid, repeatable rollouts of baseline security policies and device configurations. It supports policy templating, script deployment, and integration with community-provided baseline content, with built-in logging and error reporting for auditability. Ideal for IT admins seeking consistent, scalable endpoint security across devices.

James RobinsonJames Robinson
Web App

REG2PS

A web-based tool that converts Windows Registry files to PowerShell scripts for Intune remediations. Generates detection scripts to validate registry states and remediation scripts to apply changes. Also available as CLI tool (Reg2CI) for SCCM configuration items.

Roger ZanderRoger Zander
Web App

TenuVault

TenuVault is a safe backup and restore solution for Microsoft Intune configurations. It backs up Intune policies to JSON files, detects configuration drift, and restores by creating new policies with a [Restored] prefix - never overwriting existing ones. It supports multiple export formats (JSON, CSV, HTML), full audit logs, and a read-only backup model with preview mode to ensure non-destructive changes.

Ugur KocUgur Koc
PS Script

Autopilot App Registration Enrollment

A PowerShell script that enrolls devices into Windows Autopilot using Azure App Registration credentials. Works without hybrid Azure AD join or SCCM, enabling unattended deployment via RMM tools. Uses community hardware hash collection module for reliable device registration.

Johannes Geir KristjanssonJohannes Geir Kristjansson