You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you tried and the problem that is occurring
Exporting Intune-config
Verbose logs showing the problem
Suggested solution to the issue
Same problem as previously with IntuneDeviceConfigurationPolicyMacOS - if no policies exist that match the type, all policies are exported. The resource could've been generated using DRG, if so, this points to an issue there.
The DSC configuration that is used to reproduce the issue (as detailed as possible)
Details of the scenario you tried and the problem that is occurring
Exporting Intune-config
Verbose logs showing the problem
Suggested solution to the issue
Same problem as previously with IntuneDeviceConfigurationPolicyMacOS - if no policies exist that match the type, all policies are exported. The resource could've been generated using DRG, if so, this points to an issue there.
The DSC configuration that is used to reproduce the issue (as detailed as possible)
Example output:
(...)
IntuneDeviceConfigurationPolicyAndroidOpenSourceProject 3cd12017-a6ce-4d23-a826-ac98f8c0976b
{
ApplicationId = $ConfigurationData.NonNodeData.ApplicationId;
Assignments = @(
MSFT_DeviceManagementConfigurationPolicyAssignments{
deviceAndAppManagementAssignmentFilterType = 'none'
dataType = '#microsoft.graph.allLicensedUsersAssignmentTarget'
}
MSFT_DeviceManagementConfigurationPolicyAssignments{
deviceAndAppManagementAssignmentFilterType = 'none'
dataType = '#microsoft.graph.allDevicesAssignmentTarget'
});
CertificateThumbprint = $ConfigurationData.NonNodeData.CertificateThumbprint;
Description = "";
DisplayName = "Company IOS Update policy";
Ensure = "Present";
Id = "561a0bb1-c3d9-4f02-b25c-836b960684de";
TenantId = $ConfigurationData.NonNodeData.TenantId;
}
The operating system the target node is running
OsName : Microsoft Windows Server 2016 Datacenter
OsOperatingSystemSKU : DatacenterServerEdition
OsArchitecture : 64-bit
WindowsBuildLabEx : 14393.5246.amd64fre.rs1_release.220701-1744
OsLanguage : en-US
OsMuiLanguages : {en-US}
Version of the DSC module that was used ('dev' if using current dev branch)
dev (1.22.824.1)
The text was updated successfully, but these errors were encountered: