First i must say this is by far one of the best products I've ever used to manage AD. Secondly Adaxes service/support is BAR-NONE the best of any software that we own!
With that now said what happened to http://www.adaxes.com/sdk/OnlineScriptDepot.html and will it ever come back?
Hello,
Thank you for your good words, we really appreciate it! :)
As for the Online Script Repository, we had to suspend its operation because we are currently working on major changes to it. It will be available as soon as we complete the changes.
Thanks for letting me know :D
I'd like to run a powershell script Before Updating a User Account, which I can check what the exchange mailbox permissions before and after the change. I need to be able to both report on ... - not SID's or DN's. What's the best way to do that? Thanks, Jay
Hi, would it be possible to use Value references in embedded scripts with functions? Like, I have several flows, using one external shared file with PowerShell functions. If I ... "%lastname%").Replace("sAMAccountName", "%sAMAccountName%").Replace(" ", "")) }
Let's say that I have a scheduled task that adds a high-level roles-based AD group to a user. As part of that same task, I'd like to run a powershell script to collect all ... the task to type in the "parent" group name, and pass it to the script that way?
I haven't seen a version to know the syntax.
I am creating a script triggered by a buisness rule. The rule is triggered 'before createing a user' This script checks for a duplicate user. If the script ... { $Context.LogMessage("Duplicate check: no duplicates found for %displayName%","Information") }