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
Hi, would it be possible to add a parameter to the Add-IntuneWin32AppAssignmentGroup function that allows you to add a Filter to the application assignment using the Filter ID instead of Filter Name?
For example, when packaging apps I want to have my script copy the existing assignments from the old app currently in Intune and apply them to the newer version that's being uploaded. As its gathering the existing assignments from the old version using the Get-IntuneWin32AppAssignment the results that are returned for the assignment filters only returns the Filter ID. I want to be able to pass this on further down the script as part of the assignment of groups to the newer version of the application but the Add-IntuneWin32AppAssignmentGroup only supports Filter Name.
Would using Filter ID be possible at all or alternatively have the Filter Name returned from the Get-IntuneWin32AppAssignment function? Also, great job on the modules 👍
Thanks.
The text was updated successfully, but these errors were encountered:
NMarsha11
changed the title
Add-IntuneWin32AppAssignmentGroup add Filter using FilterID instead of FilterName
Feature Request: Add-IntuneWin32AppAssignmentGroup add Filter using FilterID instead of FilterName
Aug 19, 2024
Hi, would it be possible to add a parameter to the Add-IntuneWin32AppAssignmentGroup function that allows you to add a Filter to the application assignment using the Filter ID instead of Filter Name?
For example, when packaging apps I want to have my script copy the existing assignments from the old app currently in Intune and apply them to the newer version that's being uploaded. As its gathering the existing assignments from the old version using the Get-IntuneWin32AppAssignment the results that are returned for the assignment filters only returns the Filter ID. I want to be able to pass this on further down the script as part of the assignment of groups to the newer version of the application but the Add-IntuneWin32AppAssignmentGroup only supports Filter Name.
Would using Filter ID be possible at all or alternatively have the Filter Name returned from the Get-IntuneWin32AppAssignment function? Also, great job on the modules 👍
Thanks.
The text was updated successfully, but these errors were encountered: