MSEndpointMgr / IntuneWin32App

Provides a set of functions to manage all aspects of Win32 apps in Microsoft Intune.
MIT License
340 stars 88 forks source link

Add a function to add Requirements to Exisiting Intune App #117

Open Walmtech opened 10 months ago

Walmtech commented 10 months ago

Thanks for such a useful tool.

Would be useful if new requirements are required to be added to an exsiitng app.

Something similar to Add-IntuneWin32AppDependency that allows you to add additonal requirements on an existing app.

Suggest Add-IntuneWin32AppRequirement that lets you use the existing New-IntuneWin32AppRequirementRuleFile New-IntuneWin32AppRequirementRuleRegistry New-IntuneWin32AppRequirementRuleScript

To add an additonal requirement.

jms-du-se commented 8 months ago

Created a pull request for this: https://github.com/MSEndpointMgr/IntuneWin32App/pull/133#issue-2053903188

/Jasper