Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Run a Remote PowerShell Command in a Disconnected Session

$
0
0

Summary: Learn how to use the Windows PowerShell 3.0 Invoke-Command cmdlet to create a disconnected session.

Hey, Scripting Guy! Question How can I run a command on a remote computer running Windows PowerShell 3.0 in a disconnected session?

Hey, Scripting Guy! Answer Use the Invoke-Command cmdlet with the Disconnected parameter, as shown here. Note that icm is an alias for Invoke-Command.

icm -ComputerName dc2 -ScriptBlock {1..20 | %{get-date;gps;sleep 600} } -Disconnected

 

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>