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?
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?
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…
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…
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…
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…
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"…
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…
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".…
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…
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…
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…
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…
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…
Good morning
I am a beginner in ARS Workflows....
I have a use case where an account which is synched from AD on-Premise to Azure is disabled on premise and must be immediately disabled on Azure without waiting for next the AAD synch run.
i know how to…
Hi,
I'm working on a way to filter devices based on their type (laptop, tablet, desktop) to move them into a corresponding OU. I've done this before using the parent OU or name but in my new situation all devices will be in one big OU to start so…
I am trying to setup the approval by primary owner workflow for group membership change. However, it didn't seem to work and I am hoping to get some help here. This is a new AR 7.4.3 setup without too much customization.
What I did
Defined the primary…
Hello
My goal is to limit the number of members added to a group, for example: I have a group with 4 members, and I set a limitation value of 5 (the value is set in extension attribute 1)
I created a workflow with the operation: “add member to group…
I have a process to add/remove users from groups everyday. I currently use Dovestone's AD Bulk Users. It's cumbersome to manage and has limitations. I'd rather use Active Roles instead if possible.
I tried the Synchronization tool, but haven…
I have this script in a workflow and this line fails when I use a variable
set-Qaduser -identity agntest\$usr -ObjectAttributes @{employeetype = $UserEmpType}
If I put text it works fine.
set-Qaduser -identity agntest\$usr -ObjectAttributes @{employeetype…