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

Cannot use same group in different Intent types when creating AppAssignment #140

Open
crcobb opened this issue Jan 18, 2024 · 2 comments
Open

Comments

@crcobb
Copy link

crcobb commented Jan 18, 2024

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

@crcobb 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
@NickolajA
Copy link
Member

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.

@MichaelGerman
Copy link

I already opend the issue #85 regarding this case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants