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 moved adaxes to a new virtual server (2022), upgraded powershell, and upgraded to 2025.1 so working through script issues. This script retrieves the last reboot for ... (' + $RebootTime.Days + ') days ago.' $Context.LogMessage($logmessage, "Information")
Hi, Situation: Imagine we have a forest consisting of 3 domains (1 root domain and 2 sub domains) in a single forest At the moment we installed Adaxes service in the root domain ... "enterprise admins" group (We wouldn't want to do that...) Any other ideas?
Hi, I am wondering how cloud connections should be handled across scripts for things to run as smooth as possible. For example, if I disconnect from Graph in ... ) $null = Connect-MicrosoftTeams -AccessTokens @($graphToken, $teamsToken) } Best regards, Martin
Hi again, the script here needs a small change In the last catch area, it has to be $messageEncodingName, otherwise the output will show nothing for default as the value is empty : ) catch { $messageEncodingName = "UTF-8 (default)" }
I am trying to create a Script power Shell for creating users with a South American standard. I need to use the first part of firstname + the ... .TargetObject.Put("userPrincipalName", $userPrincipalName) # Aplica as mudanças $Context.TargetObject.SetInfo()