Hello Martin,
Generic PowerShell vs WinLocal PowerShell Connector:
The WinLocal PowerShell Connector is a pre-built, out-of-the-box connector designed specifically for managing local users and groups on Windows servers that are not domain-joined. It comes with predefined functionality and requires minimal configuration.
The Generic PowerShell Connector is a configurable connector template where custom PowerShell scripts can be implemented based on specific requirements. OpenIAM handles the underlying connector operations such as communication, task execution, and logging, while the actual provisioning logic is defined through scripts.
While it is technically possible to achieve similar functionality as WinLocal using the Generic PowerShell Connector, this would require custom scripting and ongoing maintenance.
Recommendation:
Use WinLocal Connector for standard Windows local account management (simpler and faster to implement)
Use the Generic PowerShell Connector when a pre-built connector is not available or when custom provisioning logic is required.
The Linux connector is a standard OpenIAM connector that runs as part of the connector framework and executes provisioning using SSH and bash scripts on the target Linux system.
The Linux connector does not natively execute PowerShell scripts.
I have added the connector links below:
AD Powershell: https://download.openiam.com/release/enterprise/4.2.1.16/connectors/connector_AD_v5.exe
MS SQL: https://download.openiam.com/release/enterprise/4.2.1.16/connectors/connector_MSSQL_v5.exe
Generic: https://download.openiam.com/release/enterprise/4.2.1.16/connectors/connector_Generic_v5.exe
JDBC: https://download.openiam.com/release/enterprise/4.2.1.16/connectors/jdbc-connector-rabbitmq.jar
PostgreSQL: https://download.openiam.com/release/enterprise/4.2.1.16/connectors/postgresql-connector-rabbitmq.jar
WinLocal: https://download.openiam.com/release/enterprise/4.2.1.16/connectors/connector_WinLocal_v5.exe
Linux: https://download.openiam.com/release/enterprise/4.2.1.16/connectors/linux-connector-rabbitmq.jar
Please let us know if you have any other questions.
Thanks,
Ameet