Search notes:

Powershell command noun: psSession

Commands related to the PowerShell command noun 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 

See also

PsSessions
Powershell command nouns

Index