Need help with PowerShell Script ?.

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 3 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
jackyjoy123
Posts: 2
Last visit: Wed Feb 17, 2021 4:29 am

Need help with PowerShell Script ?.

Post by jackyjoy123 »

Hello,

I am required to create a script in Windows PowerShell that will copy the contents of user myDocuments folder to a network location. This script should only copy changed content subsequently after the first copy. I need help on this as it is time sensitive.


thanks
jackyjoy
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Need help with PowerShell Script ?.

Post by jvierra »

There are methods that do this automatically.

Please understand that technical forums are not a good place to ask others to provide custom scripts for you.

Start by studying how to use Windows features that do automatic backups and simple file and folder syncing and mirroring.
This topic is 3 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked