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
Via GUI, create an App protection policy for iOS (I used Dynamics 365). Under "Data Protection" set some apps in "Allow users to open data from selected services"
Export the configuration.
Expected Result: Policy is exported
Actual Result: Policy is not in the exported config
Problem is down to the fact that the module does not process the property 'AllowedDataIngestionLocations' from Get-MgBetaDeviceAppManagementiOSManagedAppProtection
Microsoft 365 DSC Version
1.24.1211.1
Which workloads are affected
Intune
The DSC configuration
NA
Verbose logs showing the problem
NA
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered:
Description of the issue
The module does not support a number of properties that get returned from Get-MgBetaDeviceAppManagementiOSManagedAppProtection:
AllowWidgetContentSync
AppActionIfAccountIsClockedOut
AppActionIfUnableToAuthenticateUser
AppGroupType
BlockDataIngestionIntoOrganizationDocuments
CustomDialerAppProtocol
DeployedAppCount
DeploymentSummary
DialerRestrictionLevel
ExemptedUniversalLinks
GracePeriodToBlockAppsDuringOffClockHours
IsAssigned
ManagedUniversalLinks
MaximumAllowedDeviceThreatLevel
MaximumRequiredOSVersion
MaximumWarningOSVersion
MaximumWipeOSVersion
MessagingRedirectAppUrlScheme
MinimumWarningSdkVersion
MobileThreatDefensePartnerPriority
MobileThreatDefenseRemediationAction
PreviousPinBlockCount
ProtectedMessagingRedirectAppType
ThirdPartyKeyboardsBlocked
For an example:
Via GUI, create an App protection policy for iOS (I used Dynamics 365). Under "Data Protection" set some apps in "Allow users to open data from selected services"
Export the configuration.
Expected Result: Policy is exported
Actual Result: Policy is not in the exported config
Problem is down to the fact that the module does not process the property 'AllowedDataIngestionLocations' from Get-MgBetaDeviceAppManagementiOSManagedAppProtection
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: