powershell 将AppData从一个SDL Web Content Manager项目复制到另一个SDL Web Content Manager项目。我使用此脚本在con之后修复媒体管理器EC

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 将AppData从一个SDL Web Content Manager项目复制到另一个SDL Web Content Manager项目。我使用此脚本在con之后修复媒体管理器EC相关的知识,希望对你有一定的参考价值。

$sourceEclStubSchemaId = 'tcm:25-557-8'
$targetEclStubSchemaId = 'tcm:25-368-8'

$ErrorActionPreference = "Stop"

# Using Tridion Powershell Modules from https://github.com/pkjaer/tridion-powershell-modules
Import-Module Tridion-CoreService  
$core = Get-TridionCoreServiceClient                              

$appData = $core.ReadAllApplicationData($sourceEclStubSchemaId)

## Danger Zone - uncomment the following lines if you know what you are doing
#$core.SaveApplicationData($targetEclStubSchemaId, $appData)
#Write-Output "Copied AppData from $sourceEclStubSchemaId to $targetEclStubSchemaId"

Write-Output $appData

以上是关于powershell 将AppData从一个SDL Web Content Manager项目复制到另一个SDL Web Content Manager项目。我使用此脚本在con之后修复媒体管理器EC的主要内容,如果未能解决你的问题,请参考以下文章

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

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

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

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

powershell 从http://code.google.com/p/tridion-powershell-modules/试用SDL Tridion 2013 PowerShell模块。另见Tr

powershell 从http://code.google.com/p/tridion-powershell-modules/试用SDL Tridion 2013 PowerShell模块。另见Tr