• Automatically deprovision temporary users

    Hi everybody,

    In our environment we need to create temporary users in active directory and deprovision them after X hours (with a maximum of 12 hours).

    We thought of using AD group temporary memberships.

    Specifically, when a user is created, it is added…

  • Powershell code to add a user temporarily to an AD group

    Hi all

    I'm working on a workflow to add a user to an AD Group with an End date. In my case 24 hours later.

    I have found the powershell code how to do it but it is not functioning as I expected.

    If I add the user to the group and then add a removal…