No announcements
Found 981535 threads
-
0 Votes
Copy Files and Folders
Yea I was using Robocopy to copy some SQL Backups, but I was running the command through a SQL Agent Job and the Robocopy was excluding some folders so the exit code it gives you is ...Answered | 7 Replies | 724 Views | Created by Diango - Tuesday, August 4, 2015 3:00 PM | Last reply by jrv - Tuesday, August 4, 2015 5:58 PM -
1 Votes
copy file into multiple folders
Let's break it down into small components: You're trying to copy something from the folder "\\Server0001\Tmp_Data\Southeast Power Pads".Answered | 11 Replies | 67546 Views | Created by A M Mikoyan - Monday, November 8, 2010 7:27 PM | Last reply by Frederik Long - Wednesday, August 10, 2016 5:55 AM -
0 Votes
Create Folder and copy Files
Also I created a batch file using the above command, and create a package as associated that batch file as a program for Package but still it throws ...Answered | 11 Replies | 3725 Views | Created by Modassir Khan - Wednesday, April 18, 2012 5:22 PM | Last reply by Modassir Khan - Thursday, April 19, 2012 5:12 PM -
0 Votes
scan for folder presence, create folder and copy file
Hi Tshindaye, there are four cmdlets that will save your day: Get-Help (eg: Get-Help "Test-Path" ...Answered | 2 Replies | 689 Views | Created by Tshindaye - Tuesday, May 17, 2016 3:31 PM | Last reply by Mike Laughlin - Tuesday, May 17, 2016 3:35 PM -
1 Votes
Create Workflow to Copy a File in a Folder to another Folder
Hi, You can't copy a file in a folder to another folder using out of the box workflow actions.There are only custom actions for ...Answered | 4 Replies | 1284 Views | Created by davidlcrooks - Thursday, June 18, 2015 1:09 PM | Last reply by davidlcrooks - Friday, June 19, 2015 12:05 PM -
0 Votes
Copying Files to System 32 Folder
if it is windows 7, a standard user can not copy files to System32 folder without elevated permissions.Answered | 6 Replies | 3561 Views | Created by Anand - - Monday, July 22, 2013 1:20 PM | Last reply by Jason Sandys [MSFT] - Tuesday, July 23, 2013 12:41 PM -
2 Votes
Copy Folder and Files to the remote servers
For reference:Answered | 5 Replies | 1290 Views | Created by Risingflight - Friday, March 1, 2019 6:34 PM | Last reply by Allen Lio - Tuesday, March 12, 2019 7:31 AM -
0 Votes
copy changed files to date folder
>friends i have a requirement where client wants to copy their changed files from every day in a separate folder... preferably a date-name folder. like 07052015 ...Answered | 1 Replies | 651 Views | Created by 'Jatin' - Thursday, May 7, 2015 7:27 PM | Last reply by Frank Shen5 - Tuesday, May 12, 2015 8:07 AM -
4 Votes
Copy folders and files via MDT2010
Maybe you can use a task in the task sequence that copy the files from a fileshare at the end of the installation.Answered | 10 Replies | 5377 Views | Created by IPCtec - Tuesday, May 11, 2010 12:30 PM | Last reply by IPCtec - Friday, May 14, 2010 8:31 AM -
0 Votes
hOW Copy File to another folder
Or what vbscript command I can add to copy 'myfile2' to another folder?Answered | 3 Replies | 706 Views | Created by Copy Files to another directory - Tuesday, June 14, 2016 10:54 PM | Last reply by Copy Files to another directory - Wednesday, June 15, 2016 1:52 AM -
0 Votes
copying batch file into startup folder
Windows Server Forums > Windows Server 2008 Application Compatibility and Certification > Find and move the file using batch file ) forum located here: ...Answered | 1 Replies | 10801 Views | Created by Kollencheri - Wednesday, September 23, 2009 8:41 AM | Last reply by ashawani_dubey - Thursday, September 24, 2009 12:17 PM -
0 Votes
Powershell copy folders and files and re-create parent folder as sub folder
>Powershell copy folders and files and re-create parent folder as sub folder I have used the following testing ...Answered | 6 Replies | 7078 Views | Created by tecnic112 - Wednesday, August 17, 2016 12:14 PM | Last reply by Hello_2018 - Thursday, August 18, 2016 8:44 AM -
0 Votes
Copying a folder to another folder
Firstly, set the Folder view of the Source and the Destination folders to Details.Answered | 3 Replies | 3886 Views | Created by WaltMaken - Wednesday, September 28, 2011 3:04 AM | Last reply by Noel Carboni - Sunday, October 2, 2011 3:12 PM -
1 Votes
Copy file to Folder using Powershell..
Hi, For example: get-childitem -Path C:\0212\ -File | % {Copy-Item $_.FullName -Destination ...Answered | 9 Replies | 836 Views | Created by AArif Chowdhury - Monday, February 11, 2019 10:56 AM | Last reply by LeeSeenLi - Thursday, February 28, 2019 2:37 PM -
0 Votes
Copy folders and files from library to file server folder
What if i want to copy to a fileshare/file server ratehr than another library in SP evnironment?Answered | 8 Replies | 1441 Views | Created by arevach - Thursday, November 19, 2015 2:30 PM | Last reply by Dean_Wang - Wednesday, November 25, 2015 10:04 AM -
2 Votes
Copy a folder using Copy-Item
There is a bit of a dichotomy or ambiguity when copying files and/or folders to other files and/or folders, and this has plagued me as far back as the ...Answered | 5 Replies | 7866 Views | Created by Ian3 - Tuesday, July 23, 2013 2:17 PM | Last reply by Lady of the LAN - Tuesday, April 2, 2019 7:37 PM -
0 Votes
copy file to variable named folders
Good morning Martin I have written below which when run manually it works (copies the js file in the correct location).Answered | 3 Replies | 1015 Views | Created by archie_tech_ - Tuesday, November 25, 2014 1:22 PM | Last reply by Martin Binder - Friday, November 28, 2014 11:07 AM -
0 Votes
Copy Inbox to PST file: Cannot copy folder.
Until that is, I copy the "Inbox" into the "Drafts" folder and then copy the "Drafts" folder to the PST file.Answered | 7 Replies | 27680 Views | Created by Jurre Heesbeen - Thursday, October 28, 2010 3:45 PM | Last reply by NLK - Wednesday, October 24, 2012 8:39 AM -
1 Votes
Issue with powershell script to copy folders and files
>All the folders are getting copied but its not copying the subfolders and files .Answered | 2 Replies | 1294 Views | Created by Amit_kl - Tuesday, June 21, 2016 2:46 PM | Last reply by Hello_2018 - Friday, June 24, 2016 3:42 AM -
0 Votes
Copy folder to C:\ and run batch file
Basically I created a package and set the data source to the network share folder I need copied over to the client.Answered | 4 Replies | 5521 Views | Created by almostageek - Thursday, April 29, 2010 7:18 PM | Last reply by Jason Sandys [MSFT] - Thursday, April 29, 2010 10:20 PM - Items 1 to 20 of 981535 Next ›
No announcements