{"id":7920,"date":"2021-11-11T13:52:39","date_gmt":"2021-11-11T12:52:39","guid":{"rendered":"https:\/\/michlstechblog.info\/blog\/?p=7920"},"modified":"2021-11-12T11:49:25","modified_gmt":"2021-11-12T10:49:25","slug":"windows-working-with-the-powershell-command-history","status":"publish","type":"post","link":"https:\/\/michlstechblog.info\/blog\/windows-working-with-the-powershell-command-history\/","title":{"rendered":"Windows: Working with the powershell command history"},"content":{"rendered":"<div class=\"twoclick_social_bookmarks_post_7920 social_share_privacy clearfix 1.6.4 locale-en_US sprite-en_US\"><\/div><div class=\"twoclick-js\"><script type=\"text\/javascript\">\/* <![CDATA[ *\/\njQuery(document).ready(function($){if($('.twoclick_social_bookmarks_post_7920')){$('.twoclick_social_bookmarks_post_7920').socialSharePrivacy({\"services\":{\"flattr\":{\"uid\":\"Michl\",\"status\":\"on\",\"the_title\":\"Windows%3A%20Working%20with%20the%20powershell%20command%20history\",\"the_excerpt\":\"Hi%2C%0D%0A%0D%0Alike%20the%20UNIX%20bash%20shell%2C%20the%20Windows%20powershell%20also%20has%20a%20history%20which%20commands%20were%20executed.%0D%0A%0D%0A%20%28more%26hellip%3B%29\",\"txt_info\":\"2 clicks for more data protection:\\r\\n\\r\\nOnly when you click here, the button will be come active and you can send your recommendation to Flattr. When activating, data are transmitted to third parties. \",\"perma_option\":\"off\"}},\"txt_help\":\"When you activate these fields by clicking, information to Flattr may be transferred abroad, and probably may also stored there.\",\"settings_perma\":\"Enable permanently and accept data transmission. \",\"info_link\":\"http:\\\/\\\/www.heise.de\\\/ct\\\/artikel\\\/2-Klicks-fuer-mehr-Datenschutz-1333879.html\",\"uri\":\"https:\\\/\\\/michlstechblog.info\\\/blog\\\/windows-working-with-the-powershell-command-history\\\/\",\"post_id\":7920,\"post_title_referrer_track\":\"Windows%3A+Working+with+the+powershell+command+history\",\"display_infobox\":\"on\"});}});\n\/* ]]> *\/<\/script><\/div><p>Hi,<\/p>\n<p>like the UNIX bash shell, the Windows powershell also has a history which commands were executed.<\/p>\n<p><!--more--><br \/>\nGet-History is the command let you need, or simply call the history alias<\/p>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\r\nPS D:\\&gt; history \r\n\r\n  Id CommandLine\r\n  -- -----------\r\n   1 cd \\\r\n   2 Get-Item $ENV:TEMP\r\n   3 mkdir $ENV:TEMP\\myTempFolder\r\n   4 alias history\r\n<\/pre>\n<p>To recall an already executed command use Invoke-History and as parameter the Id<\/p>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\r\nPS D:\\&gt; Invoke-History 2\r\n<\/pre>\n<p>Michael<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi, like the UNIX bash shell, the Windows powershell also has a history which commands were executed.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[344,5,4],"tags":[1646,1647,1243,133,20],"class_list":["post-7920","post","type-post","status-publish","format-standard","hentry","category-powershell-scripting","category-windowsknowhow","category-windowsscripts","tag-command-list","tag-execute-last","tag-history","tag-powershell","tag-windows-2"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/7920","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/comments?post=7920"}],"version-history":[{"count":3,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/7920\/revisions"}],"predecessor-version":[{"id":7923,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/7920\/revisions\/7923"}],"wp:attachment":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/media?parent=7920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/categories?post=7920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/tags?post=7920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}