cjs1976 Posted July 12, 2017 Posted July 12, 2017 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.
Administrators Paul Posted July 13, 2017 Administrators Posted July 13, 2017 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
kavaa Posted September 14, 2017 Posted September 14, 2017 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now