How To: Use PowerShell to Configure Titan Server
How To: Use PowerShell to configure Titan Server
Pre-requisites
- Titan service is running in your Windows Services.
- PowerShell is running the latest version, and run it as Administrator
- Install Titan API module and verify with the following:
- PS> Install-Module TitanAPI
- 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