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 Read the full text.
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 Read the full text.