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
If you want to add the same Group to different intents for an application you receive a warning that a win32 app assignment exists. Looking at the code the intent isn't taken into account when testing the group. Add-IntuneWin32AppAssignmentGroup -ID $Win32App -Include -GroupID $GroupID -Intent required -Verbose -Notification showReboot Add-IntuneWin32AppAssignmentAllUsers -ID $WIn32App -Intent uninstall -Notification showReboot -Verbose Add-IntuneWin32AppAssignmentGroup -ID $Win32App -Exclude -GroupID $GroupID -Intent uninstall -Verbose
The text was updated successfully, but these errors were encountered:
crcobb
changed the title
Cannot use same group in different Intents when creating AppAssignment
Cannot use same group in different Intent types when creating AppAssignment
Jan 19, 2024
Forgive me if I don't recall the specific resulting scenario here, but setting the same group as required and available, I think that's essentially just evaluated as required by Intune. It's been some time since I tested that, so my memory may betray me here.
If you want to add the same Group to different intents for an application you receive a warning that a win32 app assignment exists. Looking at the code the intent isn't taken into account when testing the group.
Add-IntuneWin32AppAssignmentGroup -ID $Win32App -Include -GroupID $GroupID -Intent required -Verbose -Notification showReboot Add-IntuneWin32AppAssignmentAllUsers -ID $WIn32App -Intent uninstall -Notification showReboot -Verbose Add-IntuneWin32AppAssignmentGroup -ID $Win32App -Exclude -GroupID $GroupID -Intent uninstall -Verbose
The text was updated successfully, but these errors were encountered: