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

How To: Use PowerShell to Titan Server

  • How To: Use PowerShell to Titan Server

    Question

    How can I use PowerShell script to modify settings in my Titan NexGen Server?

    Reasoning

    Sometimes it is better to use PowerShell commands in executing changes in your Titan Server.

    Answer

    You can list and make changes in your Titan server via PowerShell. 

    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 module and verify with the following:
      1. Install-Module TitanAPI
      2. Get-Module TitanAPI

      Steps

      • Open your PowerShell and check if you have TitanAPI module installed.
      • To check if you already have the module installed: 
      • A blue screen with white textDescription automatically generatedGet-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:
      • Get-Command -Module TitanApi

      A blue screen with white textDescription automatically generated

       

       

     

    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. Submit a ticket and one of our experts will follow up shortly.