Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How to copy files from one document library to another library using powershell
WhatsApp
Vijai Anand Ramalingam
13y
5.2
k
0
0
25
Blog
$siteURL="
http://serverName:1111/
"
$site=Get-SPSite $siteURL
$web=$site.RootWeb
$collFiles=$web.GetFolder("Shared Documents").Files
foreach($file in $collFiles)
{
$file.CopyTo("Destination Library/"+$file.Name,$true)
}
How to copy files from one document library to another library using powershell
Up Next
How to skip the first line from a text file
Ebook Download
View all
Printing in C# Made Easy
Read by 22.3k people
Download Now!
Learn
View all
Membership not found