ICF 1.5.20.21

Scripted connectors with PowerShell

You can use the PowerShell connector toolkit to create connectors that can provision any Microsoft system, including, but not limited to, Active Directory, Microsoft SQL, MS Exchange, Sharepoint, Office365, and Azure. Any task you can perform with PowerShell can be executed through connectors based on this toolkit.

The PowerShell connector toolkit is not a complete connector, in the traditional sense. Instead, it is a framework where you must write your own PowerShell scripts to address your Microsoft Windows ecosystem requirements.

Connectors created with the PowerShell connector toolkit run on the .NET platform and require the installation of a .NET connector server on the Windows system. To install the .NET connector server, follow the instructions in Install .NET RCS. These connectors also require PowerShell V2.

The PowerShell connector toolkit is available from the ForgeRock BackStage download site. To install the connector, download the archive (mspowershell-connector-1.4.7.0.zip) and extract the MsPowerShell.Connector.dll to the same folder where the Connector Server (connectorserver.exe) is located. IDM provides sample connector configurations and scripts that enable you to get started with this toolkit.

About PowerShell

PowerShell combines a command-line shell and scripting language, built on the .NET Framework. For more information, refer to PowerShell Documentation.

Copyright © 2010-2024 ForgeRock, all rights reserved.