0 votes

So if i want to run an external program and use a script i would put - cscript.exe registerUser.vbs ... but where should this script be saved to for adaxes to pick it up?

by (400 points)

1 Answer

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

Hello Scott,

You can save the file to the computer where Adaxes service is installed and specify a local path, for example:
cscript.exe //B C:\script.vbs

Alternatively, you can save the file to a file share and specify its path:
cscript.exe //B \\SERVER\Share\script.vbs

Related questions

0 votes
1 answer

I had a script that would copy the values from adm-CustomAttributeTextMultiValue1 and save them into extensionAttribute15 as a comma seperated list. The script somehow got deleted and I can't seem to find the tutorial I used to create it before.

asked Jul 1, 2022 by jordan (110 points)
0 votes
1 answer

Hi, I'm currently facing a problem where I want to set up a powershell script that should report all accounts (enabled, disabled, expired) matching a specific employeeType ... something else, just the plain Info Can you help me with this? kind regards Ingemar

asked Sep 4, 2015 by ijacob (960 points)
0 votes
1 answer

Dear Support, is it possible to run external applications, for example "Star-Process cmd.exe ... " via initiator account, not service one? For example to implement a ... object, so that cmd windows opens on the initiators workstation. Thank you for advise!

asked Sep 27, 2019 by Dmytro.Rudyi (920 points)
0 votes
1 answer

I am trying to use this script from the script repository: https://www.adaxes.com/script-repository/enable-mfa-with-phone-number-for-a-user-in-microsoft-365-s686.htm I ... if I just didn't install it correctly because Adaxes Powershell doesn't recognize it.

asked Oct 10, 2023 by ocanizales (40 points)
0 votes
1 answer

Since upgrading to 2019.2 I am no longer able to run scheduled reports, either automatically or manually. When looking at the log I see it fails at the "generate report ... is attempting. I can run the report directly with no problem. Can anyone help? Thanks,

asked Nov 21, 2019 by rossb (20 points)
3,351 questions
3,052 answers
7,791 comments
545,079 users