jan-h
8/25/2015 - 1:03 PM

Decomission an SDL Tridion 2013 SP1 Publishing Target with PowerShell and Core Service. See http://tridion.stackexchange.com/questions/12701

Decomission an SDL Tridion 2013 SP1 Publishing Target with PowerShell and Core Service. See http://tridion.stackexchange.com/questions/12701/how-to-decomission-a-publishing-target-with-powershell

# Make sure Tridion-PowerShell-Modules is installed fist https://github.com/pkjaer/tridion-powershell-modules
Import-Module Tridion-CoreService
Set-TridionCoreServiceSettings -Version 2013-SP1 -Persist
$client = Get-TridionCoreServiceClient
$client.DecommissionPublicationTarget("remove-me-tcm:0-1-65537")