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

fog client, do i need it?

Scheduled Pinned Locked Moved
General
4
11
3.6k
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.
  • R
    robertkwild
    last edited by May 14, 2016, 6:32 PM

    hi all,

    before i capture my sysprep windows 10 image, shall i install the fog client, are there any benefits of installing it?

    the machines im going to be deploying the image to are going to be domain machines if that helps

    many thanks,

    rob

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by May 14, 2016, 6:51 PM

      You absolutely do not “Need” the fog client.

      However - you probably want it.

      It will rename computers for you and join them to the domain for you, saving several hours of post-deployment manual labor. With many, many other added features.

      If you are going to include the FOG Client on your sys-prepped image, there is one extra step that you must complete, it’s pretty basic. You can find steps here, in the “Sys-Prep” area towards the bottom:
      https://wiki.fogproject.org/wiki/index.php?title=FOG_Client

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • R
        robertkwild
        last edited by May 15, 2016, 10:33 PM

        nice adding it to the domain would be nice, i have seen that setting on the fog server for the host

        W 1 Reply Last reply May 15, 2016, 10:42 PM Reply Quote 0
        • W
          Wayne Workman @robertkwild
          last edited by Wayne Workman May 15, 2016, 4:43 PM May 15, 2016, 10:42 PM

          @robertkwild There’s also a global default you can fill in inisde FOG Configuration -> FOG Settings -> Active Directory. With that filled in, whenever you click the checkbox for joining a domain via an individual host or group, it’ll auto-populate with the defaults you have set. The global default is also what’s used when you do a full host registration via network booting with FOG and saying “Y” to joining the domain.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          1 Reply Last reply Reply Quote 0
          • R
            robertkwild
            last edited by May 16, 2016, 9:30 AM

            so do i need to install the fog client on the computer or can i just select the host from the fog server and tick connect to domain?

            T 1 Reply Last reply May 16, 2016, 11:02 AM Reply Quote 0
            • T
              Tom Elliott @robertkwild
              last edited by May 16, 2016, 11:02 AM

              @robertkwild The client is needed if you need the host to join to domain.

              The purpose of the FOG Client is multi-fold.

              The client allows the host to automatically:

              1. Auto logout – Enables auto logout of users if inactive for specified period of time. 5 minute’s is the minimum time as all others are way too soon, sometimes people may just be on a phone, or had to step out for a bathroom break.
              2. Client Updater – (Only on legacy clients) Allows the client to update it’s modules if you had to customize things, or found a more recent build was needed for your environment.
              3. Directory Cleaner – (Only on legacy clients – Only worked with Windows XP) Enables the client to remove directories on the host automatically. It lost operation after Windows XP due to UAC controls and better security mechanisms especially needed. Removed completely from the New client.
              4. Display Manager – (Legacy clients and at least through 0.9.12 of the new client, might come back if the need is strong enough though you can achieve the same results using a snap in.) Enables the client to adjust the resolution of the system on a per system basis, or global basis.
              5. Green FOG – Allows you to specify a shutdown and/or Restart for hosts. These are scheduled on 24 hour time blocks. You schedule the time and action you want to take at that time. The client will schedule what you need for those times.
              6. Host Registration – Registers additional mac addresses to a pre-existing host if registered. The New client will also register the host under a pending status if the host is not already registered.
              7. Hostname Changer – Changes the hostname and joins the domain automatically.
              8. Printer Manager – Manages Printers for the host. Legacy client only added printer or added/removed printers. The No management for both new and legacy simply does nothing. Will remove all printers under Add/Remove type and only add back the printers as needed (Only Assigned Printers). Under Add Only (now FOG Managed Printers) only manages printers that are listed under the printer’s GUI and those that are assigned to that host. In legacy client, it only added printers and never removed. Under the new client, it will ONLY manage printers assigned meaning if you remove a printer from a host, the new client will remove that printer.
              9. Snapins – Allows you to install programs or run scripts on the host similar to GPO or PDQDeploy.
              10. Task Reboot – This will just check if the client is in a tasking (other than a snapin tasking). If it is in a tasking, and the module is enabled, the host will be told to reboot. There is a third portion though in that if the user is logged in, and enforce is not enabled nothing will happen.
              11. User Cleanup – (Legacy clients only and again only on Windows XP). Works similar to Directory Cleanup but the entries you make are “safe” user profiles. If the user is not under this listing, it will be deleted. Will not work with the new client, and even legacy clients will not work on anything beyond Windows XP due to UAC and Interactive Service utilities.
              12. User Tracker – Just tracks who logs in/out of a client.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              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

              W J 3 Replies Last reply May 16, 2016, 12:38 PM Reply Quote 2
              • W
                Wayne Workman @Tom Elliott
                last edited by Wayne Workman Jun 11, 2016, 12:16 PM May 16, 2016, 12:38 PM

                @Tom-Elliott wiki worthy

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 0
                • J
                  Junkhacker Developer @Tom Elliott
                  last edited by Junkhacker May 16, 2016, 7:59 AM May 16, 2016, 1:58 PM

                  @Tom-Elliott for good reasons to install the client, Hostname Changer, Snapins, and Task Reboot are the big ones, in my opinion.
                  it’s worth noting that when you do a standard deployment task for a host, any snapins assigned to it will also have their snapin tasks assigned to be done once imaging is complete.
                  that means that having a computer:

                  1. reboot itself
                  2. reimage
                  3. join the domain (and put itself in the OU you’ve assigned it to)
                  4. install any software you have assigned to it / run any scripts you need run

                  only requires scheduling a single task in fog. and you can even do it to whole groups of computers at a time.
                  you miss out on a lot of what fog can do if you don’t have the client installed.

                  signature:
                  Junkhacker
                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                  W 1 Reply Last reply May 16, 2016, 2:05 PM Reply Quote 0
                  • W
                    Wayne Workman @Junkhacker
                    last edited by May 16, 2016, 2:05 PM

                    @Junkhacker I did not know that associated snapins run on image deployment… that explains a LOT…

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    J 1 Reply Last reply May 16, 2016, 2:13 PM Reply Quote 0
                    • J
                      Junkhacker Developer @Wayne Workman
                      last edited by May 16, 2016, 2:13 PM

                      @Wayne-Workman lol, that’s why there’s a “Deploy - No Snapins” task in “advanced tasks”

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      1 Reply Last reply Reply Quote 0
                      • W
                        Wayne Workman @Tom Elliott
                        last edited by Jun 11, 2016, 6:16 PM

                        @Tom-Elliott said in fog client, do i need it?:

                        @robertkwild The client is needed if you need the host to join to domain.

                        The purpose of the FOG Client is multi-fold.

                        The client allows the host to automatically:

                        1. Auto logout – Enables auto logout of users if inactive for specified period of time. 5 minute’s is the minimum time as all others are way too soon, sometimes people may just be on a phone, or had to step out for a bathroom break.
                        2. Client Updater – (Only on legacy clients) Allows the client to update it’s modules if you had to customize things, or found a more recent build was needed for your environment.
                        3. Directory Cleaner – (Only on legacy clients – Only worked with Windows XP) Enables the client to remove directories on the host automatically. It lost operation after Windows XP due to UAC controls and better security mechanisms especially needed. Removed completely from the New client.
                        4. Display Manager – (Legacy clients and at least through 0.9.12 of the new client, might come back if the need is strong enough though you can achieve the same results using a snap in.) Enables the client to adjust the resolution of the system on a per system basis, or global basis.
                        5. Green FOG – Allows you to specify a shutdown and/or Restart for hosts. These are scheduled on 24 hour time blocks. You schedule the time and action you want to take at that time. The client will schedule what you need for those times.
                        6. Host Registration – Registers additional mac addresses to a pre-existing host if registered. The New client will also register the host under a pending status if the host is not already registered.
                        7. Hostname Changer – Changes the hostname and joins the domain automatically.
                        8. Printer Manager – Manages Printers for the host. Legacy client only added printer or added/removed printers. The No management for both new and legacy simply does nothing. Will remove all printers under Add/Remove type and only add back the printers as needed (Only Assigned Printers). Under Add Only (now FOG Managed Printers) only manages printers that are listed under the printer’s GUI and those that are assigned to that host. In legacy client, it only added printers and never removed. Under the new client, it will ONLY manage printers assigned meaning if you remove a printer from a host, the new client will remove that printer.
                        9. Snapins – Allows you to install programs or run scripts on the host similar to GPO or PDQDeploy.
                        10. Task Reboot – This will just check if the client is in a tasking (other than a snapin tasking). If it is in a tasking, and the module is enabled, the host will be told to reboot. There is a third portion though in that if the user is logged in, and enforce is not enabled nothing will happen.
                        11. User Cleanup – (Legacy clients only and again only on Windows XP). Works similar to Directory Cleanup but the entries you make are “safe” user profiles. If the user is not under this listing, it will be deleted. Will not work with the new client, and even legacy clients will not work on anything beyond Windows XP due to UAC and Interactive Service utilities.
                        12. User Tracker – Just tracks who logs in/out of a client.

                        Added to the wiki here:
                        https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#Additional_Details

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 1
                        • 1 / 1
                        • First post
                          Last post

                        218

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project