-
Notifications
You must be signed in to change notification settings - Fork 92
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
Auto-Update Flag for available deployments #158
Comments
Would love to see this being implemented as well. |
Thanks @AlkHacNar , i missed that one. Finally the updates are usable now. Now a support in the module would round everything up. |
@kenchan0130 I get an error with your fix |
@AlkHacNar: They changed the api a little bit. Construct table for autoUpdate settings
} Use: Construct table for autoUpdate settings
} The api looks like this: |
if I use the $AutoUpdateSupersededApps param on an app which don't have a supersedence, does it throw a failure?^^ I'm gonna test it |
You can look in my fork (https://github.com/ChristianOe/IntuneWin32App) |
@ChristianOe: thx a lot now I get it to work. and made a workaroud for my script
maybe like this?
if someone don't want to change the file "manually" here my workaround (I always uninstall old versions, so I onyl have one, if you have more then one you need wto do it with index)
|
@AlkHacNar that's looks nice. Time to implement it in the project to all functions to get it live hopefully :-) |
@AlkHacNar I have updatet the AutoUpdate Feature in #175. Its needed because the flag only works with Intent available but not for required or uninstall. |
With the Intune [2404] Update came finally the auto-update function for available apps, if supersedence is set. Could we get it with the next update pls ;-)
Greetings
Alexej
The text was updated successfully, but these errors were encountered: