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 (289k 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 (60 points)
0 votes
1 answer

The rule runs but since the first name and last name are passed as parameters, I only get the sequential # as a userID without the initials.

asked Oct 24 by curtisa (290 points)
3,548 questions
3,238 answers
8,232 comments
547,810 users