• 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…
  • 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 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 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…