• Validation errors in PowerShell connector after upgrade to 9.2: The readable property 'ID' of class 'Person' has no ReturnBinding configured

    Hi all

    Issue

    After upgrading to 9.2, the validation for my powershell connector failes with the errors:

    • Checks if all readable properties have a ReturnBinding defined for a command in the command sequence (CommandSequence) of the read configuration …
  • Powershell connector when a user is created

    Hi,

    I need to trigger 3 API calls (POST)  when a user is created. These calls are meant to assign a badge, computer, and phone to the user.

    In practice, I want to create a PowerShell connector that will run in the user creation process.

    How should this…

  • Powershell Connector: Force multiple fields to be passed to a function

    I am creating a custom PowerShell connector.  Within Identity Manager, we have the departments arranged in a hierarchy.  Level 1 departments is divisions in the target system, and level 2 departments are departments in the target system.  The target system…

  • Sharing is caring - Create a Powershell Script from a Powershell Connector XML

    Dear Community,

    as i worked heavily on Powershell Connectors in the past month I have started to built an eco-system on small helpers and tools around it.

    While not everything is sharable at the moment, I want to make the beginning with a small script…

  • Sync: Revision value in Powershell Connector

    I have a PS connector project and the source objects all have a lastchanged-field that I use for revision (IsRevision="true").
    The requests are more or less slow (depending on the result size), but there's the possibility to filter by that…
  • Powershell-connector

    So I've created my first Powershell-connector and added some logging to a file so see what is happening when I browse, synk and provision users to the target system.

    I have cmdlets for Get-Users, Get-User, and Update-User.

    Get-Users returns an array…

  • Function to split key values in a powershellscript.

    Hi All,

    Can someone has experience in below requirement.

    I need to split the key values in powershell script.

    Application: [
                    "{\"name\":\"abc\",\"AID\":\"A123\",\"Ainstance\":\"ab\"}"
                ]
                
    into below form.

    "Applicationname": "abc"
    "AID…

  • Sync: System filter in powershell Connector

    I want to know if there's a way to define a system filter in powershell and if not, if there's a workaround.

    Background:

    We have defined a schema class and its listing command returns all the objects from the target system. Now we want to have different…

  • Powershell Sync Project Filtering

    Hi all, 

    I have seen that you can add a filter in the ReadConfiguration of the XML file. Has anybody any information how this works? How does the filter have to look like to only read certain objects. Was unable to find any documentation about it. 

    <ReadConfiguration…

  • Powershell Connector - Reading the value of multivalue fields

    Hi all,

    How can you read the content of multivalue fields using the Powershell connector? We have specified the ismultivalue option in the schema part of the XML file. We can read  the field ok but only get one value from the multvalue field returned.…

  • Powershell Connector and Return ObjectGUID from Target System when Publish Outstanding Object

    When I Publish Outstanding Object, Provisioning works and an account is created in the Target System, but the new ObjectGUID is not returned to IDM. In the meantime, when a new account is created, the ObjectGUID is returned from the Target System and…

  • Powershell connector. Merge mode for members of UNSGroupB

    Hello! 

    1IM 8.1 SP3. 

    I have created Powershell connector to Apache Ranger system. 

    I turned on Merge mode for UNSAccountBInUNSGroupB table in Custom System target type Apache Ranger.

    For UNSGroupB schema class (Left side) I made virtual attribute M:N VRT_MembersArr…

  • Powershell connector remove event not working

    Hello,

    I'm working on powershell connector for CRM Dynamics 365 and I stumbled across specific problem.

    I want to remove acount roles membership (UNSAccountB IN UNSGroupB) and wrote PS method for it. I created workflow in synchronization editor and…

  • Powershell Connector Error

    Hi everyone,

    I'm using One Identity 8.1.4 and I'm trying to create a powershell connector using the Synchronization Editor.

    During the creation I get the error below.

    I think the error is in the following lines in XML file but I don't know what…

  • Powershell connector and ForceSyncOf parameter.

    I have implemented Powershell connector for the target system and I need an extended set of account attributes, not just altered ones, to call the Update method. In the ForceSyncOf parameter I have specified list of all necessary attributes but the connector…

  • Configuring UNSAccountBInUNSGroupB Synchronization

    I am trying to setup a synchronization from a target system into the UNS-B tables via the PowerShell connector in 8.1.4, and while I can import the user and group data into their respective tables, I'm not getting the group memberships to import into…

  • Powershell Connector ListingCommand

    Is there any way to import objects using the Powershell connector with just the ListingCommand and not the full CommandSequence? The API I am connecting to have one command to list all data from all users and one command to list all data from a specific…

  • Synchronization Editor hangs on Powershell connector simulation

    I'm trying to manage a Linux host from One Identity via the Powershell connector (the Unix connector doesn't have the features we need and support said their is no way to change that, thus powershell).  I've created my definition file and setup…

  • Creating Powershell connection to Target System using the rest api

     Hi Team,

    I am new to One Identity Manager and have the task to use PowerShell connector to connect target system.

    Steps I performed so far after referring the Powershell documentation provided by 1IM

    1. In the synchronisation Editor, I have selected a…

  • Full object replace for the PowerShell connector

    When integrating with a system via the PowerShell connector, is there an option to configure "Object Replace" where the entire object is sent to configured custom commands rather than just the properties that have been modified?