psSession
: connect-psSession
enter-psSession
exit-psSession
export-psSession
get-psSession
import-psSession
new-psSession
receive-psSession
remove-psSession
$ses = new-PSSession -computerName <deviceIp> -credential Administrator copy-item .\localFile.zip -destination d:\est\path\on\remove\server -toSession $ses enter-psSession $ses set-location d:\est\path\on\remove\server expand-archive