{"id":4638,"date":"2012-11-20T11:59:00","date_gmt":"2012-11-20T11:59:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/heyscriptingguy\/2012\/11\/20\/powertip-run-a-remote-powershell-command-in-a-disconnected-session\/"},"modified":"2012-11-20T11:59:00","modified_gmt":"2012-11-20T11:59:00","slug":"powertip-run-a-remote-powershell-command-in-a-disconnected-session","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/scripting\/powertip-run-a-remote-powershell-command-in-a-disconnected-session\/","title":{"rendered":"PowerTip: Run a Remote PowerShell Command in a Disconnected Session"},"content":{"rendered":"<p><strong>Summary:<\/strong>&nbsp;Learn how to use the Windows PowerShell&nbsp;3.0&nbsp;<strong>Invoke-Command<\/strong>&nbsp;cmdlet to create a disconnected session.<\/p>\n<p><strong><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/q-for-powertip.jpg\" alt=\"Hey, Scripting Guy! Question\" \/>&nbsp;<\/strong>How can I run a command on a remote computer running Windows PowerShell&nbsp;3.0 in a disconnected session?<\/p>\n<p style=\"padding-left: 60px\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/a-for-powertip.jpg\" alt=\"Hey, Scripting Guy! Answer\" \/>&nbsp;Use the&nbsp;<strong>Invoke-Command<\/strong>&nbsp;cmdlet with the&nbsp;<strong>Disconnected<\/strong><em>&nbsp;<\/em>parameter, as shown here. Note that&nbsp;<strong>icm<\/strong>&nbsp;is an alias for&nbsp;<strong>Invoke-Command<\/strong>.<\/p>\n<p style=\"padding-left: 120px\">icm -ComputerName dc2 -ScriptBlock {1..20 | %{get-date;gps;sleep 600} } -Disconnected<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/7610.Dr.ScriptoForTips.jpg\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/7610.Dr.ScriptoForTips.jpg\" alt=\"\" border=\"0\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary:&nbsp;Learn how to use the Windows PowerShell&nbsp;3.0&nbsp;Invoke-Command&nbsp;cmdlet to create a disconnected session. &nbsp;How can I run a command on a remote computer running Windows PowerShell&nbsp;3.0 in a disconnected session? &nbsp;Use the&nbsp;Invoke-Command&nbsp;cmdlet with the&nbsp;Disconnected&nbsp;parameter, as shown here. Note that&nbsp;icm&nbsp;is an alias for&nbsp;Invoke-Command. icm -ComputerName dc2 -ScriptBlock {1..20 | %{get-date;gps;sleep 600} } -Disconnected &nbsp; &nbsp;<\/p>\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-4638","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>Summary:&nbsp;Learn how to use the Windows PowerShell&nbsp;3.0&nbsp;Invoke-Command&nbsp;cmdlet to create a disconnected session. &nbsp;How can I run a command on a remote computer running Windows PowerShell&nbsp;3.0 in a disconnected session? &nbsp;Use the&nbsp;Invoke-Command&nbsp;cmdlet with the&nbsp;Disconnected&nbsp;parameter, as shown here. Note that&nbsp;icm&nbsp;is an alias for&nbsp;Invoke-Command. icm -ComputerName dc2 -ScriptBlock {1..20 | %{get-date;gps;sleep 600} } -Disconnected &nbsp; &nbsp;<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/4638","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=4638"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/4638\/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=4638"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/categories?post=4638"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/tags?post=4638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}