Re : Managed Service Account
Configuring SQL HA Listener
Does ADAudit+ supports SQL HA Listener?
At the moment when we failed over to the second database, obviously AAP stopped working.
Thanks
Re : Error Code 6be
C. van den Bosch
System Administrator
Teleena Holding bv
Re : Error Code 6be
Alert for rdp logon success for servers
Re : Configuring SQL HA Listener
Re : Alert for rdp logon success for servers
Re : Configuring SQL HA Listener
I changed the database config file to point to the HA listener and it works.
ChangeDB.bat should have this option to change from a single DB to a HA listener.
stop the service, go to <installation directory>\ADAudit Plus\conf\database_params.conf - point to the HA listener and remove the instance. Start service.
Re : Alert for rdp logon success for servers
Re : Audit Local Administrator Password Solution(LAPS).
Re : Configuring SQL HA Listener
Re : Audit Local Administrator Password Solution(LAPS).
Re : Firewall Ports that need to be opened between ADAudit Plus and the Domain Controller.
When I run check port with DMZ PORT ANALYZER , It don't list Dynamic port number.
How can i get Dynamic port
Thanks
Real time for member servers?
Re : Firewall Ports that need to be opened between ADAudit Plus and the Domain Controller.
Problem after MySQL to MSSQL migration
All historical data shows fine, but new events not injecting to base.
If we revert back to MySQL, new events injecting.
And second problem with Cirilic OUs and CN.
Look like this
On MySQL all Cirilic symbols showing fine.
Re : Real time for member servers?
Re : Problem after MySQL to MSSQL migration
New Script Based Alert Action
Re : New Script Based Alert Action
Hi Shocko,
Greetings from ADAudit Plus,
The supported scripts are powershell, vbscript, executables and batch.
Syntax for "Script Location" :
Powershell script:
powershell.exe <Script_path> <Event_variables>
Example: powershell.exe C:\Users\administrator\Desktop\alert_test_scripts\test.ps1 "%USERNAME%"
VBScript script:
wscript/script <Script_path> <Event_variables>
Example: wscript C:\Users\administrator\Desktop\alert_test_scripts\test.vbs "%USERNAME%"
Batch script:
<Script_path> <Event_variables>
C:\Users\administrator\Desktop\alert_test_scripts\test.bat "%USERNAME%"
<Script_path> - Full path to the Script.
<Event_variables> - They are parameters to be passed as command line arguments to the script. Use the "Add" button to add them to the command.
The complete list of variables is available at, https://www.manageengine.com/products/active-directory-audit/help/alerts/alert-variables.html
Note: The use of <event_variables> is optional.
We are working on the documentation, will keep you posted on it.
Regards,
Akshay Vyas