Importing Module

<< Click to Display Table of Contents >>

RayFlow PowerShell API > 7.3 > Implementation Guide > Getting Started 

Importing Module

To access RayFlow PowerShell API functions, the module RayFlow must be imported first. If you installed the API and registered its path in the PSModulePath variable, this step is not required, as Powershell imports all such modules automatically.

 

Otherwise, invoke the following command, replacing the path with actual path where the module is installed:

 

Import-Module "C:\Program Files (x86)\RayPackStudio\PowerShellTools\RayFlow.psd1";