Skip to main content

NIM

Custom PowerShell connectors

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.