I'd like to see all the possible configuration settings if possible.
Hello,
You can check our Online Help for the corresponding articles. For example, the following one describes how to configure Adaxes service to use specific DCs: https://www.adaxes.com/help/UseSpecificDCs.
Is it possible to send an email from Adaxes when certain AD objects are modified outside of Adaxes? With Business Rules it looks pretty easy to do that inside of Adaxes ... something changes on the object and the change was not initiated by Adaxes. Thank you.
Hi, is there possibility to search some custom string across all powershell script files used in Adaxes? I.e. Custom commands, Scheduled tasks etc I need to find out where is used some PowerShell command to be able to replace it for another one..
We are looking to use Adaxes to create and manage Managed Service Accounts in the "Managed Service Accounts" OU. Is this possible through Adaxes? Thank you.
I'd like to be able to either send an email report or export a CSV of all of the business rules carried out when a user is disabled. This would be ... Management Activity section but this includes things that weren't part of the disable operation. Thanks
This is the logic I ham useing. $criteria = New-AdmCriteria -Type "User" -Expression {customAttributeBoolean6 -eq $true} $usersC = Get-AdmUser -Filter $criteria -properties * - ... there a better way to get the list of users into this variable? error;