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 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.1k 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)
0 votes
1 answer

Can Self service client tool work on macbooks with local account setup. Our macbooks are managed by Kandji MDM, which have local accounts setup on each machine and not ... will sync local accounts with their AD password on macbooks setup with local accounts.

asked Mar 29, 2023 by Vish539 (310 points)
0 votes
1 answer

Hello, when we have 1000 license and current active user is 1000, what will happen with below situation: We created new users directly from Active Directory. Will this user ... We create user though Adaxes. Will it possible or Adaxes will return some error?

asked Dec 11, 2021 by fachmi (170 points)
3,346 questions
3,047 answers
7,772 comments
544,971 users