Hey Everyone,
First post and still quite a newb with Active Roles so don't mind the brief ignorance you may see :)
Basically my end goal is to make a Tab in the web interface User Object properties window only visible when a virtual attribute is…
Hey Everyone,
First post and still quite a newb with Active Roles so don't mind the brief ignorance you may see :)
Basically my end goal is to make a Tab in the web interface User Object properties window only visible when a virtual attribute is…
Hello All,
I have to upgrade ARS from Version 6.8 to an up-to-date Version. And I also have to update the Server OS and SQL-Version. For my understanding of the ARS update path document I first have to update to Version 6.9 before I can go to Version…
Hi,
Are there any example scripts floating around that show how to interact with changes made to groups using the script modules?
I am fairly familiar with working with User objects and "onPreCreate", "OnPostCreate" etc, but I don't have any examples…
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…
Hello,
So I can see in the Sync Engine workflows (Old QC) we have the ability to deprovision a user. we can deprovision if the user doesn't exist in the CSV file.. or trigger a Deprovision based on Field if we are pulling from SQL.
However, I don…
Hi,
I am for some reason uninstalling ARS. But keeping the ARS scripts as they are still in work. So how do I convert ARS scripts in to PowerShell Scripts? Or is there any way to run the ARS Scripts Without ARS?
Thanks,
zzeet
Hi,
I want to create a workflow when a user is added to a specific security group (groupname "TestGroup") and than execute an action. What I already have is:
1. Create the new Change Workflow (Done)
2. Configure the Workflow Options and Start…
Is it possible to create a query based distribution group where the LDAP query compares two attributes and adds a user to the group if they are not the same?
The two attributes that I want to compare are 'mail' and a virtual attribute 'edsvaFirstEmailAddress…
Hi Experts,
We have an issue to view any meeting room objects from ARS console or Web interface, either it takes too much time to load or it timeout.
We have a hybrid Exchange environment 2010/2013, and Active Roles 6.9
Does anyone have any ideas ?
…Hi,
I have a workflow that finds inactive user accounts, this has two filters to exclude accounts that have "NODEL" in the comment filed, OR the account password is set to never expire, but the password expiration filter does not seem to be…
Hi everyone,
Does anyone know how I can set an attribute of my choice, to the e-mail address of the secondary owner of the workflow target?
So far, I have the following:
>>Operation execution: Create User; where secondary owner of workflow target is not…
whenever a new user is being created and added to a particular AD group it should auto send mail...
ARS v7.2.0
AD is 2008 R2
Exchange 2007
Hello,
I'm trying to add a script to users attributes that will generate a 8 digit pin every 24 hours.
We have the script ready to go and will set it up in a scheduled task however, I am having trouble linking the script to the specific attribute…
I need to implement a workflow/policy script that triggers onPostModify of the mail attribute, both for new users and changes to the mail attribute of existing users, and writes the user's employeeID and mail attribute to a CSV file and uploads it to…
Good morning,
So I have a bit of an issue, I'm currently trying to script the entire lock down of AD
Access | Applies to | Permission |
Allow | This object and all child objects | Create user |
Allow | user | Write userAccountControl |
Allow | user | ExtendedRight… |
Active Roles 7.2.1 public hotfix is now available on the Support portal (KB 250838).
https://support.oneidentity.com/kb/250838
This hotfix package addresses several issues with Active Roles 7.2.1 and the Collector and Report pack.
Currently using ARS 7.2.1 in a hybrid environment with on-premise Exchange and O365. ARS is currently detecting the on-prem exchange environment and causing a few minor issues. Is there a way to stop ARS from detecting the on-prem exchange environment…
Ill start off by saying I am a complete novice
I would like to change user SIP address with the field edsvaOffice365-UserID
Id also like to be able to update this by OU if possible
I am using Quest Commandlet to pull this information. Get-QADUser -SearchRoot…
The Active Roles 7.2 Language Pack is now available for download here:
https://support.oneidentity.com/active-roles/7.2/download-new-releases
Hi, I'm very new to Active Roles. Trying to figure out a way to provision Home Folder for users.
We cannot put all our users in one share folder, we have over 40,000 home folders and can be a nightmare to manage. As of now, our provisioning team manually…
I have a bunch of O365 Distribution Groups that I used to bring down into ARS via the sync tool. The issue is whenever I add someone to the group it doesn't update in O365. When I add someone to the managed by field it doesn't update the owner field…
Hello,
I just upgraded to 7.2 and trying to run a powershell script module with SQL cmdlets.
The cmdlets runs fine from ISE but I cannot get them to run from the script module.
I even run Import-Module SQLPS in the script module. This was not an issue…
I have upgraded to ARS 7.2 and applied the "Skype for Business - User Management" policy. I have specified the Skype servers, and selected the appropriate OU for the Policy Object scope. There are no Skype commands showing on user accounts.
…We have a postcreate script (powershell) that we run to set permissions for a users home directory. I am attempting to convert the script from using the users samaccountname to use the users sid. The problem is that from the $Request I am only able to…