Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Claude.md
# Miscellaneous
Publishing.md
Test-Adhoc.ps1
Templates/MobileApps/*.png
20 changes: 12 additions & 8 deletions IntuneHydrationKit.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Module manifest for IntuneHydrationKit

# Version number of this module
ModuleVersion = '0.2.3'
ModuleVersion = '0.2.4'

# ID used to uniquely identify this module
GUID = 'f755f41b-d5fc-48db-8b11-62b7ed71b1cd'
Expand Down Expand Up @@ -89,13 +89,17 @@

# Release notes for this module
ReleaseNotes = @'
## v0.2.3

- **New Features:**
- Microsoft Teams added to mobile app templates
- Slack added to mobile app templates
- Updated module dependencies
- Added Windows, macOS, and Linux build test support
## v0.2.4

- **New Mobile Apps:**
- WhatsApp
- Spotify
- Microsoft Copilot
- Power BI Desktop
- Windows App
- Windows Terminal
- **New Enrollment Profile:**
- Windows Self-Deploy Autopilot Profile
'@
}
}
Expand Down
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ The Intune Hydration Kit is a PowerShell module that bootstraps Microsoft Intune
| Category | Count | Description |
|----------|-------|-------------|
| Dynamic Groups | 31 | Device and user targeting groups (OS, manufacturer, Autopilot, ownership, licensing) |
| Static Groups | 2 | Update ring groups (Pilot, UAT) for manual membership |
| Device Filters | 12 | Platform and manufacturer-based filters |
| Static Groups | 4 | Update ring groups (Pilot, UAT, Broad) and assignment groups |
| Device Filters | 12 | Platform and manufacturer-based filters (Windows, macOS, iOS, Android) |
| Security Baselines | 70+ | OpenIntuneBaseline policies (Windows, macOS) |
| Compliance Policies | 10 | Multi-platform compliance (Windows, macOS, iOS, Android, Linux) |
| App Protection | 8 | MAM policies following [Microsoft's App Protection Framework](https://learn.microsoft.com/en-us/intune/intune-service/apps/app-protection-framework) (Level 1-3 for iOS and Android) |
| Mobile Apps | 9 | Microsoft Store apps, macOS apps (Company Portal, Edge, etc.) |
| Enrollment Profiles | 3 | Autopilot deployment + Enrollment Status Page |
| Mobile Apps | 15 | Microsoft Store apps (Company Portal, Teams, Slack, Spotify, etc.) |
| Enrollment Profiles | 3 | Autopilot deployment profiles + Enrollment Status Page |
| Conditional Access | 14 | Starter pack policies (created disabled) |

---
Expand Down Expand Up @@ -471,7 +471,7 @@ These modes cannot be combined - choose one or the other.
All objects created by this kit include a marker in their description:

```plaintext
Imported by Intune-Hydration-Kit
Imported by Intune Hydration Kit
```

This marker is used to:
Expand Down Expand Up @@ -612,7 +612,19 @@ Intune-Hydration-Kit/

## Changelog

## v0.2.3
### v0.2.4

- **New Mobile Apps:**
- WhatsApp
- Spotify
- Microsoft Copilot
- Power BI Desktop
- Windows App
- Windows Terminal
- **New Enrollment Profile:**
- Windows Self-Deploy Autopilot Profile

### v0.2.3

- **New Features:**
- Slack added to mobile app templates
Expand Down
20 changes: 20 additions & 0 deletions Templates/Enrollment/Windows-Self-Deploy-Autopilot-Profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"@odata.type": "#microsoft.graph.azureADWindowsAutopilotDeploymentProfile",
"displayName": "Self Deploy Default Autopilot Deployment Profile",
"description": "",
"deviceNameTemplate": "%SERIAL%",
"locale": "os-default",
"preprovisioningAllowed": false,
"deviceType": "windowsPc",
"hardwareHashExtractionEnabled": false,
"roleScopeTagIds": [],
"hybridAzureADJoinSkipConnectivityCheck": false,
"outOfBoxExperienceSetting": {
"deviceUsageType": "shared",
"escapeLinkHidden": true,
"privacySettingsHidden": true,
"eulaHidden": true,
"userType": "standard",
"keyboardSelectionPageSkipped": true
}
}
63 changes: 0 additions & 63 deletions Templates/Enrollment/macOS-DEP-Enrollment-Profile.json

This file was deleted.

24 changes: 0 additions & 24 deletions Templates/MobileApps/Windows/Store/AdobeAcrobatReader.json

This file was deleted.

23 changes: 23 additions & 0 deletions Templates/MobileApps/Windows/Store/AdobeAcrobatReaderDC.json

Large diffs are not rendered by default.

29 changes: 14 additions & 15 deletions Templates/MobileApps/Windows/Store/CompanyPortal.json

Large diffs are not rendered by default.

Loading
Loading