Hi,
Is it possible to modify a property pattern drop down list from the web interface?
Thanks.
Hello,
No, this can be done only in Adaxes Administration Console.
Adaxes uses a property pattern file for creating and modifying an user. Is it possible to have a property pattern file for creating or modifying only? I try to achieve the ... required when an user is created but not required when an user is modified... Remco
My webform is not picking info based off the property pattern template specifically the logon name and the UPN
Hi I need to update some property patterns on a scheduled basis and am doing this via a powershell script. The particular attibute will be a drop down, but ... t work! $item.SetConstraints($constraints) $item.SetInfo() $userPattern.Items.Add($item) Thanks Matt
Is there an option to load the possibles values of the Property Pattern, from SQL or other external sources?
Hi, is it possible to use custom Powershell script to determine, who will be able to modify AD object property (for example managedBy)? So it is not manager of given object who can edit this property, but anyone who pass checks in Powershell script..