Chris Breuer
My feedback
3 results found
-
14 votes
We’re looking into extending the linking and integration abilities between a K1 and K2 and this would be one of the features we’d implement when that time comes.
An error occurred while saving the comment -
242 votesunder review ·
AdminKent Feid (Director of Product Management | Data Protection & KACE Unified Endpoint Management, Quest KACE) responded
As previously announced, we adopted a new Dell Updates framework starting in the KACE Systems Management Appliance (SMA) release 11.1. This change was triggered by Dell’s plan to end of life the framework previously used by KACE. This new framework developed by Dell is supposed to bring additional capabilities as it matures. We are keeping a close eye on these incremental improvements made by Dell and are hopeful that things like mass passing of passwords will come in time to develop against.
An error occurred while saving the comment Chris Breuer commented
You can follow this example script
https://www.zeta-uploader.com/1673684377 -
37 votesunder review · 4 comments · KACE Systems Deployment Appliance (SDA) » Feature Enhancements · Admin →
Chris Breuer supported this idea ·
you can already do this
save this as a bat file
set KBOX_SERVER=k1000
net use \\%KBOX_SERVER%\client
pushd \\%KBOX_SERVER%\client\agent_provisioning\windows_platform\
for /r %%i in (*.msi) do (
start /wait msiexec.exe /qn /l*v %temp%\ampmsi.log /i %%i HOST=%KBOX_SERVER%
)
popd