• Snapin super admin

    2
    0 Votes
    2 Posts
    439 Views
    S

    @Almeida The fog-client service runs as SYSTEM user by default. Not sure if that has enough access rights to run bcdedit. Search the forum for “psexec” to find a topic explaining how to use PsExec to test-run commands under the SYSTEM user account.

  • Office 365 Device Based Licencing Question

    1
    0 Votes
    1 Posts
    265 Views
    No one has replied
  • clone WD MyBookLive NAS

    4
    0 Votes
    4 Posts
    622 Views
    george1421G

    @jacyjacy77 While I realize this won’t help you, I do find this entreging from a secops perspective. So the bad actors were able to compromise the cloud hosting provider, compromise the command and control function to reset the devices. This is just a postmortum question, but can you manage these devices without a cloud account? Is there local management features? If you can manage them locally, the simple security fix is to assign a static IP address and subnet mask to this device but don’t set a gateway address. The device will not know how to leave your local network. There will be no chance for it to access the cloud controller or receive external commands. That way the device should remain functionally locally and not have the risk of external compromise. Firmware updates haven’t been issued since 2015 so unless WD fix this hole with a firmware update that probably the easiest and most assured way to keep using this device if you are so inclined.

  • Déployer des serveurs??

    3
    0 Votes
    3 Posts
    503 Views
    B

    Bonjour, @tallier

    Pensez à écrire en anglais sur ce forum (en attendant un sous-forum français). Deepl est votre ami pour la traduction https://www.deepl.com/translator

    Pour déployer un serveur Windows, je mettrai Windows Other au niveau de l’image.

    Traduction Deepl :
    Think of writing in English on this forum (while waiting for a French sub-forum). Deepl is your friend for translation https://www.deepl.com/translator

    To deploy a Windows server, I will put Windows Other at the image level.

  • 0 Votes
    2 Posts
    287 Views
    S

    @yeet said in Setting up my 2012R2 DHCP server to handle UEFI and BIOS PXE boot, and I need some help.:

    I’ve had ipxe.efi work 99% of the time, but there’s some models that only snp.efi and snponly.efi work on.

    The issue is that those models having an issue with ipxe.efi use the same vendor class than the others and can’t be distinguished from the by vendor class identifier.

    I am not very good with Windows DHCP server but in generel you’d setup a particular rule/policy for problematic clients using their MAC address to distinguish those from other machines.

  • Multi drive image reversing disks.

    22
    0 Votes
    22 Posts
    3k Views
    S

    @samdoan said in Multi drive image reversing disks.:

    This tells me that it’s deploying Disk1 to /dev/sda AND /dev/nvme0n1

    I don’t think this is the case! It’s just the partition layout that was deployed to /dev/nvme0n1 on an earlier run and it’s still like that because for some reason it only deploys one disk right now.

    Please check your image and host settings again. Is the image set to All Disks? Also make sure Host Primary Disk is not set for the host you deploy to.

  • Host Rename/Domain Join without imaging

    4
    0 Votes
    4 Posts
    596 Views
    J

    @george1421 My apologies for the repeated posting. Just wanted to follow up to say that the FOG Client DID join my test machine to the domain as desired this morning. Not sure what the difference was (other than that the laptop had not previously had a power cord plugged in), but it looks like everything is behaving as I had hoped it would. Thank you again for your time and effort to help me out.

  • Cloning with image from a real workstation to a VM ?

    3
    0 Votes
    3 Posts
    455 Views
    S

    @Bristow-0 As well question arises if both the workstation and VM are in the same mode - legacy BIOS or UEFI. With ProxMox you use KVM for this I suppose.

  • Shows no hosts after installing client

    4
    0 Votes
    4 Posts
    553 Views
    I

    @sebastian-roth Sorry if this is a dumb question but I’m pretty new to all of this, I am trying to PXE boot now but its showing no boot file name received. Thanks!

  • Postinstall scripts, driver package not found.

    11
    0 Votes
    11 Posts
    1k Views
    F

    @tom-elliotthello,
    Excuse me for the long time to do the tests, I don’t have much at the moment for this project.
    Here is the photo of the debug (the error message comes up over and over again countless times).

    image0000001(1).jpg

  • No connection to the domain

    2
    0 Votes
    2 Posts
    337 Views
    S

    @Bristow-0 Has this ever worked before? I remember that others had issues with domain join in a Samba domain. Search the forums for that.

    As well you might take a look at the fog-client log (usually in C:\fog.log) and post the relevant part here.

  • Autounattend.xml Suggestions

    1
    0 Votes
    1 Posts
    254 Views
    No one has replied
  • Certificate Nightmare

    6
    0 Votes
    6 Posts
    880 Views
    S

    @d2freak82 said in Certificate Nightmare:

    on install if I select HTTPS it will not install because of the certificate error.

    Even when using the updated SmartInstaller mentioned below?

    Where exactly do you see the certificate error? Can you post a screenshot? Possibly it’s something we can/need to fix in the fog-client setup.

  • Image running into activation issues

    1
    0 Votes
    1 Posts
    182 Views
    No one has replied
  • (503) Service unavailable

    4
    0 Votes
    4 Posts
    604 Views
    S

    @sborgne said in (503) Service unavailable:

    Proxy parameters bad config is to be blamed…

    Wow, something I would not have thought of right away! Good you found why it fails!

    No there are no proxy configuration settings in fog-client. We use simple C# .NET WebClient calls. That seams to be using your system proxy settings. Can you set your systemwide proxy settings to not use the proxy server if connecting to your FOG server?

  • Difference between the 2 domain passwords?

    5
    0 Votes
    5 Posts
    708 Views
    B

    Thanks @tom-elliott . So, if I understand correctly, I only use the first one and it must not be encrypted, am I right?

  • Snapin with dependencies to be installed once

    2
    0 Votes
    2 Posts
    390 Views
    george1421G

    @arowana Does your remote site have a server where you can preposition these dependencies files? Remember for windows the script or installer runs as a windows user. The fog client runs these snapins as SYSTEM which has admin rights on the local computer where the snapin is being installed. Your install script can map a drive to a windows file share and copy the files over smb to the target computer. That would be the easiest. If the files were stored at the remote site then it would not impact your metered connection rates. If you used a powershell script to install your application you can use a function similar to curl or wget to download the file from the internet using scripting. You might be able to use FTP too, but I have never tried. You don’t need to specifically download from the FOG server, but you can. If you wanted to download from the FOG server, I would setup a new user on the FOG server that has very limited rights, maybe to read only from the source directory and that is all. I would not use the FOG ftp user because that has more authority than what is needed here.

  • 0 Votes
    8 Posts
    1k Views
    george1421G

    @jyost said in Roughly half of reimaged devices do not run first run scripts in autounattend.xml after imaging.:

    If the renaming/domain join occurs AFTER the final restart I will need to run a powershell script to install our AntiVirus software and also add a domain user account to the Remote Desktop Users group –

    You might want to consider deploying this action with a snapin. Snapins will run after all of the other imaging actions are complete.

  • installation of the proof of purchase failed 0xc004f050

    2
    0 Votes
    2 Posts
    672 Views
    S

    @AlexPDX Which version of Windows do you use exactly?

    We had reports about what sounds similar to what you say not long ago.
    https://forums.fogproject.org/topic/15258/windows-10-and-fog-product-key-problem-20h2
    https://forums.fogproject.org/topic/15256/win-10-pro-product-key-not-installed-probably

    I am still not sure if this is something the fog-client is doing wrong (we just use the slmgr.vbs calls that worked for a long time) or if it’s Windows preventing it from happening.

  • configuring to add to azure AD

    2
    0 Votes
    2 Posts
    371 Views
    george1421G

    @nfiglar Typically you would add the command to add the computer to azure ad in the setupcomplete.cmd batch file or in a first run command in the unattend.xml script. At the very least you could create a snapin to deploy a package that joins the target computer to azure AD. dsregcmd /join

69

Online

12.2k

Users

17.4k

Topics

155.6k

Posts