Mmm, software
Showing posts with label
copy
.
Show all posts
Showing posts with label
copy
.
Show all posts
Sunday, April 02, 2017
How to copy files to a remote machine with powershell 5 (the easy way)
›
> $creds = Get-Credential > $session = New-PSSession -ComputerName "myremotemachine.mydomain.com" -UseSSL -Credential $cred...
Saturday, April 17, 2010
Copying files in linux
›
Lately I've been doing a lot of embedded development with Linux, and copying files between systems has been a bit of a pain. Fortunately...
›
Home
View web version