aaronparker / packagefactory

A packaging factory for Microsoft Intune using Evergreen, VcRedist, and IntuneWin32App
https://stealthpuppy.com/packagefactory/
MIT License
62 stars 19 forks source link

Param name change in IntuneWin32App module #6

Closed norjen closed 2 years ago

norjen commented 2 years ago

Currently Create-Win32App.ps1 fails because of a parameter name change in IntuneWin32App in (https://github.com/MSEndpointMgr/IntuneWin32App/blob/master/Public/New-IntuneWin32AppRequirementRule.ps1)

To fix the issue - go to line 96 in Create-Win32App.ps1 and change it from: MinimumSupportedOperatingSystem = $AppData.RequirementRule.MinimumRequiredOperatingSystem to MinimumSupportedWindowsRelease = $AppData.RequirementRule.MinimumRequiredOperatingSystem