Question: 1) Write a PowerShell script that takes names of two files as parameters and copies content of one file into another without asking any questions.
1) Write a PowerShell script that takes names of two files as parameters and copies content of one file into another without asking any questions. The copy should contain a note that it is a copy, name of the original file, current date and time after the content.
2) Write a PowerShell script that takes a file name that does not currently exist, as a parameter and ask if a user wants to create that file. If the answer is Y and the file does not exists, it is created. If the file does exist, an error message is displayed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
