• Bulk update of a group using a workflow that accepts a csv input file

    Due to a reorg I have to train less technical people to manage users. Up until now I would give a new admin the cmdlets and then give them a tutorial on how perform operations in ARS.

    Some of these new admins have never opened a powershell window. I'd…

  • Can you pass a on user demand workflow parameter into a script

    We are looking to publish a workflow in ARS that will allow a user to input a parameter. The parameter would be a ServiceNow RITM number. We would like to pass that parameter to a powershell script inside the workflow. In the script we will query a log…

  • How to connect to SCIM without Starling?

    Hi all. Is there a way to publish data (write-back or outbound events) from ARS to an SCIM endpoint?

    AFAIK the SCIM connection can only be used as source.

    Any thoughts?

  • MemberOf Approval Workflow?

    Would like to initiate an approval if a large group (like domain users) is being added as a member of a group (limit certain group nesting conditions).

  • Alert email from Group Change Alert is empty sometimes

    It's been happening intermittently that the Report.html file on the Group Change alert email is being delivered empty.

    The changes are being captured on the Change History but eventually a Group Owner will get the attached report empty.

    First thought…

  • Error: Could not load 'System.IdentityModel.Tokens.JwtSecurityToken' when Connecting to MsOnline Session in Active Roles

    Hello Everyone,

    I am encountering an issue when trying to connect to an MsOnline session using the Connect-MsolService cmdlet within Active Roles.
    If I run the following command separately in a standard PowerShell session, it works as expected:

    Connect…

  • Passing user object to workflow script

    Hi

    I'm trying to get a workflow to run which will update extensionAttribute7 of a user object when it's been added to a group, based on the users job title.
    e.g. Joe Bloggs gets added to the group, his title is IT, EA7 needs to be set to "03452…

  • Passing user object to script in workflow

    Hi

    I'm trying to get a workflow to run which will update extensionAttribute7 of a user object when it's been added to a group, based on the users job title.
    e.g. Joe Bloggs gets added to the group, his title is IT, EA7 needs to be set to "03452…

  • Passing user object to script in workflow

    Hi

    I'm trying to get a workflow to run which will update extensionAttribute7 of a user object when it's been added to a group, based on the users job title.
    e.g. Joe Bloggs gets added to the group, his title is IT, EA7 needs to be set to "03452…

  • Passing user object to script in workflow

    Hi

    I'm trying to get a workflow to run which will update extensionAttribute7 of a user object when it's been added to a group, based on the users job title.
    e.g. Joe Bloggs gets added to the group, his title is IT, EA7 needs to be set to "03452…

  • Updating user attribute from workflow using script lookup

    Hi

    I'm trying to get a workflow to run which will update extensionAttribute7 of a user object when it's been added to a group based on the job title.

    e.g. Joe Bloggs gets added to the group, his titlle is IT, EA7 needs to be set to "03452"…

  • Hiding function names in the "Function To Run" dropdown in an Automation Workflow

    I found something interesting that I wanted to share.

    I was writing a script module and, using good coding practices, I broke it out into several functions.

    This worked, and was fine, but when I went to configure it in an Active Roles Automation Workflow…

  • Using Powershell, get reason why an operation failed

    I need to check the operation status of workflow runs using Powershell. I can use Get-QARSWorkflowInstance to determine the overall run operation status for instance:

    $Ops = Get-QARSWorkflowInstance -CretatedOn Today -Workflow $wfDn

    $Ops.Operation

    The above…

  • Restricting the type of object being added to a group

    I'm trying to write a onPreModify script that restricts the type of objects being added to certain groups. I don't want contact entries in certain groups.

    I've used the functions available here:  PowerShell Library Source Code

    I test is the…

  • In a workflow, pass attributes of new object to a script

    Another newbie question, I am trying to do something seemingly simple but I'm racking my brain and had enough of scrolling the SDK (why is it in a format from the 90's?)

    Essentially, I have a WF which creates a new user object, I need to pass…

  • "Operation is not valid due to the current state of the object" when adding additional SID to edsva-MsExch-SharedMailboxUsers

    Hi, I am trying to create a workflow to grant users FullAccess to existing shared mailboxes (exchange on-prem) by adding SID to the attribute edsva-MsExch-SharedMailboxUsers but it keeps returning error "Operation is not valid due to the current state of…

  • Pass OperationReason control to a workflow when triggered from a PS script?

    Hello, we are triggering an on-demand workflow from a Powershell script using Set-QADObject but we need to record the request reference number as the OperationReason in the workflows activity operation so if someone checks the users change history the…

  • Workflow plicy not running

    Hi

    We have a pilocy workflow which is due to run after a new user object is created, but it is not.

    The workflow is a simple one ot send an email, but it should only run when the "Custom Attribute 3" of the new user is set to "DCs".…

  • Query regarding script to recheck attribute using a workflow

    Hi everyone

    I'm hoping for some assistance with a script I'm working on.  I have a script that checks for a user having an Office licence which then sets a custom attribute edsvaRemoteMailboxCreation to true, which triggers another workflow to…

  • Working with Attributes from $Request

    I'm trying to get information from $Request variable in Active Roles.

    When a user edits/changes attributes on their user account via the ARWebSelfService web portal, it triggers a workflow which performs a number of checks on the data and includes…

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

  • setting MFA during account creation

    Hi,

    Another custom script query following the one I had the other week.  We've got a script that switches on MFA to have SMS as the default but doesn't set a number.  We do this as a measure to prevent people who haven't had MFA set up having their…

  • Need to get Deprovision Report sent to user who initiated the action or else be able to get record of changes made

    The Deprovision User has the ability to email a report to a user specified in the Policy.  I like the report that is generated and would like to be able to have it sent to the person initiating the deprovision so that they can attach it to the service…

  • Can't Access Saved Object Properties from Script / Counter Returns Empty

    Hi,

    We're trying to create a workflow that counts every time a user enables or disables another user every day (workflow trigger is the modifivation of edsaAccountIsDisabled). (the counter resets every day.) If the counter reaches 20, the action requires…

  • Workflows with if-then, PowerShell scripts, and $work.SavedObjectProperies

    Hi,

    I am working on a workflow to do some automation on our computer objects, and I am running into a weird issue that I am struggling to wrap my head around.

    The error I am receive:

    Executing the 'Run script: DEV New Computer Object Tag Location on…