IntuneHydrationKit

0.2.1

Hydrates Microsoft Intune tenants with best-practice baseline configurations including policies, compliance packs, enrollment profiles, dynamic groups, security baselines, and conditional access starter packs.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name IntuneHydrationKit -RequiredVersion 0.2.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name IntuneHydrationKit -Version 0.2.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025 Jorgeasaurus. All rights reserved.

Package Details

Author(s)

  • Jorgeasaurus

Tags

Intune Microsoft365 Graph Baseline Compliance Security Autopilot MDM Endpoint MEM Azure EntraID ConditionalAccess DeviceManagement

Functions

Invoke-IntuneHydration Connect-IntuneHydration Test-IntunePrerequisites New-IntuneDynamicGroup New-IntuneStaticGroup Get-OpenIntuneBaseline Import-IntuneBaseline Import-IntuneCompliancePolicy Import-IntuneAppProtectionPolicy Import-IntuneNotificationTemplate Import-IntuneEnrollmentProfile Import-IntuneDeviceFilter Import-IntuneConditionalAccessPolicy Import-IntuneMobileApp Initialize-HydrationLogging Write-HydrationLog Import-HydrationSettings New-HydrationResult Get-ResultSummary Get-GraphErrorMessage Test-HydrationKitObject Get-ObfuscatedTenantId

PSEditions

Core

Dependencies

Release Notes

## v0.2.1 - PSGallery Publishing Support
- Module now publishable to PowerShell Gallery (Install-Module IntuneHydrationKit)
- Added Invoke-IntuneHydration as exported module function
- Backward compatible wrapper script for users who clone the repo
- InvokeBuild-based build system (build.ps1, IntuneHydrationKit.build.ps1)
- GitHub Actions CI/CD workflows for automated testing and publishing
- Added Pester tests for main orchestrator function
- Fixed PSScriptAnalyzer warnings (variable naming conflicts)

## v0.1.8 - Parameter-Based Invocation
- Added full parameter support for command-line invocation
- Settings file is now optional when using parameters
- Parameters override settings file values when both provided
- New parameters for all configuration options (tenant, auth, imports, reporting)
- Added -All switch to enable all import types
- Backwards compatible with existing settings.json workflow
- Added Windows Driver Update license pre-check (avoids 403 errors)

## v0.1.0 - Initial Release
- OpenIntuneBaseline integration (auto-downloads latest policies)
- Compliance policy templates (Windows, macOS, iOS, Android, Linux)
- App protection policies (Android/iOS MAM)
- Dynamic groups and device filters
- Enrollment profiles (Autopilot, ESP)
- Conditional Access starter pack (always created disabled)
- Safe deletion (only removes kit-created objects)
- Multi-cloud support (Global, USGov, USGovDoD, Germany, China)
- WhatIf/dry-run mode
- Detailed logging and reporting

FileList

Version History

Version Downloads Last updated
0.2.2 32 12/9/2025
0.2.1 (current version) 22 12/8/2025
0.1.1 27 11/28/2025