IntuneManagement
IntuneManagement copied to clipboard
add replace Assignments option
I need the ability to replace Assignments with the import type "Replace" like during the "Always import" type it can be resolved with 2 variants:
- by adding a new import type "Replace include assignments"
- by adding new import options next to "Import Assignments" e.g. "Replace Assignments"
prepared PR https://github.com/Micke-K/IntuneManagement/pull/296 - add a new import type "Replace include assignments"
Hello,
Thank you for this!
Can you change line 2360? Just to make sure original path would be 100% the same.
if ($global:cbImportType.SelectedValue -eq "replace"){
to
if ($global:cbImportType.SelectedValue -ne "replace_with_assignments"){
Cheers!
@Micke-K done