-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to create an automation to update applications that are in ConfigMgr? #165
Comments
Same as #84 For smaller customers, you can run RZGet.exe to update a set of Apps on a schedule directly on the clients (they will bypass MECM for these Updates)... Or my personal favorite, ROMAWO , a RuckZuck Sponsor with a solution to update 3rd party apps... |
I have done that with PowerShell. That's pretty simple. If you need some code, let mi know. |
Hi TheTaran, could you help with Code? I have the same issue. Regards |
RuckZuck_AppUpgrade.zip When you import a new application from RuckZuck, it creates Collections under the folder /RuckZuck. edit: i will try to upload my script. |
Hi, I have to change only this both line? $SiteCode = "X00" # Site code and for example the following if ($collection -like "7-Zip") { $AppName = "7-Zip(MSI)"; $AppSQL = "7-Zip%" } |
You need to run that script on your SCCM Server with PowerShell. Manually oder by scheduled task. Dependes on your requirements.
Yes correct. |
Thank you again #check collection query rules, if not exist create
} ################# If I run now the PW Script, I am getting the error Write-Host "check collection query rules - finish" -fo Green Any Idea? |
I searched everywhere, searched for articles, looked at some open and closed issues and didn't find the answer to my question.
for example, I select 10 apps from the list, they are downloaded and then deployed to ConfigMgr\RuckZuck for example, how do I make these apps update with each new version of an app or schedule on specific days that the RuckZuck update these apps already published in ConfigMgr?
I'm aware I think it doesn't just update the content, it creates a new entry in Applications\RuckZuck with the new version in front of the name. But I just wanted to make sure they were automatically updated and on the days they are scheduled, just go to Applications\RuckZuck and remove the previous versions.
The text was updated successfully, but these errors were encountered: