Replies: 2 comments 2 replies
-
That's definitely possible, you just run To run commands on remote computers you use whatever tool you like (or already have) - InTune, ssh, WinRM, psexec, PDQ Deploy, GPO startup script, your RMM, your EDR, your MDM - any method at all you can think of that allows you to run remote PowerShell commands. There's way too many to list them all. |
Beta Was this translation helpful? Give feedback.
-
That would work somewhat I have to save each computer in a separate log file for each computer on my computer and join em together when all are done. Well Powershell is pretty resilient if it drops connection it will try reconnect for 4mins before giving up and network drivers installs pretty fast and the computer comes back online and the script continues unless the infamous user turns the computer off. |
Beta Was this translation helpful? Give feedback.
-
Install LSUClient on a remote computer and run get-lsupdate | install-lsupdate -passthrough
If this is possible?
Beta Was this translation helpful? Give feedback.
All reactions