sync
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
$AdminCred = Get-Credential # run once console session
|
||||
|
||||
$PSSession = New-PSSsession -ComputerName itddeqappt1.nd.gov -Credential $AdminCred
|
||||
|
||||
Copy-Item -Path C:\localpath.txt -ToSession $PSSession -Destination C:\
|
||||
Copy-Item -Path C:\remotepath.txt -FromSession $PSSession -Destination C:\
|
||||
Reference in New Issue
Block a user