<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Boot-Time on Anything About IT</title><link>https://www.verboon.info/tags/boot-time/</link><description>Recent content in Boot-Time on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 06 Jan 2014 20:02:18 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/boot-time/index.xml" rel="self" type="application/rss+xml"/><item><title>PowerShell - Retrieve System Startup Time Information</title><link>https://www.verboon.info/2014/01/powershell-retrieve-system-startup-time-information/</link><pubDate>Mon, 06 Jan 2014 20:02:18 +0000</pubDate><guid>https://www.verboon.info/2014/01/powershell-retrieve-system-startup-time-information/</guid><description>&lt;p&gt;The below script gathers the following system startup time information from a local or remote client.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Computername&lt;/li&gt;
&lt;li&gt;Last Wakeup time (from Sleep, Hibernate or Fast boot on Windows 8x clients)
The last wakeup date/time is converted from UTC into the client local time.&lt;/li&gt;
&lt;li&gt;Last Boot time&lt;/li&gt;
&lt;li&gt;The Time Zone of the client&lt;/li&gt;
&lt;li&gt;The system wakeup / sleep message from the Windows event log&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Important: the script uses PowerShell remoting, it’s therefore required that the targeted clients have WinRM enabled.&lt;/p&gt;</description></item><item><title>Retrieve Windows Boot Time Script</title><link>https://www.verboon.info/2011/05/retrieve-windows-boot-time-script/</link><pubDate>Thu, 19 May 2011 00:42:14 +0000</pubDate><guid>https://www.verboon.info/2011/05/retrieve-windows-boot-time-script/</guid><description>&lt;p&gt;Here’s a small batch script to get the Windows 7 Boot time shown in milliseconds.&lt;/p&gt;
&lt;p&gt;@echo off&lt;br&gt;
FOR /F &amp;ldquo;Tokens=4&amp;rdquo; %%a IN (&amp;rsquo;%windir%\system32\wevtutil.exe qe Microsoft-Windows-Diagnostics-Performance/Operational /rd:true /f:Text /c:1 /q:&amp;quot;*[System[(EventID = 100)]]&amp;quot;  /e:Events ^| FIND &amp;ldquo;Duration&amp;rdquo;&amp;rsquo;) DO SET BTIME=%%a &lt;br&gt;
ECHO Boot Time is : %BTIME%&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/2011-05-19-02h39_00_thumb.png" alt="2011-05-19 02h39_00"&gt;

&lt;/p&gt;
&lt;p&gt;Inspiration for this script came from the article &lt;a href="http://www.windowsitpro.com/article/windows-client/monitor-system-startup-performance-in-windows-7"&gt;Monitor System Startup Performance in Windows 7&lt;/a&gt; written by Sean Wheeler for &lt;a href="http://www.windowsitpro.com/"&gt;WindowsITPro&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>