Skip to content

Instantly share code, notes, and snippets.

View arushdesp's full-sized avatar

Harry Mitsis arushdesp

  • 20:05 (UTC +01:00)
View GitHub Profile
@arushdesp
arushdesp / Test-RebootRequired.ps1
Created May 12, 2023 12:50 — forked from altrive/Test-RebootRequired.ps1
Check pending reboot on local computer
#Based on <http://gallery.technet.microsoft.com/scriptcenter/Get-PendingReboot-Query-bdb79542>
function Test-RebootRequired
{
$result = @{
CBSRebootPending =$false
WindowsUpdateRebootRequired = $false
FileRenamePending = $false
SCCMRebootPending = $false
}