0 votes

Hi, we're trying to map certain actions to business rules, is there anyway to see the action in a more readable way?

Adding a user to a group seems to show the following: { "PropertyList": { "PropertyCount": 1 }, "IgnoreAlreadyDoneErrors": false, "CustomDescription": "", "HolderId": null }

But that's not very clear at all. The mailbox calendar permission is also rather verbose and references ""MailParameters"

Is it possible to simplify the output in anyway? Alternatively is there a way to dump the entire content of "$context" so that I can see what might be usable?

by (280 points)

1 Answer

0 votes
by (285k points)
reshown by

Hello,

Is it possible to simplify the output in anyway?

You can try using value reference %adm-OperationDescription%.

Alternatively is there a way to dump the entire content of "$context" so that I can see what might be usable?

For details on the properties and methods provided by the $Context variable, see https://adaxes.com/sdk/ExecuteScriptContextClass.

Related questions

0 votes
1 answer

If I have a scheduled task powershell script that's targeting an OU of users and in that script I were to call $context.cancel in the case of an error happening for a single ... it cancel the entire scheduled tasks and it won't run for other users in that OU?

asked 4 days ago by wrichardson (20 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

Dear Support We have a business rule in the old Adaxes 2017 that was working: Before adding a universal security group to a global security group, the group type of the ... adding a universal group to a global group? <br> Our action: Best regards Johann

asked Nov 30, 2021 by Johann Ihnen (170 points)
0 votes
1 answer

My webform is not picking info based off the property pattern template specifically the logon name and the UPN

asked Mar 8, 2022 by Keonip (180 points)
0 votes
1 answer

Hi I've added values to two attributes of an Oraganization Unit: adm-CustomAttributeText1 adm-CustomAttributeText2 I'm trying to extract these properties with a powershell ... But this does not provide the value set in adm-CustomAttributeText1. Any ideas?

asked Jan 28, 2013 by kjesoo (960 points)
3,515 questions
3,206 answers
8,156 comments
547,536 users