Question: Write a PowerShell script that will copy all the files with a specified extension from a specified directory to the specified directory(target directory). -If the
Write a PowerShell script that will copy all the files with a specified extension from a specified directory to the specified directory(target directory).
-If the target directory does not exist it should create one.
- If the target directory already exists it should preserve the existing contents
-if the files have the same name, then it will overwrite the file in the target directory.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
