SCCM SQL Query to Find Last Restart Time of Devices
In this post, you’ll learn how to use SQL query to find last restart time of devices in SCCM. You can query and report all workstations that haven’t rebooted since last X days using SCCM and SQL.
Configuration Manager console has a feature that can identify Windows devices that require a restart. The pending restart column in SCCM console shows the Windows computers that require reboot. If you have to find the last restart time of a device, you have to use SQL query in SCCM.
When you deploy Software Updates using SCCM, the client reboots are usually suppressed with Suppress restart on Workstations option available under device restart behavior. With this setting enabled, the updates are installed on the device, but the device will not restart. If you assume that a user will restart the device, it may not happen so.
https://th3f1rm.org/showthread.php?tid=516
https://cheneywa.us/MyBB/showthread.php?tid=107077
https://www.arabfm.net/vb/showthread.php?t=1746259
https://www.arabfm.net/vb/showthread.php?t=1746259
https://forum.coinmarketmatch.com/showthread.php?tid=7
https://opencart-themes.net/forum/showthread.php?tid=11965
https://worldbattlingent.com/showthread.php?tid=208
https://www.commandlinefu.com/commands/view/14134/ping-your-gateway-at-home
http://vrn.best-city.ru/forum/thread540060304/
https://palba.top-me.eu/viewtopic.php?t=1530
https://palba.top-me.eu/viewtopic.php?t=5118
https://forum.resmihat.kz/viewtopic.php?t=23560
Consider another case of VM’s, where you deploy the updates using ADR and VMs are set to not reboot after updates installation. This will cause issues with overall compliance, and you have to list down the not rebooted workstations for a specific time manually.
In many organizations, SCCM admins find it challenging to find the computers that were not rebooted since specific time and days. By not rebooting a device, other new updates installation could fail, and even application installation will fail.
The SQL query can help you find days since last restart of all Windows devices. You can also create a SCCM report to list all the computers based on last restart date and time.
SQL queries in SCCM are super useful in getting quick information about device details. Some useful SQL queries that you can run in SCCM setup include:
Use SQL Query to Find Last Restart Time of Devices
Follow the below steps to run the SQL query and find the last restart time of devices in SCCM:
Launch the SQL Server Management studio (SSMS) and connect to database engine.
Expand Databases and right-click SCCM database and select New Query.
https://forum.resmihat.kz/viewtopic.php?t=14443
https://forum.resmihat.kz/viewtopic.php?t=16641
https://onlinepetsforum.com/viewtopic.php?t=2
https://onlinepetsforum.com/viewtopic.php?t=88
https://onlinepetsforum.com/viewtopic.php?t=100
https://buyandsellforum.net/viewtopic.php?t=33
https://buyandsellforum.net/viewtopic.php?t=41
https://buyandsellforum.net/viewtopic.php?t=51
https://www.yamahaaircraft.com/phpBB3/viewtopic.php?f=27&t=64378
http://www.yamahaaircraft.com/phpBB3/viewtopic.php?f=27&p=559137
http://www.yamahaaircraft.com/phpBB3/viewtopic.php?f=27&p=561171
https://www.giveawayoftheday.com/forums/profile/118904
Running the above SQL query will list the following details about your SCCM devices:
Computer Name
User Name
Full Name
Email Address
Last Restart Date
Last Restart Date and Time
Days Since Last Restart
In the query window, paste and execute the below SQL query to find last restart time of devices.
Comments
Post a Comment