Summary: Use Windows PowerShell to run a remote command in a disconnected session.
How can I run a remote command in a disconnected session?
Invoke-Command -ComputerName S1 -Scriptblock {<commands>} -InDisconnectedSession
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments