如何使用SharePoint 2010中的powershell命令从一个Web应用程序库文件夹和子文件夹项自动同步到另一个Web应用程序库文件夹和子文件夹。 [英] How to automatically sync from one web application library folder and subfolder item to another web application library folder and subfolder using powershell command in SharePoint 2010.

查看:117
本文介绍了如何使用SharePoint 2010中的powershell命令从一个Web应用程序库文件夹和子文件夹项自动同步到另一个Web应用程序库文件夹和子文件夹。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



     如何使用SharePoint 2010中的powershell命令从一个Web应用程序库文件夹和子文件夹项自动同步到另一个Web应用程序库文件夹和子文件夹。



注意: - 内容超过1 TB。



谢谢


Mukesh




感谢Mukesh

解决方案




您好Mukesh, 



要将文件从一个网站集复制到另一个网站集,最简单的方法是在Windows资源管理器中打开文档库视图。转到文档库,单击库选项卡,单击使用资源管理器打开。
$


您可以在资源管理器中打开文档库1,然后将要粘贴的文件复制到另一个站点收集文档library2,然后在资源管理器中打开文档库2以粘贴文档。






使用PowerShell从一个Web应用程序库文件夹和子文件夹项目自动同步到另一个Web应用程序库文件夹和子文件夹:

 #Varidbles for Processing 


SourceWebURL =" http:// Your-Source-Web-URL"


TargetWebURL =" ; HTTP://你的 - 目标的Web-URL"

Hi,

     How to automatically sync from one web application library folder and subfolder item to another web application library folder and subfolder using powershell command in SharePoint 2010.

Note :- Content more than 1 TB.

Thanks

Mukesh


Thanks Mukesh

解决方案


Hi Mukesh, 

To copy files from one site collection to another site collection, the simplest way is to open document library in windows explorer view. Go to document library, click library tab, click open with explorer.

You can open the document library1 in explorer then copy the files which you want to paste to another site collection document library2, then open the document library2 in explorer to paste the documents.

To automatically sync from one web application library folder and subfolder item to another web application library folder and subfolder using PowerShell:

#Variables for Processing


SourceWebURL = "http://Your-Source-Web-URL"


TargetWebURL = "http://Your-Target-Web-URL"


这篇关于如何使用SharePoint 2010中的powershell命令从一个Web应用程序库文件夹和子文件夹项自动同步到另一个Web应用程序库文件夹和子文件夹。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆