Skip to content
Web App
Verified

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

6of 6
All Checks Passed

16 files scanned on Aug 16, 2026

No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

The core code for the Intune Drive Mapping Generator appears safe for normal admin use, with standard models and controllers. However, the embedded PowerShell script in DriveMapping.ps1 includes persistence mechanisms (scheduled task creation, SYSTEM context execution, and a hidden runner) which could be misused for persistence/evading detection. This warrants strict control: opt-in deployment, auditing, and constraints to prevent unwanted persistence. No remote code fetch, credential theft, or active data exfiltration patterns are observed in the provided code, and normal Intune management patterns (Graph API usage, Intune integration, and authentication flows) are present. Treat internal hardcoded configuration data with care and ensure logging is protected.

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