Introduction
ISHDeploy is a PowerShell module that enables the code as configuration concept for Tridion Docs (Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare) starting from version 13.0.0 including 14.0.4. With code as configuration, PowerShell authors develop scripts that configure Content Manager vanilla deployments over the following subjects:
- Query all available deployments.
- Basic deployment management:
- Get the history.
- Get the input parameters.
- Rollback all changes applied with this module's cmdlets.
- Retrieve files generated by the module.
- Integrate the deployment with an external security token service:
- Enable/Disable the internal user authentication.
- Execute a Token signing certificate rollover.
- Execute a service certificate rollover.
- Configure ISHSTS:
- Service certificate rollover.
- Execute a token signing certificate rollover.
- Enable windows light weight authentication.
- Configure relying parties.
- Configure integrations:
- Database.
- Translation with WorldServer, TMS and file system export.
- Search with an external full text index.
- Configure credentials
- Configure the user/identity of component processes.
- Configure the user for non-interactive operation with the database.
- Component management
- Enable/Disable active components in a deployment.
- Configure the components.
- Scale the components.
- Maintenance.
Getting started
ISHDeploy module is available to install from the PowerShell galery and requires Windows PowerShell version 5.1.
To install the ISHDeploy module execute
Install-Module ISHDeploy -Scope CurrentUser
For more detailed information, please read the getting started page and the rest of the pages in this portal.
What is new in this release?
This version introduces the following changes in cmdlets and articles:
stable-2.3.0
This release adds Content Quality functionality for Draft Space and Document History functionality for Review Space
List of changes in the module cmdlets:
Cmdlet name | Status | Description
-------------------------------------------|---------|------------------------------------------------------------------------------------------------
Enable-ISHUICollectiveSpaces |[Updated]| Starting from version 14.0.4, the Content Quality service will also be started when the -DraftSpace option is used
| | + Added option -DocumentHistoryForReviewSpace (Only available starting from version 14.0.4)
Disable-ISHUICollectiveSpaces |[Updated]| Added option -DocumentHistoryForReviewSpace (Only available starting from version 14.0.4)
Enable-ISHServiceFontoContentQuality |[Added] | Enables the Content Quality service (Only available starting from version 14.0.4)
Disable-ISHServiceFontoContentQuality |[Added] | Disables the Content Quality service (Only available starting from version 14.0.4)
Get-ISHServiceFontoContentQuality |[Added] | Gets properties of the Content Quality service (Only available starting from version 14.0.4)
Set-ISHServiceFontoContentQuality |[Added] | Sets properties of the Content Quality service (Only available starting from version 14.0.4)
Set-ISHFontoSchemaExperience |[Updated]| Starting from version 14.0.4, this cmdlet will also generate the "navtitleGeneration" section
| | (which contains the allowed child elements for the "navtitle" element in the DITA maps and their specializations)
| | in the "Author" and "InfoShareCS" web.config files based on the catalog-mapping.xml file, catalog files and the
| | schemas present in the "DocTypes" folder
Please review the module's entire history.