0 votes

Our users are setup with Dfs links for their network home directories.
In other words, our helpdesk technicians have to access the Dfs console, setup the new Dfs links (with permissions) and then modify the new user AD account.

How can this be achieved using Adaxes?

thanks!

by (60 points)

1 Answer

0 votes
by (18.0k points)

Hello,

Yes, it is possible to automate it with Adaxes.

  1. Create a Business Rule that will be triggered after creation of new users in AD.
  2. Add Create the home directory action to the Business Rule.
  3. Specify a template for home folder paths. For example: \\SERVER\Users\%department%\%username%
  4. Specify permissions that should be assigned to users on their home folders.
0

I was recently trying to get this working for our organization. When I attempt to have Adaxes create the home drive on the DFS share directly, I get a permissions error. Are there any details as to what permissions the Adaxes service account needs to run this command?

0

Hello,

Each DFS namespace is linked to a folder share or shares on a certain server or servers. To be able to create home folders in a DFS namespace, Adaxes default service Administrator (the user that you specified during Adaxes installation) must have sufficient permissions to create subfolders in the folder share(s) for the DFS namespace. To grant such permissions:

  1. On your DFS server, start the DFS Management Console from Start \ Control Panel \ Administrative Tools \ DFS Management.
  2. Expand Namespaces.
  3. Select the namespace where home folders will be created.
  4. In the middle view pane, activate the Namespace Servers tab.
  5. Select a namespace server.
  6. In the right view pane, click Properties in the group that represents the folder share on the server.
  7. Click Share permissions.
  8. Grant Adaxes default service administrator Full control permissions for the share.
  9. If necessary, repeat steps 5-8 for other namespace servers.

Related questions

0 votes
1 answer

I am using powershell to create the shares: $fspath = "SERVERNAME" $dfspath = "SERVERNAME" #Build user folder with permissions if ( !(Test-Path $fspath) ) { #Create user ... security identifier is not allowed to be the owner of this object. Thank you, Tony

asked Jan 22, 2018 by cyspry (480 points)
0 votes
1 answer

Hi all, I have a condition during new user creation - Where the corporate email is entered into the email address field, but a custom drop-down for "Mailbox required?" is No. ... screen, and be able to save the result of this choice to a variable? Thanks all,

asked Oct 24 by dshortall (80 points)
0 votes
1 answer

We try to use ADSI scripting to automate some tasks using Adaxes 2023. One such task is to try to check whether an answer provided by a user to his question is correct or not. ... . But I do not see an easy way to do this using ADSI script and/or interfaces.

asked Oct 22 by gfang (20 points)
0 votes
1 answer

Hi team, I have a few questions about approval flows How can I send approval to individual user (stored in an custom attribute)? How can I do actions based on request is ... -> set accountExpire +6 Months if denied -> do nothing and account will expire

asked Mar 13 by wintec01 (1.5k points)
0 votes
1 answer

Hi all, I wanted to ask community if you are experiencing same behavior: Add a primary group owner to a security group in ADAXES console. Make sure Can update membership using ... list is checked? In my case it is CHECKED for some reason. Thanks all!

asked Dec 13, 2023 by mega128 (20 points)
3,538 questions
3,229 answers
8,222 comments
547,739 users