G
G
Gunter051 Rublev2019-04-16 12:31:47
PowerShell
Gunter051 Rublev, 2019-04-16 12:31:47

How to set up automatic file transfer from PC to PC using Powershell?

Hello everyone.
I'm getting started with Powershell. And the task is: how to make a Powershell script to automatically transfer a video file from PC1 to PC2 when it appears in the extended folder.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ronald McDonald, 2019-04-16
@Zoominger

Write a one-line copy script from folder A to folder B.
On the PC where the script will run, create a task (via the Task Scheduler) that runs every 10 seconds, the task will be the copy script. You can even not a script, but simply drive the command into the Scheduler. But a script is also possible.

K
Konstantin Tsvetkov, 2019-04-16
@tsklab

Folder monitoring .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question