Skip to content
  • There are no suggestions because the search field is empty.

How To: Use PowerShell to Configure Titan Server

How To: Use PowerShell to configure Titan Server

Pre-requisites

  1. Titan service is running in your Windows Services.
  2. PowerShell is running the latest version, and run it as Administrator
  3. Install Titan API module and verify with the following:
    1. PS> Install-Module TitanAPI
    2. PS> Get-Module TitanAPI

    Steps

    • Open your PowerShell and check if you have TitanAPI module installed.
    • To check if you already have the module installed: 
    • PS> Get-InstalledModule TitanAPI
    • if the result is not the same as above, make sure to install Titan Api, check the Pre-requisites.
    • To check what are the Functions available for TitanApi, execute the command below:
    • PS> Get-Command -Module TitanApi

    For full information on Titan API using Powershell, REST or C# please visit our Titan API repository at https://github.com/southrivertech/titanapi.pub

    Here is the sample PowerShell scripts that is saved in GitHub - https://github.com/southrivertech/titanapi.pub/tree/main/sdk/powershell/samples 

     

     


     

    Need More Help? We’ve Got You Covered.

    If you didn’t find what you were looking for, our support team is here to help. Customers with active maintenance and support can join the help desk and Submit a ticket and one of our experts will follow up shortly.