No announcements
Found 1592832 threads
-
3 Votes
copy folder to many servers
$session = New-PSSession -ComputerName $computerName Copy-Item -Path $source -ToSession $session -Destination $FileDestination Please refer the link ...Answered | 4 Replies | 599 Views | Created by Osama123 - Wednesday, December 12, 2018 7:07 PM | Last reply by Osama123 - Thursday, December 13, 2018 6:31 AM -
0 Votes
Copy Folders to Remote Server
I backup my document and pictures files today using an XCOPY command to copy folders and files to peripheral drives.Answered | 2 Replies | 781 Views | Created by Paul Mayerowitz - Tuesday, September 30, 2014 8:59 PM | Last reply by Samir Abrahao - Tuesday, September 30, 2014 9:14 PM -
2 Votes
Copy Folder and Files to the remote servers
I have created a folder MyApp1 under \\sccmserver\Sources\Applications i have created copyApp.bat with the below syntax ...Answered | 5 Replies | 1066 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 one folder to multiple servers
I would like to use Powershell to simply copy one entire folder to multiple servers.Answered | 2 Replies | 5825 Views | Created by Antknee - Friday, March 23, 2012 3:14 PM | Last reply by Yan Li_ - Monday, March 26, 2012 6:18 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 | 3779 Views | Created by WaltMaken - Wednesday, September 28, 2011 3:04 AM | Last reply by Noel Carboni - Sunday, October 2, 2011 3:12 PM -
0 Votes
Copy only the Changed and the New Files and Folders to the Server
The /E in Robocopy only copies changes and new items.Answered | 2 Replies | 5765 Views | Created by mdourado - Friday, April 30, 2010 6:22 PM | Last reply by mdourado - Friday, April 30, 2010 8:35 PM -
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 copy and ...Answered | 5 Replies | 7086 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 a folder from 1 server to another
To use the cmd robocopy, please refer to these article: Robocopy and a Few ...Answered | 6 Replies | 1002 Views | Created by Tom Karpowski - Thursday, November 21, 2013 7:26 PM | Last reply by James Dyke - Friday, November 22, 2013 12:21 PM -
0 Votes
Using Robocopy to copy all folder permissions from one server to another
And it is fine to directly doing this with a command like robocopy x:/folder \\server\folder /secfix ...Answered | 5 Replies | 5342 Views | Created by RSWILS - Monday, October 5, 2015 9:26 PM | Last reply by MedicalS - Tuesday, October 6, 2015 8:09 AM -
1 Votes
Automate the copy of 1 folder into may sub-folders
But it did not copy the 2012 folder or its subfolders into any of the folder Let's have a look at the command you used.Answered | 11 Replies | 2455 Views | Created by Kettles28 - Thursday, January 5, 2012 4:31 PM | Last reply by Frederik Long - Thursday, January 5, 2012 9:08 PM -
0 Votes
COPIING DEPLOYMENT FOLDER
., via created Deployment folder on the development machine which we were suppose to Copy/Paste to production server and, from production server to run manifest ...Answered | 26 Replies | 1216 Views | Created by daredavil3011 - Tuesday, April 14, 2015 7:20 AM | Last reply by daredavil3011 - Tuesday, April 28, 2015 11:35 AM -
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 SharePoint 2010 ...Answered | 4 Replies | 1109 Views | Created by davidlcrooks - Thursday, June 18, 2015 1:09 PM | Last reply by davidlcrooks - Friday, June 19, 2015 12:05 PM -
0 Votes
Copy Folder & files to remote servers
you can pass -credential to copy-itemAnswered | 9 Replies | 1397 Views | Created by Jeevan.bobba - Tuesday, July 2, 2013 5:09 PM | Last reply by Bill_Stewart - Wednesday, July 3, 2013 1:48 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 | 67038 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
cannot copy copy folder to vmworkstation
Microsoft Certified Professional Microsoft MVP [Windows Server] Datacenter Management Disclaimer: This posting is ...Answered | 3 Replies | 890 Views | Created by tanushree rakshit - Wednesday, October 4, 2017 10:04 AM | Last reply by Dave Patrick - Friday, October 6, 2017 12:55 AM -
1 Votes
Folder Shadow Copies
You should identify the root of the shadow copy.Answered | 2 Replies | 768 Views | Created by cguan - Tuesday, December 16, 2014 9:37 AM | Last reply by cguan - Tuesday, January 13, 2015 3:28 AM -
0 Votes
Copy Folder to multiple computers
Hi Sahil, Thanks for the post, just some addtional notes for you, you could check the below link which introduced the how to use copy-Item to copy files or ...Answered | 2 Replies | 6653 Views | Created by sahil_1220 - Sunday, October 25, 2015 9:44 PM | Last reply by Elaine Jing - Tuesday, October 27, 2015 6:46 AM -
2 Votes
Copy Report To Different Folder
Copy rdl file option is currently not available in Report Manager. if you want automatically transfer items from one server to another please refer ...Answered | 5 Replies | 6435 Views | Created by Kevin Eckart - Friday, January 6, 2012 3:24 PM | Last reply by Sharp Wang - Monday, January 9, 2012 7:51 AM -
0 Votes
Tool to copy multiple folders to folder
You could try the program that you find at http://www.winmend.com/file-copy/.Answered | 2 Replies | 2916 Views | Created by Altramarine - Sunday, April 29, 2012 3:41 PM | Last reply by Luigi Bruno - Saturday, May 5, 2012 4: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 | 6396 Views | Created by tecnic112 - Wednesday, August 17, 2016 12:14 PM | Last reply by Hello_2018 - Thursday, August 18, 2016 8:44 AM - Items 1 to 20 of 1592832 Next ›
No announcements