• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Local Users

Scheduled Pinned Locked Moved
General
3
5
1.3k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    smcadm
    last edited by Nov 15, 2017, 7:43 AM

    Hi Guys is there a way to add local users to the device so once imaged it also creates a local user as well

    As I would like to use this to push out 400 plus laptops to users been high school users it would be of great benefit to me if there is some way of doing this

    As with deploy Studio with that You can tell it to create local users to each device

    Brad

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Nov 15, 2017, 8:08 AM

      @smcadm You’re not saying what system you are on. From what you say (deploy studio) I expect you mean Mac OS X. Is that correct? As well I ask for your FOG version as this is always valuable information on debugging things and helping out people.

      If you only need one particular user on all those 400 laptops you could just create the user account before capturing. It will be on the deployed system as well.

      But if you need a different accounts - be it a couple group accounts or 400 individual ones - I’d suggest looking into connecting the clients to a directory server (LDAP).

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      1 Reply Last reply Reply Quote 0
      • X
        x23piracy
        last edited by x23piracy Nov 15, 2017, 2:37 AM Nov 15, 2017, 8:34 AM

        Hi,

        you can either do this by a snapin or within an unattend.xml (answer file)

        answer file example (it’s only the create user part, this is not a complete answer file):

        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <UserAccounts>
        <LocalAccounts>
        <LocalAccount wcm:action="add">
        <Password>
        <Value>password</Value>
        <PlainText>true</PlainText>
        </Password>
        <Description></Description>
        <DisplayName>displayname</DisplayName>
        <Group>Administrators</Group>
        <Name>username</Name>
        </LocalAccount>
        </LocalAccounts>
        </UserAccounts>
        </component>
        

        FYI, this example is using plaintext password, you should encrypt the password or get sure that the answer file is been deleted after deployed. Safest decission would be to encrypt it.

        snapin example (batch) please look at this thread, all has been written there:
        https://forums.fogproject.org/topic/9993/add-new-standard-user-on-windows-10

        If using a sanpin for this you can also use powershell instead of batch, check the link above.

        Regards X23

        ║▌║█║▌│║▌║▌█

        1 Reply Last reply Reply Quote 0
        • S
          smcadm
          last edited by Nov 15, 2017, 9:32 PM

          thanks for the info

          yes the systems are Windows 10
          I was only using the deploy studio as an example

          Fog version is
          Running Version 1.4.4
          SVN Revision: 6077

          also is the snapin available now if so where can I find it

          Brad

          X 1 Reply Last reply Nov 16, 2017, 9:50 AM Reply Quote 0
          • X
            x23piracy @smcadm
            last edited by Nov 16, 2017, 9:50 AM

            @smcadm you have to create the snapin by yourself in the webif. Check the snapin section.

            ║▌║█║▌│║▌║▌█

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              3/5
              Last post

            256

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project