powershell 使用PowerShell将SDL Web组件与模式同步

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 使用PowerShell将SDL Web组件与模式同步相关的知识,希望对你有一定的参考价值。

#WARNING this script is set to run component-sync with the -Update flag, meaning it will commit and save the changed components

#Usage examples
# .\item-sync-publications.ps1
# .\item-sync-publications.ps1 | Tee-Object sync.log

# Prerequisite: Install the tridion-powershell-modules https://github.com/pkjaer/tridion-powershell-modules

Import-Module Tridion-CoreService -Verbose:$false
Set-TridionCoreServiceSettings -Version "2013-SP1"

$publications = Get-TridionPublications | Where-Object {!$_.Title.StartsWith("_")} | Where-Object {!$_.Title.Contains("Test")}
ForEach ($pub in $publications) {
    Write-Output ("Syncing publication {0} {1}" -f $pub.Id, $pub.Title)
    .\item-sync.ps1 $pub.Id -Update
    Write-Output "" 
}
Write-Output ""
Write-Output "Done!"

以上是关于powershell 使用PowerShell将SDL Web组件与模式同步的主要内容,如果未能解决你的问题,请参考以下文章

性能调优 powershell 文本处理

url重定向时如何使用Powershell从Web下载文件

查询结果设置为变量 - powershell

powershell合并csv

Powershell路径不采用字符串变量

powershell Powershell用于将Powershell与SharePoint 2007一起使用