• Workflow and get attributes than the changed attribute

    Hello, 

    I have this script in a workflow where the trigger is changed attribute extensionattribute1 OR physicaldeliveryoffice. Thing is that When one of these attributes change, the worklow is launche but  the script only can get the changed attributte…

  • Using SET-QADUser to change CN attribute

    Hi,

    I need to update a bunch of users names to title case (John Smith). Currently everything is upper case.

    Set-QADUser -Identity "john.smith" -DisplayName "John Smith" -ObjectAttributes @{cn="John Smith"}

    Using the command…

  • attribute based access control

     Hey guys,

    is it possible to give a user-group permissons (eg PW-reset) on all user in another user-group? Further we need do design this delegation dynamic.

     

    An example:

    All members of the group "APW123" can reset the password for each user, that is member…

  • Workflow: Notify Managers about expiring Users?

    Hello,

    We have a requirement to inform Managers of any user accounts which are about to expire (not the password-expiry, but the "Account Expires" date, using attribute "accountExpires").

    Idea was to have a Scheduled Workflow which…