Hi everyone,
I'm looking for some assistance with exporting a list of all managed units in One Identity Active Roles. Specifically, I'm hoping to export a detailed list that includes the Path, Name, Filters, and Descriptions for each managed unit…
Hi everyone,
I'm looking for some assistance with exporting a list of all managed units in One Identity Active Roles. Specifically, I'm hoping to export a detailed list that includes the Path, Name, Filters, and Descriptions for each managed unit…
Hi,
I'm trying to work out how I can query/filter AD groups which were created or updated yesterday? The below works as intended for created groups but I can't find anything that allows me to query for updated date? The below is part of a larger script…
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…
I was writing some code and it worked fine on my desktop. However, when I imported it into active roles, there were portions not functioning appropriately.
Turns out I was testing my code in PowerShell 7. As far as I can tell, Active Roles uses version…
Hello,
I have been trying to script getting a datetime from MS Graph and output this to a virtual attribute (configured as general time) in Active Roles, but every time I receive the same error, no matter what I do:
"The string was not recognized as…
I have a dynamic group called F_AllManagers. It is made up of multiple dynamic groups. I need to get a list of the actual users from the multiple dynamic groups that make up the F_AllManagers. How can this be done in Quest Powershell?
I've a requirement to set the edsvaDeprovisionDeletionDate attribute value with future datetime using powershell code and its GeneralizedTime datatype. So I'm unable to set the value to the attribute using powershell. Could anyone please help me to…
So when using the new-qaduser cmdlet, see below, The Event Log for event 4720 on the DC its connecting to to create the user account shows:
Security ID: Domain\testing3
Account Name: $2RG100-UU7PKQ1Q51GA
Account Domain: Domain
Attributes:
SAM Account…
Hi everyone,
We have built a custom form in which fields are populated through a PowerShell script, ARS runs this script as you are opening the form.
It is used to provide a view of bought Office 365 licenses by each of our subsidiaries local IT teams…
Hello Guys,
I'm in need of a powershell script to get all dynamic groups in our environment with the membership rules.
I can get the list using the below script but the membership rules i get is the membership rules plus GUID & SID of the OU's with…
I wrote a custom powershell script and have it run in a workflow.
I'm having an issue with the try catch statement. If I remove try catch and just run the command inside the try method, the workflow executes fine. However, when a try catch is added,…
Hi,
I am trying to access Quest AD server via Powershell PSSession which is running in windows 7, powershell 5.1. But the Quest AD server running in Windows 12, Powershell 3.1.
I am facing the below error when add-snapin from PSSession
"Add-PSSnapin …
Hello
I can't find any information about how to send parameter values from a workflow to a powershell script and back (after modifying them).
What I already tried to pass parametervalues to a script:
$testvar = $Workflow.Parameter("test")…
Hi All, im new to powershell and need to extract out some data.
I would like to extract below attributes from AD for a User. Could you please help me in fixing the script.
Get-QADUser t70869 | select -ObjectAttributes samAccountName, givenName, sn, displayName…