6

automatically update RuckZuck Applications in ConfigMgr

 3 years ago
source link: https://rzander.azurewebsites.net/automatically-update-ruckzuck-applications-in-configmgr/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

automatically update RuckZuck Applications in ConfigMgr

Roger Zander

26 May 2020 • 1 min read

If you want to automatically update RuckZuck Applications in Microsoft Endpoint Configuration Manager:

#Load the RZ4ConfigMgr Assembly
[System.Reflection.Assembly]::LoadFrom((Join-Path $(Split-Path $env:SMS_ADMIN_UI_PATH) RZ4CM.exe)) | Out-Null
$RZ = New-Object RuckZuck_Tool.PSRZ4ConfigMgr

#detect SW Updates
$RZ.Scan()

#Show details of detected Updates
$RZ.SWUpdates

#Update all detected Updates
$RZ.Update()

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK