Jump to content

Can I use PSWindowsUpdate over Pulseway


cjs1976

Recommended Posts

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.

Link to comment
Share on other sites

  • 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

Link to comment
Share on other sites

  • 2 months later...

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...