| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A practical toolkit for Microsoft Intune administrators. This repository brings together PowerShell scripts, remediations, security baselines, Win32 packaging, Dell hardware management, and macOS configuration so you can manage Windows, macOS, and Microsoft 365 endpoints from one place.
Use it as a starting point for production Intune work: copy what you need, test in a lab, then assign in Microsoft Intune.
Author: Allester Padovani — Intune and Microsoft 365 specialist focused on endpoint management, identity, and cloud security.
| Area | What you get |
|---|---|
| Microsoft 365 / Entra | License reports, MFA status, Conditional Access export, guest users, offboarding, inactive users |
| Intune admin tools | Intune Management console, device troubleshooter, Company Portal tray tool, IntuneWin downloader |
| Windows 11 | Detect / remediate scripts for compliance, configuration, Defender, performance, reporting, and toast notifications |
| Security baselines | Importable policies for Windows 11, Windows 365, macOS, and mobile BYOD |
| macOS | Config scripts, custom attributes, configuration profiles, apps, and admin tools |
| Dell hardware | Win32 install / uninstall / detection scripts plus BIOS, warranty, and driver remediations |
| App packaging | Microsoft Win32 Content Prep Tool (.intunewin) and ServiceUI helpers |
Intune Endpoint Management/
Intune Windows 11 Detection & Remediation/
Intune Security Baseline/
Intune macOS Management Scripts/
Intune Windows Dell Tools Install & Uninstall/
Intune Windows Dell Detection & Remediation/
Intune Win32 Packaging Tool/
Intune Windows App Install ServiceUI/
Most Windows 11 and Dell folders follow the Intune remediations pattern:
Import the JSON files with the Intune Management tool in this repo, or use native Intune import where the folder is named NativeImport. Review every setting against your environment before assignment.
Run the reporting scripts from an elevated PowerShell session. Sign in when prompted (interactive, or certificate-based auth where the script supports it). CSV output is written to the current directory.
Admin and Microsoft 365 operations scripts.
| Folder | Purpose |
|---|---|
| Intune Management | GUI for browsing, documenting, comparing, importing, and exporting Intune objects |
| Intune Device Troubleshooter | Desktop helper for device troubleshooting |
| Intunewin Downloader | Download existing .intunewin content |
| Company Portal System Tray Tool | System tray shortcut to Company Portal |
| Automate Microsoft 365 User Offboarding | Offboard a user in Microsoft 365 |
| Manage Microsoft 365 Licenses / license reports | License assignment, cost, expiry, and usage reporting |
| Export Office 365 Users MFA Status | MFA state report |
| Export CA Policies in Microsoft 365 | Export Conditional Access policies |
| Get Entra ID Device Report | Entra device inventory |
| Identify Guest Users and Their Group Membership Details | Guest user and group membership report |
| Remove Inactive Users in Microsoft 365 | Find and remove inactive accounts |
| Export Office 365 Admin Role | Directory role membership report |
| Export Office 365 Users' Last Password Change Date | Password age report |
Proactive remediations grouped by job:
Opinionated Intune baselines (often labeled OIB) ready to import:
| Platform | Contents |
|---|---|
| Windows 11 | Compliance, Settings Catalog, update rings, driver updates, health monitoring, helper scripts |
| Windows 365 | Cloud PC device security, connectivity, and resource redirection |
| macOS | FileVault, Gatekeeper, Defender, Edge, Office, OneDrive, Platform SSO, updates |
| Mobile (BYOD) | iOS and Android app protection policies |
| Folder | Purpose |
|---|---|
| Config | Hardening and setup: sharing services, FileVault / bootstrap token, Defender, firewall, Gatekeeper, Dock, wallpaper, Rosetta 2, NTP, and more |
| Custom Profiles | .mobileconfig payloads for Edge, Office, OneDrive, Terminal, notifications, software update, Wi-Fi, and third-party apps |
| Custom Attributes | Inventory scripts (battery, CPU, Defender, Edge, .NET, compatibility) |
| Apps | App deployment helpers |
| Tools | PSSOForge, enrollment profile groups, MDM check-in monitor, Intune agent logs, network checker, bundle ID helper, migration samples |
Win32-ready install, uninstall, and detection scripts for Dell management software:
Universal App Scripts can install or update several Dell tools from one package when the installer files sit next to the script.
Custom compliance sensors and remediations for Dell PCs:
Review any script named do_not_use before you assign it. Those are marked as not ready for production.
Microsoft Win32 Content Prep Tool. It converts a setup folder into an .intunewin package for Intune Win32 apps.
IntuneWinAppUtil -c <setup_folder> -s <setup.exe_or.msi> -o <output_folder> -qRun IntuneWinAppUtil -h for full usage. Keep generated .intunewin files as secure as the original installers; they contain encrypted source files.
ServiceUI helpers for Win32 apps that need to interact with the logged-on user (for example, a visible installer or prompt) while Intune runs the package in the system context. x64 and x86 originals are included.
This repository is a curated collection. Individual folders may use different licenses (MIT, Apache 2.0, Microsoft software terms, and others). Check the files in each module. There is no single license that covers every script.
The software is provided as-is, without warranty. You are responsible for testing and for any change you make in your tenant.
If a script helps you, star the repo or open an issue with what you changed in your environment.
| Back | FazBrowse Home | New Git URL |