• Combining Sync tasks and Scheduled tasks into one "item" to make running manually much simpler.

    We currently have a daily process that runs multiple sync jobs all timed one hour apart. In between those sync jobs are scheduled scripts to make additional changes based on the sync job. This runs fine except when the process needs to be stopped because…

  • LastloginTimestamp attribute - undo deprovision scenario

    Hello,

    We are having problem that layout below.

    1. If user passes 120 days based on lastlogintimestamp attribute and once passed deprovisioning the user using a daily script.
    2. Later point of time if we want the user back then we are doing undo deprovision…
  • Active Roles scheduled script dies on access denied

    Hello,

    I have a Active Roles script module to move dormant objects using Move-QADObject and -ErrorAction SilentlyContinue.

    When i run it as a scheduled task the script dies when access is denied to move an object.

    I can run the job in ISE no problem and…