• Weekly Scheduled Report for ADSAccount Disabled by Identity Manager

    I've been looking at report editor, and while I'm familiar with building reports, I can't seem to figure out how I build a report based on changes (account disabled) that occurred during a specific date range.

    Requirements

    • A report that includes…
  • ADSAccount.CN Template issue

    Hey Folks,

    I am having a weird issue with template updates on ADSaccount CN created as part of an account definition.

    Breakdown is as follows:

    • Account Definition SO is created.
    • Manage level SO FM is created.
    • Account Definition is assigned to Business…
  • Custom task to delete ADSAccount objects

    Hi

    I'm using Q1IM v6.1, I set delaydelete to 60 days in configurations for ADSAccounts.

    I want to add a custom task that calls a custom process to delete ADSAccount objects immediately.

    I can create the process with no issues, but how can let my custom…

  • Active Directory user accounts: Write permission denied for value "Employee" while changing UID_Person value in ADSAccount.

    Hello,

    I've been trying to update UID_Person value in ADSAccount table in my script.

    '... something fancy
    
    Dim ADSAccount As ISingleDbObject = Connection.CreateSingle("ADSAccount", UID_ADSAccount)
    ADSAccount.PutValue("UID_Person", UID_SubIdentity…