Skip to content

Commit 3705a48

Browse files
committed
fix: remove outdated user group definition for licensed users in User-Groups.json
1 parent da9867e commit 3705a48

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Intune Hydration Kit is a PowerShell module that bootstraps Microsoft Intune
4848

4949
| Category | Count | Description |
5050
|----------|-------|-------------|
51-
| Dynamic Groups | 51 | Device and user targeting groups (OS, manufacturer, Autopilot, ownership, VMs, license-based) |
51+
| Dynamic Groups | 50 | Device and user targeting groups (OS, manufacturer, Autopilot, ownership, VMs, license-based) |
5252
| Static Groups | 4 | Update ring groups (Pilot, UAT, Broad) and assignment groups |
5353
| Device Filters | 24 | Platform, manufacturer, and VM-based filters (Windows, macOS, iOS, Android) |
5454
| Security Baselines | 70+ | [OpenIntuneBaseline](https://github.com/jorgeasaurus/OpenIntuneBaseline) policies (Windows, macOS) |

Templates/DynamicGroups/User-Groups.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"groups": [
3-
{
4-
"displayName": "Intune - Licensed Users",
5-
"description": "All users licensed for Microsoft Intune",
6-
"membershipRule": "(user.assignedPlans -any (assignedPlan.servicePlanId -eq \"c1ec4a95-1f05-45b3-a911-aa3fa01094f5\" -and assignedPlan.capabilityStatus -eq \"Enabled\"))",
7-
"membershipType": "user"
8-
},
93
{
104
"displayName": "Intune - Update Ring Broad Users",
115
"description": "All Intune licensed users targeted for the broad phase of Windows Update for Business",

0 commit comments

Comments
 (0)