Hi,
Is it possible to add an icon from say an .ico file to Custom Commands or to extend the icons available from the drop down selection list in some way?
Hello Sam,
No, that's not possible at the moment.
When someone is using a Custom Command, can you detect (WIth PowerShell as Action) "who initiated" the Custom Command? I found that you can use e.g.: adm- ... that are available or are only the %Adm-InitiatorFullname%; ...EMail; ...Dn available?
Hello, We are currently rolling out a deployment for Windows Hello. For this, we have created a custom automation in Adaxes for users to have to reset their passwords on ... this group? Or, do you have another recommendation for getting this done? Thank you.
Hi team, we have a basic approval setup for a specific group I would like to bypass this, in case a specific custom command is executed and trying to add a member to this group ... ? I tried to play around with "If the initiator is xxx" but had no success yet.
We currently have a custom command implemented that sends a remove passcode command to a DEP managed iOS device. The script works fine when testing in the Adminstration console, ... { $Context.LogMessage("Failing to send Wipe command", "Warning") return } }
I have a number of custom Powershell scripts that add users to Teams, groups, etc. I re-use these scripts dozens of times for different conditions and only change one ... possible to convert this script to a custom command and pass parameters to it instead?