Dell Command: scheduling driver updates

Posted by Important_Ad_3602@reddit | sysadmin | View on Reddit | 21 comments

I'm rolling out Dell Command and thusfar disabled scheduling. We do manual scans if a device has an issue. I now want to change that to automatic. But i can't think of a way this would happen without bothering users.

I don't want my user to have a blinking screen, or lose wifi connection, in the middle of something important.

This is what i have now:
Start-Process -FilePath $exePath -ArgumentList "/configure", "-scheduleDaily=12:30", "-updateType=bios,firmware,driver", "-autoSuspendBitLocker=enable", "-scheduleAction=DownloadInstallAndNotify", "-delayDays=40", "-forceRestart=disable" -Wait

12:30 is lunch time in our company.

How are you guys deploying this? Is -scheduleauto any good? Does it skip updates when a user is active, doing a powerpoint presentation or in a Teams meeting?