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
Works well for most application types, but it cannot handle the 'for Intune' apps (e.g. Appian For Intune, Zoom for Intune etc.). However, if you create a configuration with a 'for Intune' application, then trigger Set-Targetresource by deleting the policy, the recreated policy will show a message about the application nolonger being available
I explored the issue a bit and seems be that when recreating the policy, it pick up both the Android and iOS app.
If I create a new policy:
The TargetedMobileApps guid in the policy matches the existing GUID for that.
I then export the policy and delete it. Run start-dscConfiguration to recreate the policy.
If I pull the TargetedMobileApps, it is now targetted at both the iOS and Android apps
With the end result that the policy in my tenant is broken:
These were merged and then pulled in favour of the existing DSC resource. My initial testing with my old modules suggests that they resolve this bug...
MSFT_IntuneMobileAppConfigurationPolicyIOS and
MSFT_IntuneAndroidManagedStoreAppConfiguration
were supposed to be pulled in favour of existing DSCResource - IntuneAppConfigurationDevicePolicy as my modules duplicated functionality. Whilst testing on our tenant we discovered the following issue:
IntuneAppConfigurationDevicePolicy cannot handle 'for Intune' applications microsoft#5587
It seems that for some reason only MSFT_IntuneMobileAppConfigurationPolicyIOS was removed. This pull request adds that module back in and deletes "IntuneAppConfigurationDevicePolicy" as I believe that module is now defunct.
Description of the issue
Works well for most application types, but it cannot handle the 'for Intune' apps (e.g. Appian For Intune, Zoom for Intune etc.). However, if you create a configuration with a 'for Intune' application, then trigger Set-Targetresource by deleting the policy, the recreated policy will show a message about the application nolonger being available
I explored the issue a bit and seems be that when recreating the policy, it pick up both the Android and iOS app.
If I create a new policy:
The TargetedMobileApps guid in the policy matches the existing GUID for that.
I then export the policy and delete it. Run start-dscConfiguration to recreate the policy.
If I pull the TargetedMobileApps, it is now targetted at both the iOS and Android apps
With the end result that the policy in my tenant is broken:
Microsoft 365 DSC Version
1.24.1211.1
Which workloads are affected
Intune
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: