PowerShell scripts for managing your Topology Manager environment
When you initially set up your Topology Manager environment, you used PowerShell scripts beginning with Add-Ttm to create and configure the various Topology Manager items. To manage the environment, use a number of other PowerShell scripts (installed along with Topology Manager).
| Type of Topology Manager item | Script for updating | Script for reading | Script for deleting |
|---|---|---|---|
| Topology Type | Set-TtmCdTopologyType | Get-TtmCdTopologyType | Remove-TtmCdTopologyType |
| Content Delivery environment | Set-TtmCdEnvironment | Get-TtmCdEnvironment | Remove-TtmCdEnvironment |
| Topology | Set-TtmCdTopology | Get-TtmCdTopology | Remove-TtmCdTopology |
| Web site | Set-TtmWebsite | Get-TtmWebsite | Remove-TtmWebsite |
| Web application | Set-TtmWebApplication | Get-TtmWebApplication | Remove-TtmWebApplication |
| Content Manager environment | Set-TtmCmEnvironment | Get-TtmCmEnvironment | Remove-TtmCmEnvironment |
| Mapping from Web application to Publication | Set-TtmMapping | Get-TtmMapping | Remove-TtmMapping |