Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature: custom user agent #34

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ChristianOe
Copy link

If downloading fails because the useragent "wget" is blocked by the downloading provider you can now define a custom UserAgent in applist.json for every single app. If UserAgent is not set the intuneappfactory will use the default value "wget".

Example
{ "Apps": [ { "IntuneAppName": "7-Zip", "IntuneAppNamingConvention": "AppName", "AppPublisher": "Igor Pavlov", "AppSource": "Nevergreen", "AppID": "7zip", "AppFolderName": "7zip", "UserAgent": "Powershell", "FilterOptions": [ { "Architecture": "x64", "Type": "msi" } ] } ] }

@ChristianOe
Copy link
Author

@NickolajA: Is there any chances to implement all the good ideas in the prs? Happy new year for you :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants