0 votes

Hello,

currently we use powershell scripts to perform compliance critical tasks because this allows us to generate user defined entries in the windows event log.
Now we would like to perform this actions with Adaxes.
We created a custom command to execute powershell and add a record to the eventlog.
It works fine the only information we miss is the name of the "main" Adaxes task like "Creating a user" or simple "Create".
Is there a way to retrieve this information in the CC?

Many thanks.

by (460 points)
0

Hello Horst,

What exactly do you mean by “name of main Adaxes task”?

If you mean the name of a Business Rule that executes the Custom Command, there is no possibility to retrieve its name. If the Custom Command is executed by a Scheduled Task, you can retrieve the task name using the following code:

$operation = $Context.Initiator.Username
0

Hi,

what I mean is the name of the ADAXES action which is selected in the configurator.
These "namens" in the eventlog would allow us to generate dedicated reports: for example: "list all event entries with 'create user' in the description.

See the attachment, please.

Regards

1 Answer

0 votes
by (272k points)
selected by
Best answer

Hello Horst,

Thank you for clarifying. There is no such possibility.

Related questions

0 votes
1 answer

Hello, We're working with Adaxes for about 2 months and we can't seem to find out how we can check if a action in Adaxes worked or not. We have a ... action failed and react to it and is there something similiar to $ErrorActionPreference for adaxes actions?

asked Nov 14, 2019 by PGstoehl (100 points)
0 votes
1 answer

When running a PowerShell script as an action in a custom command, you can set the script to run as a different account and then use the RunAs property in the ... Is there another way to get the Adaxes service account's credentials from within the script?

asked Mar 31, 2022 by KelseaIT (320 points)
0 votes
1 answer

Hi, Can I use a PS script to call Adaxes with a list of users or computer and run through it? For example, PS script checks for users NotLoggedOnFor 30 days and sends this list to Adaxes to disable accounts.

asked Sep 6, 2011 by minhe (60 points)
0 votes
1 answer

My scheduled task works like this (these are my action sets) Condition(s): Account is expired and home drive exists Action The user's home directory gets archived Condition(s): ... set? I do not want to split the scheduled task into two! Thanks in avance!

asked Apr 7, 2022 by lehnen (20 points)
0 votes
1 answer

Hello, I'm working on different custom script to integrate Adaxes with custom Cloud Services. The goal will be to trigger Third Part Services directory sync on a ... an external exe that will be replicated by Adaxes automatically accross all Adaxes instances?

asked Sep 29, 2021 by ygini (240 points)
3,347 questions
3,048 answers
7,788 comments
545,042 users