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

    Windows 11 | 65x HP Z2 Tower G1i | UPDATE -

    Scheduled Pinned Locked Moved Unsolved FOG Problems
    93 Posts 3 Posters 3.5k Views
    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.
    • K
      kratkale @kratkale
      last edited by

      @kratkale
      Renaming and Joining the domain as local PC admin localy worked with

      Aktuellen Computernamen holen

      $currentName = $env:COMPUTERNAME

      IPv4-Adresse ermitteln, bei der das 3. Oktett = 0 ist

      $ip = Get-NetIPAddress -AddressFamily IPv4 |
      Where-Object {
      $.IPAddress -notlike “127.*” -and
      $
      .PrefixOrigin -ne “WellKnown” -and
      ($_.IPAddress.Split(‘.’)[2] -eq ‘0’)
      } |
      Select-Object -First 1 -ExpandProperty IPAddress

      if (-not $ip) {
      Write-Host “Keine gültige IPv4-Adresse mit drittem Oktett = 0 gefunden!” -ForegroundColor Red
      exit
      }

      Letztes Oktett extrahieren

      $lastOctet = $ip.Split(‘.’)[-1]

      Dreistellig formatieren

      $number = “{0:D3}” -f [int]$lastOctet

      Neuer Name

      $newName = “PC${number}CAD”

      Anzeige

      Write-Host “Aktueller Name: $currentName”
      Write-Host “Gefundene IP: $ip”
      Write-Host “Neuer Name: $newName”
      Write-Host “”

      $domain = “MM.HTLWIEN10.AT”
      $username = “MM.HTLWIEN10.AT\adminfog”
      $password = “xxxxxxxxxxxxxxxxxxxxx” | ConvertTo-SecureString -AsPlainText -Force
      $credential = New-Object System.Management.Automation.PSCredential($username, $password)

      Add-Computer -DomainName $domain -Credential $credential -Restart

      so there seems to be no problem with the domain …

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @kratkale
        last edited by

        @kratkale The issue isn’t domain join but rather that machine (or those machines?) security tokens no longer match the security token they were initially given, most likely because the machine you cloned had a security token it passed in?

        From the host(s) in question in the uI you can reset the security token:
        b8102a2d-7604-4272-9975-3d6ad0211b17-image.png

        I believe it’s similar for groups (if you wanted to put the 5 having issues into the same group and click reset encryption data.)

        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

        K 5 Replies Last reply Reply Quote 0
        • K
          kratkale @Tom Elliott
          last edited by

          @Tom-Elliott

          did not help …

          still aktive snapin - did not join the domain

          next step to remove the client and reinstall.

          I think with the next image I’ll try to install the client after cloning

          K 1 Reply Last reply Reply Quote 0
          • K
            kratkale @Tom Elliott
            last edited by

            @Tom-Elliott
            cloned again
            during cloning the Reset Encryption Data done
            joining domain worked

            Intresting: have a look at time in the maria database and the system time …

            97b34388-1275-42b1-8594-c773678b4b0e-grafik.png

            70ca09fe-42a0-49ec-9a8f-545fa5d869c4-grafik.png

            Tom ElliottT 1 Reply Last reply Reply Quote 0
            • K
              kratkale @Tom Elliott
              last edited by

              @Tom-Elliott

              multicast wit 22 PC

              ea82e457-e631-4439-b86d-bfbc44112948-grafik.png

              df60c613-4144-4ebe-8e7b-eb07b6efa9bd-grafik.png

              one show 12 Host in tasking
              the other 22

              22 are waiting - but the do not start?

              d780ac77-f146-48d8-853b-d94cd464c368-grafik.png

              in the Task Management Active Tasks are all “In-Progress”

              1 Reply Last reply Reply Quote 0
              • K
                kratkale @Tom Elliott
                last edited by

                @Tom-Elliott
                next test …

                5 PC in multicast
                f51924b9-7aa9-4fec-b086-2678dc21220b-grafik.png

                79b04ee2-58aa-4e7f-a6fc-73272dffde6d-grafik.png

                I’m missing the status om much percentage is cloned …

                1 Reply Last reply Reply Quote 0
                • K
                  kratkale @Tom Elliott
                  last edited by kratkale

                  @Tom-Elliott
                  cloning stops with an error - but the new image is working on the pc’s
                  WhatsApp Image 2026-06-24 at 19.05.26(1).jpeg
                  it seems some problem with the Database.
                  Same situation with the next Group of 5 PC
                  WhatsApp Image 2026-06-24 at 19.20.52.jpeg
                  WhatsApp Image 2026-06-24 at 19.21.26.jpeg

                  Tom ElliottT 1 Reply Last reply Reply Quote 0
                  • K
                    kratkale @kratkale
                    last edited by

                    @kratkale one special problem
                    WhatsApp Image 2026-06-24 at 20.09.07.jpeg

                    This host is not willing to work witch the host Device entry BNE7N774610407R40 - I removed the host - performed a Full registration - filled out the host Device - same problem again.
                    Double check the blkid value … ???
                    115.jpeg

                    1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @kratkale
                      last edited by

                      @kratkale It’s likely looking at UTC time?

                      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

                      1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @kratkale
                        last edited by

                        @kratkale The error I’ll have to look as it might come from the UI side but also ties in with how things occur on the FOS side (different repo.)

                        The task completed and marked the db, but apparently seems to be doing so in one swoop.

                        As for why it’s not seeing the same serial, that I don’t know how you’re getting the serial/size of the disks? that’s the same for that specific machine saying that serial doesn’t exist?

                        I mean the same serial should not exist for different machines. (Plain and simple)

                        You can boot the issue machine into debug mode (cancel the existing tasking, then redo the same tasking but check the “Debug” checkbox before you submit it.

                        Then run that same lsblk -pdno SERIAL,SIZE after pressing enter and getting dropped into the console to type commands.

                        My guess is the serial for that machine is NOT BNE7n774610407R40, otherwise there’d be huge issues in shipping equipment and inventory management.

                        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

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

                        112

                        Online

                        12.7k

                        Users

                        17.6k

                        Topics

                        156.7k

                        Posts
                        Copyright © 2012-2026 FOG Project