Posted July 12, 20177 yr Hi, is it possible to use the PowerShell scripts from https://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc (= PSWindowsUpdate) over Pulseway. My idea is to create a new category unter Automation -> Scripts with all the scripts of PSWindowsUpdate, but I have no idea if they would work... Thanks, Christian.
July 13, 20177 yr Administrators Hi Christian, I don't see why it wouldn't work. For that particular script is a little annoying as it relies on a module that you will have to embed in each script that you want to use that module. You could tinker with it a little to extract just the functions that you need if you got the time. -Paul
September 14, 20177 yr You should be good to go with putting: For Autoreboot: Get-WUInstall –MicrosoftUpdate –AcceptAll –AutoReboot Without Autoreboot: Get-WUInstall –MicrosoftUpdate –AcceptAll Knowing that you have the PSWindowsUpdate Installed of course. And also make sure your client have at least Powershell 5.1
Create an account or sign in to comment