powershell 删除SDL Web拓扑管理器中的所有配置。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 删除SDL Web拓扑管理器中的所有配置。相关的知识,希望对你有一定的参考价值。

Write-Host "CAUTION! this script will attempt to remove all data from your Topoloy Manager instance."
pause

(Get-TtmMapping).Id | ForEach { Remove-TtmMapping -Id $_ }

(Get-TtmWebApplication).Id | ForEach { Remove-TtmWebApplication -Id $_ }

(Get-TtmWebsite).Id | ForEach { Remove-TtmWebsite -Id $_ }

(Get-TtmCdTopology).Id | ForEach { Remove-TtmCdTopology -Id $_ }

(Get-TtmCdEnvironment).Id | ForEach { Remove-TtmCdEnvironment -Id $_ }

(Get-TtmCmEnvironment).Id | ForEach { Remove-TtmCmEnvironment -Id $_ }

(Get-TtmCdTopologyType).Id | ForEach { Remove-TtmCdTopologyType -Id $_ }

Get-TtmMapping
Get-TtmWebApplication
Get-TtmWebsite
Get-TtmCdTopology
Get-TtmCdEnvironment
Get-TtmCmEnvironment
Get-TtmCdTopologyType

以上是关于powershell 删除SDL Web拓扑管理器中的所有配置。的主要内容,如果未能解决你的问题,请参考以下文章

powershell 在SDL Web 8上更改拓扑管理器映射

powershell 在SDL Web 8上更改拓扑管理器映射

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

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

powershell 管理SDL Web 8服务

powershell 管理SDL Web 8服务