This pull request will implement the possibility of handling Assignments after uploading the package.
The change is simple but effective, I get the package ID from Add-IntuneWin32App in a new variable. Then if the app.json contains assignments, this update will add the assignments to the IntuneWin32App package.
I typically use assignments with update packages, together with CustomRequirementRule that detects if a given software is installed, I often assign the update package to All Devices.
This pull request will implement the possibility of handling Assignments after uploading the package.
The change is simple but effective, I get the package ID from Add-IntuneWin32App in a new variable. Then if the app.json contains assignments, this update will add the assignments to the IntuneWin32App package.
I typically use assignments with update packages, together with CustomRequirementRule that detects if a given software is installed, I often assign the update package to All Devices.