What is a one sentence summary of your feature request?
Feature Request: Use Azure/Intune Group Membership for “Netwrix Endpoint Policy Manager” Targeting Criteria.
Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.
Feature Request: Use Azure/Intune Group Membership for “Netwrix Endpoint Policy Manager” Targeting Criteria
We need Policy Pack to support Azure/Intune Group membership as a targeting condition. This would allow us to say “apply this Policy Pack “Netwrix Endpoint Policy Manager” setting only to devices that are members of [specific Azure/Intune Group].”
Why this matters:
We already organize devices into Azure/Intune Groups for Intune targeting
Policy Pack “Netwrix Endpoint Policy Manager” should leverage our existing group structure instead of requiring duplicate targeting logic via WMI queries or registry keys.
This would align Policy Pack “Netwrix Endpoint Policy Manager” settings with our Intune deployment methodology and organizational structure.
Technical approach:
Query Microsoft Graph API for device group memberships
Support both direct and nested group membership
Cache locally with configurable refresh intervals
Required Graph API permissions: Device.Read.All, Group.Read.All
(If the local Machine account and certificate doesn’t have the appropriate permissions to perform the Graph Query, a service account can be created and used to perform the lookup)
Use case example:“Apply these Registry Keys only to devices in the ‘AZR-S-APP-WKS-Administrative Workstations’ Azure/Intune Group” - without needing to create custom WMI queries or registry markers to identify those devices.
This would be a significant differentiator for Policy Pack in Intune-managed environments.
How do you currently solve the challenges you have by not having this feature?
Deploy a PowerShell Script to set a specific registry key for a given Policy Pack “Netwrix Endpoint Policy Manager” setting , deploy that PowerShell script via Intune, (Win32 app, Remediation Script or Platform Script) assigned to an Intune Group. Use the resultant registry key as the targeting criteria for the Policy Pack “Netwrix Endpoint Policy Manager” setting.