-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Fix for non-assignment of MAM policies #1319
base: dev
Are you sure you want to change the base?
Conversation
[pull] master from KelvinTegelaar:master
Dev to release
[pull] master from KelvinTegelaar:master
Dev to hotfix
Dev to hotfix
Update Get-HaloToken.ps1
[pull] master from KelvinTegelaar:master
[pull] master from KelvinTegelaar:master
[pull] master from KelvinTegelaar:master
Dev to release
Dev to hotfix
[pull] master from KelvinTegelaar:master
Dev to hotfix
[pull] master from KelvinTegelaar:master
Dev to hotfix
[pull] master from KelvinTegelaar:master
Only tested locally and via manual assignment at this point, waiting for Standards to run to see what happens then on a production instance. |
@JohnDuprey fix worked on several overnight Standards runs, in that no errors now and policies are getting assigned to the custom groups. But exclusions aren't working by the looks (if they ever did?). Will look shortly at the exclusions issue. |
…PI into fix-intune-policy-assignment
@JohnDuprey fixed issue of excluded groups not being process from Standards run. As per chat earlier though, obviously keep in mind this is the first time I've submitted a PR and can't say for 100% certainty I've caught all possible places the -ExcludeGroup stuff was missing. Certainly, working ok on Standards run locally for me now, and currently no support in the UI for manually deployed policies re an excluded group. |
App Protection policies use difference Graph resource for assignment, this passes that into the assign script to use when needed.