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

Fixes #2195 and Fixes #1871- Repost #2380

Merged
merged 28 commits into from
Oct 11, 2022

Conversation

William-Francillette
Copy link
Contributor

Fixes #2195 : added assignments to the following resources

  • IntuneAppConfigurationPolicy : Added assignments support + fix minor export file layout
  • IntuneApplicationControlPolicyWindows10: Added assignments support
  • IntuneASRRulesPolicyWindows10: Added assignments support
  • IntuneDeviceCompliancePolicyAndroid: Added assignments support + switch to beta profile to consume all attributes
  • IntuneDeviceCompliancePolicyAndroidDeviceOwner: Added assignments support
  • IntuneDeviceCompliancePolicyAndroidWorkProfile: Added assignments support + switch to beta profile to consume all attributes
  • IntuneDeviceCompliancePolicyiOs: Added assignments support + switch to beta profile to consume all attributes
  • IntuneDeviceCompliancePolicyMacOS: Added assignments support + switch to beta profile to consume all attributes
  • IntuneDeviceConfigurationPolicyiOS: Fixes Compile MOF fails with an error "Missing Argument in parameter list" #1871 - Full rebuild: Added CIM support + descriptions + assignments + unit test + missing attributes from previous PR
  • IntuneDeviceConfigurationPolicyWindows10: Added assignments support + fix resource
  • IntuneSettingCatalogASRRulesPolicyWindows10: Added assignments support + fixed this resource
  • IntuneExploitProtectionPolicyWindows10SettingCatalog: fixed this resource

@NikCharlebois I had to use the REST query to create and update those 2 last policies (SettingCatalog):

  • IntuneSettingCatalogASRRulesPolicyWindows10
  • IntuneExploitProtectionPolicyWindows10SettingCatalog

I couldn't get the parameter settings to work with New-MgDeviceManagementConfigurationPolicy and Update-MgDeviceManagementConfigurationPolicy
I also tried to use MgDeviceManagementConfigurationPolicySetting cmdlets as well and again same: no luck - I kept receiving an issue regarding an error in the payload - I spent 2d trying all possible solutions even using the settings from the Get-MgDeviceManagementConfigurationPolicySetting and update the policy without success.
Using the REST query worked straight away

I hope this helps
William

@NikCharlebois NikCharlebois merged commit d94feba into microsoft:Dev Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants