Skip to content
New issue

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

Intune: Snapshot is not retrieving Win Config Policies #2692

Closed
nathanpinotti opened this issue Dec 20, 2022 · 10 comments · Fixed by #3274 or #3295
Closed

Intune: Snapshot is not retrieving Win Config Policies #2692

nathanpinotti opened this issue Dec 20, 2022 · 10 comments · Fixed by #3274 or #3295
Labels
Enhancement New feature or request Help Wanted Extra attention is needed Intune

Comments

@nathanpinotti
Copy link

nathanpinotti commented Dec 20, 2022

Details of the scenario you tried and the problem that is occurring

I'm trying to take a snapshot using all Intune available components. When the command finishes I can see some config but no configuration policies. Output File here

I have 3 configuration policies and from the snpashot I can see just one in the file

Already tried to update the dependencies and also the Graph Scopes.

image

Verbose logs showing the problem

Suggested solution to the issue

The DSC configuration that is used to reproduce the issue (as detailed as possible)

# insert configuration here
`Export-M365DSCConfiguration -Components @("IntuneAntivirusPolicyWindows10SettingCatalog", "IntuneAppConfigurationPolicy", "IntuneApplicationControlPolicyWindows10", "IntuneAppProtectionPolicyAndroid", "IntuneAppProtectionPolicyiOS", "IntuneASRRulesPolicyWindows10", "IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager", "IntuneDeviceAndAppManagementAssignmentFilter", "IntuneDeviceCategory", "IntuneDeviceCompliancePolicyAndroid", "IntuneDeviceCompliancePolicyAndroidDeviceOwner", "IntuneDeviceCompliancePolicyAndroidWorkProfile", "IntuneDeviceCompliancePolicyiOs", "IntuneDeviceCompliancePolicyMacOS", "IntuneDeviceCompliancePolicyWindows10", "IntuneDeviceConfigurationPolicyAndroidDeviceAdministrator", "IntuneDeviceConfigurationPolicyAndroidDeviceOwner", "IntuneDeviceConfigurationPolicyAndroidOpenSourceProject", "IntuneDeviceConfigurationPolicyAndroidWorkProfile", "IntuneDeviceConfigurationPolicyiOS", "IntuneDeviceConfigurationPolicyMacOS", "IntuneDeviceConfigurationPolicyWindows10", "IntuneDeviceEnrollmentLimitRestriction", "IntuneDeviceEnrollmentPlatformRestriction", "IntuneExploitProtectionPolicyWindows10SettingCatalog", "IntuneRoleAssignment", "IntuneRoleDefinition", "IntuneSettingCatalogASRRulesPolicyWindows10", "IntuneWiFiConfigurationPolicyAndroidDeviceAdministrator", "IntuneWifiConfigurationPolicyAndroidEntrepriseDeviceOwner", "IntuneWifiConfigurationPolicyAndroidEntrepriseWorkProfile", "IntuneWifiConfigurationPolicyAndroidForWork", "IntuneWifiConfigurationPolicyAndroidOpenSourceProject", "IntuneWifiConfigurationPolicyIOS", "IntuneWifiConfigurationPolicyMacOS", "IntuneWifiConfigurationPolicyWindows10") -Credential $Credential`

#### The operating system the target node is running
<!--
 OsName               : Microsoft Windows 10 Home Single Language
OsOperatingSystemSKU : 100
OsArchitecture       : 64 bits
WindowsVersion       : 2009
WindowsBuildLabEx    : 19041.1.amd64fre.vb_release.191206-1406
OsLanguage           : pt-BR
OsMuiLanguages       : {pt-BR}
-->

#### Version of the DSC module that was used ('dev' if using current dev branch)
ModuleBase                                                             Version
1.22.1214.1                                                                   1.22.1214.1
@parrothd
Copy link

Same issue, I have 56 win profiles but only 4 get detected and exported.

Mac profiles aren't exported at all.

@William-Francillette
Copy link
Contributor

Hi,

We haven't developed all policies available in the Intune portal (yet) - At the moment only Wifi and Endpoint restriction policy types are available for windows 10 from the Configuration Profile
Administrative Templates and Endpoint Protection aren't available sorry
More Intune policies are available from the Endpoint Security section such as ASR rules, Bitlocker protection and so forth
More to come

@parrothd
Copy link

Ahh... Just an FYI I ended using this powershell script to export all intune settings, except the packages..

https://github.com/Micke-K/IntuneManagement

@nathanpinotti
Copy link
Author

Hi,

We haven't developed all policies available in the Intune portal (yet) - At the moment only Wifi and Endpoint restriction policy types are available for windows 10 from the Configuration Profile Administrative Templates and Endpoint Protection aren't available sorry More Intune policies are available from the Endpoint Security section such as ASR rules, Bitlocker protection and so forth More to come

Thanks @William-Francillette. Is there any plan to release this functionality?

Ahh... Just an FYI I ended using this powershell script to export all intune settings, except the packages..

https://github.com/Micke-K/IntuneManagement

Nice! I'll give it a try @parrothd , thanks a lot!

@andikrueger andikrueger added Bug Something isn't working Intune labels Dec 27, 2022
@William-Francillette
Copy link
Contributor

Yes, we are actively working on improving Intune policy coverage, but can't give an estimation of time for the moment.

@NikCharlebois NikCharlebois added Enhancement New feature or request Help Wanted Extra attention is needed and removed Bug Something isn't working labels Jan 3, 2023
@William-Francillette
Copy link
Contributor

All Setting Templates policies have been implemented now for Windows 10 - This issue can probably be closed after this week update @andikrueger

@parrothd
Copy link

parrothd commented May 2, 2023

Hi, Just windows? What about Macs and mobile devices?

@William-Francillette
Copy link
Contributor

This issue was specific to Windows but the other platforms will be implemented asap - I want to complete all Windows 10 Configuration Profiles (only setting catalog left ) then will work on the rest

@parrothd
Copy link

parrothd commented May 2, 2023

Looks like my window 56 profiles showed up which is great. Still waiting on scripts, anti-virus(gives and error) and apps. :)

@parrothd
Copy link

parrothd commented May 2, 2023

Just realized the config profiles "Settings catalog" aren't included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Help Wanted Extra attention is needed Intune
Projects
None yet
5 participants