How do I set the edsvaProtectFromDeletion attribute to true using PowerShell?
For example, setting "OU=TEST,OU=Servers,DC=domain,DC=local", I have tried:
1. Set-QadObject -Identity "OU=TEST,OU=Servers,DC=domain,DC=local" -ObjectAttributes…
How do I set the edsvaProtectFromDeletion attribute to true using PowerShell?
For example, setting "OU=TEST,OU=Servers,DC=domain,DC=local", I have tried:
1. Set-QadObject -Identity "OU=TEST,OU=Servers,DC=domain,DC=local" -ObjectAttributes…
Hello everyone,
We're a small flower delivery company in Austria. Using Active Roles in our setup, we're employing templates to assign permissions to Organizational Units in Active Directory.
Is there a method to export these permissions from the…
Hello,
I am trying to modify the attribute ""edsvaSendAsTrustees" in $DirObj in the function onPostCreate. My PowerShell function that is called in the onPostCreate looks like this:
#===================================================…
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…
Hi
i discovered Extended Controls a while ago in Active Role Web Gui and i thought that might be a good way to control code but i guess i havent really thought about using it with onGetEffectivePolicy.
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 script which queries a SQL table I created to add new users to a selected AD group on creation.
The table originally had 1 column - AD Group Name, which returned all possible groups for the helpdesk to select from in a dropdown list in the web…
My goal is to look at the policy applied to an object and pull a value the policy would set.
Specifically, I'd like to pull homePath and homeDirectory out of the Home Folder and AutoProvisioning Policy applied to a user object.
This looks close to…
Hi Team,
My issue is with the script module to send out emails.The objective is to use a secure way to call the password in the script module rather than using plain text password.
I have encrypted the plain text password using the command
$Convertpassword…
HI, I would like to add a group by midnight through a script, I know the GUI has the setting to set date and time but how would I do it using a script.
Command:
Add-QADgroupmember -identity "groupname" -member $ADuser (tonight at midnight)
…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…
Imagine a single manage is over 12 managers who in-turn all have 12 subordinate managers who all have teams of 10+ people - is there an easy native way to create a dynamic group membership query that encompasses ALL those people?
Head-Manager Jill <- Sub…
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 all,
Apologies if this is in the wrong place,
I'm very new to Active Roles and have been tasked with obtaining the OS of multiple machines throughout the business.I have the list in a .CSV format and I would like to run a script that will ask Active…
Hello all,
With the help of members I have created a managed unit which houses users who have not logged on for over 90 days.
and alos recieved help with script/ task to auto deprovision.
However, I have come across below situation.
User's are de-provisioned…