Skip to main content
Version: 4.0

Get-ADTPendingReboot

SYNOPSIS

Get the pending reboot status on a local computer.

SYNTAX

Get-ADTPendingReboot [<CommonParameters>]

DESCRIPTION

Check WMI and the registry to determine if the system has a pending reboot operation from any of the following:

  • Component Based Servicing (Vista, Windows 2008)
  • Windows Update / Auto Update (XP, Windows 2003 / 2008)
  • SCCM 2012 Clients (DetermineIfRebootPending WMI method)
  • App-V Pending Tasks (global based Appv 5.0 SP2)
  • Pending File Rename Operations (XP, Windows 2003 / 2008)

EXAMPLES

EXAMPLE 1

Get-ADTPendingReboot

This example retrieves the pending reboot status on the local computer and returns a custom object with detailed information.

EXAMPLE 2

(Get-ADTPendingReboot).IsSystemRebootPending

This example returns a boolean value determining whether or not there is a pending reboot operation.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

You cannot pipe objects to this function.

OUTPUTS

PSADT.Types.RebootInfo

Returns a custom object with the following properties:

- ComputerName

- LastBootUpTime

- IsSystemRebootPending

- IsCBServicingRebootPending

- IsWindowsUpdateRebootPending

- IsSCCMClientRebootPending

- IsIntuneClientRebootPending

- IsFileRenameRebootPending

- PendingFileRenameOperations

- ErrorMsg

NOTES

An active ADT session is NOT required to use this function.

ErrorMsg only contains something if an error occurred.

Tags: psadt
Website: https://psappdeploytoolkit.com
Copyright: (C) 2025 PSAppDeployToolkit Team (Sean Lillis, Dan Cunningham, Muhammad Mashwani, Mitch Richters, Dan Gough).
License: https://opensource.org/license/lgpl-3-0

https://psappdeploytoolkit.com/docs/reference/functions/Get-ADTPendingReboot