All Questions
7
questions
0
votes
1
answer
134
views
Copy only certain folders while using csv data powershell
I don't want to copy all the folder how do I tell it not to copy certain folders like ( appData and application Data )
csv file contain:
FullName Name
\\computer6587\c$\...
0
votes
1
answer
375
views
PowerShell copy and rename multiple .csv files from 10+ subfolders
I'm searching for a way to copy multiple .csv files all named exactly the same, located in different folders (all of them are in the same dierctory) and merge them into 1 .csv file (I would like to ...
-5
votes
2
answers
67
views
Powershell: Comparing 2 CSVs and adding from 1 to the other, without duplicating
I had a question about copying from one CSV to another, without creating duplicates. I figured it out. See the accepted answer below.
Thanks.
-1
votes
1
answer
37
views
copy and alter column in CSV
I will daily be needing to modify a CSV so I can provision accounts. It requires simple information in and creating new accounts. I can handle the PowerShell for creating accounts in AD, it's ...
0
votes
3
answers
5k
views
Powershell Copy Directories - Using A CSV Listing - Source - Destination Path
I am trying to Copy Directories - folders and Sub folders to another location using a CSV file that lists the source and destination of each directory or folder to be copied.
The Contents of the CSV ...
6
votes
1
answer
14k
views
Powershell copy files based on CSV contents
Morning Powershell users,
I'm trying to copy files listed in a .CSV document from one directory to another based on their file name. My .CSV document is just one column of filenames, it looks like ...
1
vote
2
answers
1k
views
How to copy *.csv to one txt file in same directory? Using PowerShell
In C:Temp I have 5 csv files, how I copy all to one file.txt?
Thanks
Josef