python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Issue in Copy-Item in powershell
I used the Copy-Item command to copy a set reports to a server location. It was working fine before but recently more reports have been added to the folder and now most of the times it works fine but ...
Vanya Srivastava
Votes: 0
Answers: 1
Powershell ps1 Get Children Copy command basic
I'm not a coder. I have a Powershell script .ps1 that goes into all subfolders of "db" and deletes the files I want to delete in all of them. It works for what I need. The following code:
Ge...
Allan Amaro
Votes: 0
Answers: 1
Powershell - Copy folders alongside files in each sub folder
I have the following structure
- folder1
- file1
- folder2
- file2
- folder3
- file3
- file4
- file5
- folder4
- file6
- folder5
- file7
- folder5
- file8
I am trying to copy ...
floki91
Votes: 0
Answers: 1
How to properly format a Copy-Item when filenames and file paths have apostrophes and brackets?
I posted yesterday about a litany of MP3 files that are in a Plex playlist which I want to put on my local PC and upload to an MP3 player. While I was able to get some of the basics down, I encountere...
Jeff A
Votes: 0
Answers: 0