Getting Started

Install Module

Install-Module celin.ais.pwsh

Create AIS Connection

New-Celin.AIS Demo "https://demo.steltix.com"

This command will create a connection with the name Demo for Steltix’s Demo AIS and prompt for User Name and Password (use ‘demo’, ‘demo’).

Connect

Authenticate

Connect-Celin.AIS

This command will use the previously created connection to authenticate using the provided user name and password.

Submit Query

$ab = Submit-Celin.AIS.Query "f0101 (an8,alph,at1) all(at1=C)"

Submit a query and store the results in variable $ab.


Copyright © 2023 Finnur Bragason.