{"id":540,"date":"2015-11-03T13:10:20","date_gmt":"2015-11-03T13:10:20","guid":{"rendered":"http:\/\/www.dbafox.com\/?p=540"},"modified":"2024-07-13T09:12:53","modified_gmt":"2024-07-13T07:12:53","slug":"powershell-get-restarts","status":"publish","type":"post","link":"https:\/\/dbafox.com\/?p=540","title":{"rendered":"Powershell &#8211; Get restarts and Uptime"},"content":{"rendered":"<pre class=\"toolbar-overlay:false lang:ps decode:true \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\ngwmi win32_ntlogevent -filter &quot;LogFile='System' and EventCode='1074' and Message like '%restart%'&quot; |select User,@{n=&quot;Time&quot;;e={$_.\nConvertToDateTime($_.TimeGenerated)}}\n\n<\/pre>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">&lt;\/pre&gt;\n&lt;pre class=&quot;toolbar-overlay:false lang:ps decode:true &quot;&gt;$BootTime = (systeminfo | find &quot;System Boot Time:&quot;).Replace(&quot;System Boot Time:&quot;,&quot;&quot;).Trim()\n$BootTime\n\n\n$Uptime = (Get-Date) - &#x5B;datetime]$BootTime\n$Uptime\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>gwmi win32_ntlogevent -filter &quot;LogFile=&#8217;System&#8217; and EventCode=&#8217;1074&#8242; and Message like &#8216;%restart%&#8217;&quot; |select User,@{n=&quot;Time&quot;;e={$_. ConvertToDateTime($_.TimeGenerated)}} &lt;\/pre&gt; &lt;pre class=&quot;toolbar-overlay:false lang:ps decode:true &quot;&gt;$BootTime = (systeminfo | find &quot;System Boot Time:&quot;).Replace(&quot;System Boot Time:&quot;,&quot;&quot;).Trim() $BootTime $Uptime = (Get-Date) &#8211; &#x5B;datetime]$BootTime $Uptime<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[29],"tags":[],"class_list":["post-540","post","type-post","status-publish","format-standard","hentry","category-powershell"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Powershell - Get restarts and Uptime - dbafox<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbafox.com\/?p=540\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Powershell - Get restarts and Uptime - dbafox\" \/>\n<meta property=\"og:description\" content=\"gwmi win32_ntlogevent -filter &quot;LogFile=&#039;System&#039; and EventCode=&#039;1074&#039; and Message like &#039;%restart%&#039;&quot; |select User,@{n=&quot;Time&quot;;e={$_. ConvertToDateTime($_.TimeGenerated)}} &lt;\/pre&gt; &lt;pre class=&quot;toolbar-overlay:false lang:ps decode:true &quot;&gt;$BootTime = (systeminfo | find &quot;System Boot Time:&quot;).Replace(&quot;System Boot Time:&quot;,&quot;&quot;).Trim() $BootTime $Uptime = (Get-Date) - &#x5B;datetime]$BootTime $Uptime\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbafox.com\/?p=540\" \/>\n<meta property=\"og:site_name\" content=\"dbafox\" \/>\n<meta property=\"article:published_time\" content=\"2015-11-03T13:10:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-13T07:12:53+00:00\" \/>\n<meta name=\"author\" content=\"Ray Fox\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ray Fox\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbafox.com\/?p=540\",\"url\":\"https:\/\/dbafox.com\/?p=540\",\"name\":\"Powershell - Get restarts and Uptime - dbafox\",\"isPartOf\":{\"@id\":\"https:\/\/dbafox.com\/#website\"},\"datePublished\":\"2015-11-03T13:10:20+00:00\",\"dateModified\":\"2024-07-13T07:12:53+00:00\",\"author\":{\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\"},\"breadcrumb\":{\"@id\":\"https:\/\/dbafox.com\/?p=540#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbafox.com\/?p=540\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbafox.com\/?p=540#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbafox.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Powershell &#8211; Get restarts and Uptime\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbafox.com\/#website\",\"url\":\"https:\/\/dbafox.com\/\",\"name\":\"dbafox\",\"description\":\"DBA Technical Information\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbafox.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\",\"name\":\"Ray Fox\",\"sameAs\":[\"http:\/\/www.dbafox.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Powershell - Get restarts and Uptime - dbafox","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbafox.com\/?p=540","og_locale":"en_GB","og_type":"article","og_title":"Powershell - Get restarts and Uptime - dbafox","og_description":"gwmi win32_ntlogevent -filter &quot;LogFile='System' and EventCode='1074' and Message like '%restart%'&quot; |select User,@{n=&quot;Time&quot;;e={$_. ConvertToDateTime($_.TimeGenerated)}} &lt;\/pre&gt; &lt;pre class=&quot;toolbar-overlay:false lang:ps decode:true &quot;&gt;$BootTime = (systeminfo | find &quot;System Boot Time:&quot;).Replace(&quot;System Boot Time:&quot;,&quot;&quot;).Trim() $BootTime $Uptime = (Get-Date) - &#x5B;datetime]$BootTime $Uptime","og_url":"https:\/\/dbafox.com\/?p=540","og_site_name":"dbafox","article_published_time":"2015-11-03T13:10:20+00:00","article_modified_time":"2024-07-13T07:12:53+00:00","author":"Ray Fox","twitter_misc":{"Written by":"Ray Fox"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dbafox.com\/?p=540","url":"https:\/\/dbafox.com\/?p=540","name":"Powershell - Get restarts and Uptime - dbafox","isPartOf":{"@id":"https:\/\/dbafox.com\/#website"},"datePublished":"2015-11-03T13:10:20+00:00","dateModified":"2024-07-13T07:12:53+00:00","author":{"@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb"},"breadcrumb":{"@id":"https:\/\/dbafox.com\/?p=540#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbafox.com\/?p=540"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbafox.com\/?p=540#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbafox.com\/"},{"@type":"ListItem","position":2,"name":"Powershell &#8211; Get restarts and Uptime"}]},{"@type":"WebSite","@id":"https:\/\/dbafox.com\/#website","url":"https:\/\/dbafox.com\/","name":"dbafox","description":"DBA Technical Information","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbafox.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb","name":"Ray Fox","sameAs":["http:\/\/www.dbafox.com"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3ecMb-8I","_links":{"self":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/540","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=540"}],"version-history":[{"count":5,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/540\/revisions"}],"predecessor-version":[{"id":1541,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/540\/revisions\/1541"}],"wp:attachment":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=540"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}