Hi Forum,
I wan't to connect to the Adaxes Service from outside the Domain. So i try to connect this way:
# Connect to the Adaxes service
$admNS = New-Object "Softerra.Adaxes.Adsi.AdmNamespace"
$admService = $admNS.GetService("hostname", "username", "password")
But i always get:
Exception calling "OpenObject" with "4" argument(s): "No permissions to view this object. You are authenticated as Guest since your domain (adaxeshost) is not managed by the service."
How can i connect to the Adaxes Service from a host outside the domain?
Thanks for your help