Dear Support,
can you please clarify - to call adaxes custom commands from "other" machines via following code - Adaxes PS module needs to be installed or not?
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi")
# Connect to the Adaxes service
$admNS = New-Object "Softerra.Adaxes.Adsi.AdmNamespace"
$admService = $admNS.GetServiceDirectly("xxx")
Thanks!