• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Florent
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 27
    • Posts 128
    • Best 10
    • Controversial 0
    • Groups 0

    Florent

    @Florent

    IT Technician

    10
    Reputation
    972
    Profile views
    128
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Rennes, France Age 37

    Florent Unfollow Follow

    Best posts made by Florent

    • RE: Do you receive resume or notifications from forums by email?

      @sebastian-roth Hi Sebastian,
      Yes today i receive the resume of the last week.

      posted in Bug Reports
      F
      Florent
    • RE: Organizations Using FOG

      @Tom-Elliott

      Hi,

      Organization Name: Université Rennes 2

      Location (Optional) : Rennes, FRANCE

      Approximate Number of systems: 2000-2500

      How long: Since 2009

      Add to this, if you want to be listed publicly on the WIKI, please provide a Logo you’d want used for this.
      https://www.univ-rennes2.fr/system/files/UHB/SERVICE-COMMUNICATION/logosur2-png.zip

      posted in General
      F
      Florent
    • RE: Imaging Windows 10

      Disk is formatted as MBR.
      Device Model is an Dell Optiplex 7010 with wester digital disk.

      For OS type image in the choose list i try Windows 7 , Windows 8 and Windows 8.1 and problem is identical for all.

      posted in Windows Problems
      F
      Florent
    • RE: schedule delayed or cron task doesn't work

      Thanks !

      For information :

      In this files we are replace UTC or GMT by our timezone (http://php.net/manual/fr/timezones.europe.php)

      commons/system.php :
      lib/pages/ReportManagementPage.class.php
      lib/pages/DashboardPage.class.php :
      lib/fog/StorageNode.class.php
      service/blame.php

      and Restart FOG services

      It’s works !

      Regards

      posted in FOG Problems
      F
      Florent
    • RE: FOG + Sysprep + Windows 10 1803

      @george1421
      Hi George,
      I advanced on the problem and i am very confused…
      I identify problem is just after post download scripts.
      I say that because in my multiple tests if i shutdown computer just after sed, cancel fog tasks and boot on Windows 10 1803 the name is correct !

      See screenshot of step where i ientify problem occurs :
      In tests where windows computer name is correct i shutdown computer just before this screen.

      text alternatif

      As i saw rubric “Changing hostname” i search in my web FOG Settings :
      -FOG Client - Hostname Changer was enabled : Now DISABLED
      -General Settings / Change Hostname early was enabled : Now DISABLED

      After disable this two settings it’s ok …
      2 months to identify this !
      Problem solved.

      Very thanks for your helps and guidance to post download scripts.
      I was convinced that it was coming from Windows/Sysprep.

      Don’t know why that did not bother Windows 10 1709.

      Thanks again 🙂

      posted in General
      F
      Florent
    • RE: Imaging Windows 10

      @Wayne-Workman It’s work with Multiple Partition Image - Single Disk (Not Resizable) and my partition is resize by the sysprep options “ExtendOSPartition”

      Thanks !!

      posted in Windows Problems
      F
      Florent
    • RE: FOG 1.5.10 officially released

      Thank you we are happy to see FOG alive ! 👍 👍

      posted in Announcements
      F
      Florent
    • RE: Power Management - Day of week usage differ from cron

      @Sebastian-Roth
      Ok thanks.
      Waiting, workaround for us is to use SUN, MON, TUE, WED, THU, FRI, SAT instead of number for Shutdown and Reboot

      posted in FOG Problems
      F
      Florent
    • RE: Windows 10-11 default profile

      Just for my curiosity why not use sysprep + copyprofile solution ?

      For me depends what you want personnalize. Often just need GPO, registry, copy files etc to personnalize user environment.

      posted in Windows Problems
      F
      Florent
    • RE: Wake on lan difference between basic tasks and power management ?

      @florent
      Sorry i found the problem, i think it’s bad value on the mysql table.
      I go to the powerManagement table and see line like this with “-” :
      0 8 - * wol 0
      I have deleted this line and restart FOGScheduler, after it’s ok

      [03-04-21 5:08:23 pm]  * Found a wake on lan task that should run.
      [03-04-21 5:08:23 pm]  | Task sent to XXX
      

      It’s resolved for me

      posted in FOG Problems
      F
      Florent

    Latest posts made by Florent

    • RE: Uninstall Fog Client

      msiexec /x (uninstallkey)

      But maybe need server to be reach, because for the installation if the FOG server can’t be reached, doesn’t work

      Here have this problem with many computers who are often outside office

      posted in General
      F
      Florent
    • FOG Technician role can't change own password

      Hi,
      I have set to IT users of FOG, the role of Technician (access control) but now they are unable to change their own password.
      How can i do this without giving them access to change all user’s password

      posted in FOG Problems
      F
      Florent
    • RE: HP 640 G10 and HP 650 G10

      Hi,
      You just need to replace in your DHCP the path to use the snp.efi or snponly.efi

      posted in Hardware Compatibility
      F
      Florent
    • RE: Windows 10-11 default profile

      Just for my curiosity why not use sysprep + copyprofile solution ?

      For me depends what you want personnalize. Often just need GPO, registry, copy files etc to personnalize user environment.

      posted in Windows Problems
      F
      Florent
    • RE: FOG can't deploy image to HP EliteBook

      @mmello Hi, Where do you replace with snponly.efi ?
      Have same problem with HP Elitebook 650 G10.
      We use this DHCP option 60 :

      class "UEFI-32-1" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006";
          filename "i386-efi/ipxe.efi";
      }
      
      class "UEFI-32-2" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002";
          filename "i386-efi/ipxe.efi";
      }
      
      class "UEFI-64-1" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007";
          filename "ipxe.efi";
      }
      
      class "UEFI-64-2" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00008";
          filename "ipxe.efi";
      }
      
      class "UEFI-64-3" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009";
          filename "ipxe.efi";
      }
      
      class "Legacy" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000";
          filename "undionly.kpxe";
      }
      
      posted in Hardware Compatibility
      F
      Florent
    • RE: FOG 1.5.10 officially released

      Thank you we are happy to see FOG alive ! 👍 👍

      posted in Announcements
      F
      Florent
    • RE: WAPT snapins

      I use WAPT to deploy softwares but i don’t understand your use case.
      Why not just deploy WAPT agent and use command like “wapt-get install tis-yourPackage” ?

      posted in Tutorials
      F
      Florent
    • RE: Customize Basic Tasks / Advanced

      @george1421 Thanks work like i want !

      posted in FOG Problems
      F
      Florent
    • RE: Customize Basic Tasks / Advanced

      @george1421 Hi George,
      I want to remove forever the “Fast” wipe option.
      Just want keep “Normal” and “Full Wipe”.
      I look on :
      tasktype.class.php
      tasktypemanager.class.php
      But i don’t understand the file operation.

      posted in FOG Problems
      F
      Florent
    • RE: Do you receive resume or notifications from forums by email?

      @sebastian-roth Hi , Resume works but for example i create new topic, i didn’t receive when have a reply

      posted in Bug Reports
      F
      Florent