• US: +1 (716) 989 6531

Demand, Sales and Workload Forecasting Software

Getting started with Lokad OpenShell - Time-Series Forecasting

Products » PowerShell Time-Series Forecasting » Here

Getting started with Lokad OpenShell

Install

1. Get a Lokad account (free registration).
2. Copy the LokadOpenShell.dll library anywhere.
3. Launch the PowerShell.
4. Run the following commands

installutil LokadOpenShell.dll
Add-PsSnapin LokadOpenShell
Get-Command | Where-Object{$_.PSSnapin.Name -eq 'LokadOpenShell'}

You are now ready to start using the Lokad OpenShell CmdLets.

(*) If you are only using Lokad for development or testing purpose, you might consider our free sandbox.

Uninstall

1. Launch the PowerShell.
2. Run the following commands.

remove-pssnapin LokadOpenShell
intallutil /u LokadOpenShell.dll

3. Delete the file LokadOpenShell.dll.