PowerShell: Find if computer is waiting for reboot after Windows update


When you roll out updates to multiple computers, how do you find out ‘how many computers aren’t rebooted yet after the updates”. Well, here is one way with PowerShell.

(New-Object
-ComObject Microsoft.Update.SystemInfo).RebootRequired

This is returns TRUE or FALSE.

Did this help you?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s