英文:
Uploading a document template to multiple libraries at once
问题
我被分配了将一个新模板上传到我们公司的Sharepoint站点。每个站点都有自己的库,总共大约有65个站点。我知道如何一次为一个库上传新模板,但是否有办法在所有库中上传模板?
我已经在Google、Stackoverflow和YouTube上搜索过,但我找到的所有信息都只涉及一次上传一个库。
我们使用的是Microsoft 365与Sharepoint作为服务,因此应该是最新版本的Sharepoint Online。
英文:
I have been tasked with uploading a new template to my companies Sharepoint sites. Each site has its own library and it is about 65 sites in total. I know how to upload a new template for one library at a time, but is there anyway to upload a template across all libraries?
I have search on google, stackoverflow and youtube, but everyone I have found only talks about one library at a time.
We are using Microsoft 365 with Sharepoint as a Service, so it should be the newest version of Sharepoint Online.
答案1
得分: 1
根据我的了解,没有一种即开即用的方法可以同时将文档模板上传到多个库中。
也许你可以编写一个 PowerShell 脚本,从 CSV 文件中读取并上传到多个 SharePoint 库中。
英文:
Per my knowledge, there is no OOTB way to upload a document template to multiple libraries at once.
Maybe you can write a powershell to read and upload from csv files to multiple sharepoint libraries.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论