【发布时间】:2018-07-27 01:01:12
【问题描述】:
我正在使用 PnP 方法来获取发布站点模板并创建新站点集合并应用模板,以便获得源站点的副本。
我收到错误-运行时模板的范围与目标不匹配 下面的powershell脚本应用模板 - $web="https://shareptdev.sharepoint.com/sites/newpub/replicasite $templateFile = "E:\Path\template.xml"; Apply-PnPProvisioningTemplate -Web $web -Path $templateFile
【问题讨论】: