Documentation Center

Installing ISHDeploy and ISHRemote

When installing or upgrading to Tridion Docs 15, you need to install the ISHDeploy and ISHRemote PowerShell modules on the Content Manager application server. The modules are needed to run the scripts delivered with Tridion Docs.

Before you begin

  • Microsoft Windows PowerShell 5.1 (part of Windows Management Framework 5.1)
    To quickly check your installed PowerShell version, execute the following script:
    $PSVersionTable

    If your operating system has an earlier version of PowerShell, then you need to install PowerShell 5.1.

  • You must be logged on as an administrator user to perform this task.

About this task

All scripts delivered with Tridion Docs, such as those in the ..\DatabaseIndependent\Examples folder, expect ISHDeploy and ISHRemote to be installed. Install both of the PowerShell modules using the installation script delivered with your installation package or downloaded from the PowerShell Gallery (always the latest).

Procedure

  1. On the Content Manager application server, open a PowerShell prompt.
  2. Run one of the following PowerShell scripts:
    InstallPowerShellLibrariesFromLocal.ps1

    This script is provided in the local NuGet packages delivered with the product. Get it from the following folder: c:\InfoShare\App\Setup\PowerShell\Repository

    To run the script, use the following command:

    & '.\InstallPowerShellLibrariesFromLocal.ps1'
    InstallPowerShellLibrariesFromPSGallery.ps1

    This script always installs the latest versions of ISHDeploy and ISHRemote. You can download from PowerShell Gallery.

    To run the script, use the following command:

    & '.\InstallPowerShellLibrariesFromPSGallery.ps1'
    Both ISHDeploy and ISHRemote are now installed.