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? |
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\")"
}
}
] |
2 replies
|
Very good, thank you for clarifying. Will close the discussion as resolved. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible/feasible to include dynamic user and device groups in a backup?
All reactions