0 votes

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!

by (920 points)
0

Also , is there any prerequisites for firewall to execute this? Or WinRM service is needed?

1 Answer

0 votes
by (270k points)
selected by
Best answer

Hello Dmytro,

It is not required to install Adaxes PowerShell module for AD. However, you will need to install the ADSI Provider. For details, have a look at the following SDK article: http://adaxes.com/sdk/?WritingAdsiScripts.html.

Also, it might be required to open the ports used by Adaxes. For details, see https://www.adaxes.com/support_faq.htm# ... eSeventeen.

0

Thanks a lot!

Related questions

0 votes
0 answers

Upgraded to the latest adaxes release yesterday and now this morning we are not able to access our self-service portal. We have rebooted our server and verified our adaxes service is successfully connected our domains. Any help would be appreciated, thank you!

asked Mar 14 by dhodgin (40 points)
0 votes
1 answer

Hi I'm trying to connect to remote Adaxes service from C# program. Using sample code from "Writing ADSI scripts" page in the docs. Added DLLs, here is my code: static void Main( ... adsNS = new AdmNamespace(); I'm not sure which config file it's asking for. V.

asked Feb 5, 2018 by xirurg (100 points)
0 votes
1 answer

Hi, I need to start Adaxes scheduled task from Powershell console running on another host. How can I do that?

asked May 21, 2020 by KIT (910 points)
0 votes
1 answer

Hello, We have an exchange server in a separate forest. When we create the mailbox using a business rule after user creation, the mailbox creates ok. After the user ... multi-forest environment and it made no difference. Thanks for any help you can provide.

asked Nov 2, 2018 by Jasonmh (540 points)
0 votes
2 answers

Dear Support, can you advise if it's possible to connect to Adaxes from PowerBI? To have access (read) for the Adaxes custom attributes? Thank you!

asked May 13, 2020 by Dmytro.Rudyi (920 points)
3,326 questions
3,026 answers
7,727 comments
544,682 users