rzander / ruckzuck

software package manager for windows
https://ruckzuck.tools
Microsoft Public License
221 stars 20 forks source link

upgrade automatically Applications (download) #263

Open Keywan2009 opened 1 month ago

Keywan2009 commented 1 month ago

Hi, I have a PS script that should download all new Applications. But it does not work. Is the Server I added correct?

############ RuckZuck upgrade ############

Load the RZ4ConfigMgr Assembly

write-host "Ruckzuck - Get Applicatoin Upgrades" -fo Yellow [System.Reflection.Assembly]::LoadFrom((Join-Path $(Split-Path $env:SMS_ADMIN_UI_PATH) RZ4CM.exe)) | Out-Null $RZ = New-Object RuckZuck_Tool.PSRZ4ConfigMgr ###########################################

The result:

Ruckzuck - Get Applicatoin Upgrades Connecting RuckZuck Repository... 612 Items in Repsoitory Checking current Applications... 0 Applications detected Checking for Updates... 0 Updates detected. #############

I know there are many updates available.

Any Idea why I don't getting any updates?