Skip to main content

NIM

PowerShell connectors

Danger

It is important to note that developing Connectors or Scripts comes with a "Use at Your Own Risk" policy. We would like to emphasize that any such tools, connectors, or scripts that have not been developed directly by Tools4ever are outside the scope of our standard support services. Users are advised to exercise caution and discretion when employing any non-official tools or scripts in conjunction with Tools4ever products.

A PowerShell connector lets NIM connect to any external system that offers a PowerShell API, and execute arbitrary code in that system.

You can find a template with boilerplate code for a custom PowerShell connector in C:\Program Files\Tools4ever\NIM\sysconfig\scripts\systems\Example System.ps1. To get started, copy this file and edit it. This file is heavily commented and explains how to build your custom connector.

Generic functions available to all PowerShell connectors are stored in C:\Program Files\Tools4ever\NIM\sysconfig\scripts\Generic.ps1.