We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assignments are only exporting the property deviceAndAppManagementAssignmentFilterType but not groupId and groupDisplayName.
deviceAndAppManagementAssignmentFilterType
groupId
groupDisplayName
@FabienTschanz Running the code manually I'm getting the following below
1.24.710.3
Intune
IntuneWindowsUpdateForBusinessDriverUpdateProfileWindows10 "IntuneWindowsUpdateForBusinessDriverUpdateProfileWindows10-IntuneWindowsUpdateForBusinessDriverUpdateProfileWindows10_1" { ApprovalType = "manual"; Assignments = @( MSFT_DeviceManagementConfigurationPolicyAssignments{ deviceAndAppManagementAssignmentFilterType = 'none' } MSFT_DeviceManagementConfigurationPolicyAssignments{ deviceAndAppManagementAssignmentFilterType = 'none' } ); Credential = $Credscredential; Description = ""; DisplayName = "IntuneWindowsUpdateForBusinessDriverUpdateProfileWindows10_1"; Ensure = "Present"; Id = "012e7262-dc39-4156-aef8-f3d489ebabff"; RoleScopeTagIds = @("0"); }
N/A
Win11 / PS5.1
The text was updated successfully, but these errors were encountered:
Will have a look at it. At first glance no idea why that's happening, worked fine previously as I recall.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description of the issue
Assignments are only exporting the property
deviceAndAppManagementAssignmentFilterType
but notgroupId
andgroupDisplayName
.@FabienTschanz Running the code manually I'm getting the following below
Microsoft 365 DSC Version
1.24.710.3
Which workloads are affected
Intune
The DSC configuration
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: