Intune-Scripts
Intune-Scripts copied to clipboard
Force command passthrough needed
When trying to install Microsoft.VCRedist.2010.x86 along side Microsoft.VCRedist.2010.x64, the winget "existing package" is causing the install to fail. Using "--force" works around this issue but I cant see a way to pass this through to the script from the intune package area. Can this be implemented easily?
Are you referring to the script "Winget-InstallPackage.ps1"? I provided the parameter '$AdditionalInstallArgs' which will pass in any additional arguments you want to pass to Winget.