With Active Directory Users and Computers, I can add group members by copying a list of usernames and pasting them into the Add Members dialog box. This is very quick and easy. How can I do this with Adaxes? It seems that I can only add one member at a time.

asked Feb 24, 2017 by abarker5 (80 points)
0 votes
1 answer

Hello - I have configured some custom property patterns for office location and Department and am seeing a drop down list when attempting to create a new user limited to the ... down list. Is this therefore only limited to some AD attributes and not others ?

asked Mar 21, 2017 by cdsouza (50 points)
0 votes
1 answer

I would like to add a CustomAttribute for a Sponsor field for Contractors that is similar to the Manager field where you can do a user lookup from the Web Console to ... want to use the Manager field for various reasons such as wrong Org Chart information etc.

asked Jan 5, 2017 by Kikaida (1.1k points)
0 votes
1 answer

Hello, Is it possible to grant members of a business unit permission to run a custom command? I know I'm able to give permission to a user/group to run a cmd on a business ... that can run the command. I've not been successful with any of my attempts to do so.

asked Mar 23, 2017 by JoCCCsa (100 points)
0 votes
1 answer

Hello Just a little suggestion. I would find it useful, if the selection was split up in: - Add members - Remove members and showing the selected button(s) on the web ... this would not be satisfying for the users to have access to the button ;) - Cheers

asked Mar 17, 2017 by Boxx.dk (2.6k points)
0 votes
1 answer

I'm not able to retrieve the Description of a user using ADSI. I'm trying user.Get("description").ToString() on IADsUser I get the error, The 'description' property cannot be found in the cache. Is there a different method I need to use to get Description?

asked Feb 6, 2017 by sdavidson (730 points)
0 votes
1 answer

We are trying to create a custom command to create a new network share folder and offline PST file for new users. Do you have any documentation to start our process with>

asked Jan 10, 2017 by willy-wally (3.2k points)
0 votes
0 answers

Hi This stores the old name correctly. This stores the new name, even though it fires "Before" renaming the group ? How do I store the old name for the group ? I'm ... Console, but later on - renaming these objets will be done from the WebUI too. - Thanks

asked Nov 14, 2016 by Boxx.dk (2.6k points)
0 votes
1 answer

I was wondering how to use the powershell context check to see if a folder exists before a copy action starts.

asked Sep 27, 2016 by cyspry (480 points)
0 votes
1 answer

I have created a Custom action to create some "standard" sub OUs to a particular type of OU in our AD. I wanted to create a script to look in the OU you are executing ... 'Users') -or ($child.Name -eq 'Computer Systems')) {$Context.ConditionIsMet = $False } }

asked Aug 31, 2016 by ggallaway (300 points)
0 votes
0 answers