Announcement

Collapse
No announcement yet.

Create Home Dirs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Create Home Dirs

    I want to use Hyena to create the Home Folders and assign permissions for new users... however I don't want to map the home folder to a drive letter... rather use a GPO to redirect them to the newly created home folder via My Home Folder.

    Any ideas?

    \\server\share$\%username%

  • #2
    Re: Create Home Dirs

    p.s.
    I'm thinking i could initially map to H: ... just so it will create the home folder... then run a command/batch to turn put the Home Dir back to the Local path.

    But I need help in putting that into a batch file? Any ideas?

    Comment


    • #3
      Re: Create Home Dirs

      I guess you could use Hyena's home directory templates for creating the home directory, then you can change them back to local path. To do that part you can select as many users as you like in the right window, then right-click and choose Properties. On the Profile tab, change the option back to Local Path, and then in the box beside it enter ~DEL. This is a safety feature to make sure you don't accidentally make this change on a bunch of users. When you click OK, all the selected users will be set to Local Path.

      Comment


      • #4
        Re: Create Home Dirs

        Any idea of the contents of the batch file to do this automatically?

        <div class="ubbcode-block"><div class="ubbcode-header">Quote:</div><div class="ubbcode-body">Originally posted by cmccullough:
        <span style="font-weight: bold">I guess you could use Hyena's home directory templates for creating the home directory, then you can change them back to local path. To do that part you can select as many users as you like in the right window, then right-click and choose Properties. On the Profile tab, change the option back to Local Path, and then in the box beside it enter ~DEL. This is a safety feature to make sure you don't accidentally make this change on a bunch of users. When you click OK, all the selected users will be set to Local Path.</span></div></div>

        Comment


        • #5
          Re: Create Home Dirs

          If you can find a command line utility to make the change you can create a batch file to run it after Hyena creates the home directory.

          Comment


          • #6
            Re: Create Home Dirs

            Where are the Home Folder Templates config files sotred? And what is the file name?

            Comment


            • #7
              Re: Create Home Dirs

              They are stored in the registry, but you manage them under Tools->Settings->Home Dir.

              Comment

              Working...
              X