Replies: 3 comments 2 replies
-
Dynamic groups are backed up as part of a configuration or do you mean groups standalone that are not assigned to anything in Intune? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For example: "assignments": [
{
"source": "direct",
"target": {
"@odata.type": "#microsoft.graph.groupAssignmentTarget",
"deviceAndAppManagementAssignmentFilterId": null,
"deviceAndAppManagementAssignmentFilterType": "none",
"groupName": "test",
"groupType": "DynamicMembership",
"membershipRule": "(device.enrollmentProfileName -eq \"shareddevice\")"
}
}
] |
Beta Was this translation helpful? Give feedback.
2 replies
-
Very good, thank you for clarifying. Will close the discussion as resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible/feasible to include dynamic user and device groups in a backup?
Beta Was this translation helpful? Give feedback.
All reactions