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
Microsoft announced the deprecation of the Account Protection Policy (Preview) in Microsoft Intune. This policy type is a intent policy that is available as the IntuneAccountProtectionPolicy resource in Microsoft365DSC. Currently, creating this policy in the Intune Portal is not possible anymore, although it does work by API.
Also affected by that is the resource IntuneDeviceConfigurationIdentityProtectionPolicyWindows10. This one would be replaced by the new resource as well.
Suggestion
It would be best to remove this resource and replace it with a new one based on the Settings Catalog named IntuneAccountProtectionPolicyWindows10. This resource would be the successor to the other one. Because removal is difficult and backwards compatibility should be considered, adding a warning message to the previous resource and a mention in the change log should be enough for now.
As soon as #5056 is merged, I can take a look at implementing the new Intune resource.
The text was updated successfully, but these errors were encountered:
Description
Microsoft announced the deprecation of the Account Protection Policy (Preview) in Microsoft Intune. This policy type is a intent policy that is available as the
IntuneAccountProtectionPolicy
resource in Microsoft365DSC. Currently, creating this policy in the Intune Portal is not possible anymore, although it does work by API.Also affected by that is the resource
IntuneDeviceConfigurationIdentityProtectionPolicyWindows10
. This one would be replaced by the new resource as well.Suggestion
It would be best to remove this resource and replace it with a new one based on the Settings Catalog named
IntuneAccountProtectionPolicyWindows10
. This resource would be the successor to the other one. Because removal is difficult and backwards compatibility should be considered, adding a warning message to the previous resource and a mention in the change log should be enough for now.As soon as #5056 is merged, I can take a look at implementing the new Intune resource.
The text was updated successfully, but these errors were encountered: