• changing fog client server address

    Unsolved
    3
    0 Votes
    3 Posts
    3k Views
    J

    @Scott-B the address is stored in the settings.json file, as long as the new address its being pointed to has the same certificates (if its the same server then all is good).

    I’m not sure how well this would work, but you could try using a snapin, that changes the files, and reboots the machine. I’d suggest trying it on one machine first and see how it goes.

  • Snapin Powershell 32/64 bit issue?

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Wayne WorkmanW

    @tywyn the largest difference is that SYSTEM is not allowed (by design) any interaction with the user or userspace at all. This probably also means the user’s account too. This is Microsoft’s design, not ours - and they went that route for security reasons.

    When developing snapins, if your snapin will work manually but not as a fog snapin (and you’re sure you deployed the snapin correctly), you can normally assume the problem is because of the above.

    Try what @Avaryan posted.

  • Can I join a pc to the domain using fog but not using a fog image

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @Obsidian said:

    Do I need the fog agent installed or just to register it with the fog server?

    As Avaryan said, there is no need to install the client for registering. Though it can make it easier. Clients should come up as pending hosts in the FOG web interface if you have the fog-client installed on the machines. But for domain joining (and host renaming) you need to install the fog-client anyway.

  • WIM files and FOG

    Solved
    43
    0 Votes
    43 Posts
    14k Views
    D

    @sebastian-roth Hello yes you can mark this as solved! I also want to point out that @george1421 has been great help with my troubles with getting Fog to work. He went above and beyond to help me get sorted. Really appreciate the hard work you all are doing! Thank you once again and happy holidays!

  • "no boot device available" error after imaging Dell 960

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    I think @george1421 is right, it really seems like a uefi image was deployed to a bios system.

  • printer installs for only one user account

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    Wayne WorkmanW

    @scott-b
    These are interesting:

    11/29/2017 11:19 AM PrinterManager Adding printers 11/29/2017 11:19 AM PrinterManager CutePDF Writer already exists 11/29/2017 11:19 AM Printer Adding: \\printerservername\Kyocera 11/29/2017 11:19 AM PrinterManager PrintUI return code = 0 11/29/2017 11:19 AM Printer Adding: \\printerservername\Xerox 11/29/2017 11:19 AM PrinterManager PrintUI return code = 0 11/29/2017 11:19 AM Printer Adding: \\printerservername\Xerox Color

    Because the first one says ‘already exists’ but we don’t see the same message on the others, meaning they were not there already. This is strange. Asking @Joe-Schmitt to look at it.

  • Trouble executing PowerShell script through Fog

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    O

    Thanks @Avaryan and @Wayne-Workman. What you’ve mentioned about Fog running scripts as the System user and it not running for all users is correct. I’m going to have to go about what I wanted to do a different way but there was no issue with Fog or anything, thanks again.

  • 0 Votes
    6 Posts
    2k Views
    M

    @george1421 Thanks George, using net start seems to work.
    @Scott-B The fogclient is included in the Image as this is the way I do it in my Win7-Images without problems.
    As for now I’m fine with George’s solution, but I keep your tip in mind if other problems may show up.

  • windows could not complete the installation

    Solved
    24
    0 Votes
    24 Posts
    12k Views
    george1421G

    @bc601 There is a section in the FOG Client page on the wiki that talks about what needs to be done if you install the fog client before you sysprep it here: https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#FOG_Client_with_Sysprep
    Or you can install the fog client post imaging using the msi and the setupcomplete.cmd file. Two ways to go about it to get the same results.

  • boot into windows failure after deployed image

    18
    0 Votes
    18 Posts
    5k Views
    B

    @wayne-workman

    Yes I did not activate the sysprep application. Once I activated it and recaptured the image. The problem was resolved.

  • Capture Windows Image with "read only" option

    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    There’s also the more solid way by making the image folder to be read only an immutable.

    chattr +i <Filename/folder>

  • Issues with Windows Boot Manager

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    B

    @lee-rowlett I only have one in my list, but it is causing all my problems. I’m still given the option to boot from the hard drive that WBM is pointing too, but it doesn’t boot and kicks me back to the BIOS configuration (no errors given).

  • Win 10 driver installs are intermittent

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    sudburrS

    Glad it helped.

    dpinst.exe was last included with the Microsoft Windows Driver Kit 10.0.10586.0 (v1507) build 10.0.26639.

    To install:

    wdksetup.exe /quiet /features OptionId.WindowsDriverKitComplete

    Then find the dpinst.exe files here:

    C:\Program Files (x86)\Windows Kits\10\redist\DIFx\dpinst\EngMui\x64\dpinst.exe C:\Program Files (x86)\Windows Kits\10\redist\DIFx\dpinst\EngMui\x86\dpinst.exe
  • Issue with User accounts Optiplex 7050

    Unsolved
    14
    0 Votes
    14 Posts
    3k Views
    S

    @weaponode Do you still have that issue?

  • Coexistence of UEFI and Legacy - Troubleshooting help

    Solved
    24
    0 Votes
    24 Posts
    10k Views
    T

    Already enabled and works like a charm. 🙂

    Can be closed, thx for helping out.

  • PXE connection Using Windows 2008 as DHCP Server

    Solved
    38
    0 Votes
    38 Posts
    15k Views
    george1421G

    @techadmin There is a wiki page that covers this: https://wiki.fogproject.org/wiki/index.php?title=Multicasting

    The other thing is your networking infrastructure. If all of your target machines are on the same subnet as your FOG server, then you are good to go. If they are on different subnets then you need to get with your infrastructure team and discuss setting up a multicast router or allowing multicasts to traverse your subnets. This is not something specific to FOG, but rather multicast data paths.

  • No resizing whilst capturing latest DELL Laptops

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    THEMCVT

    @gob Great, glad I could help. 🙂

  • Joining to Domain

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    AvaryanA

    @tom-elliott said in Joining to Domain:

    First, disconnect the domain.
    Second, install FOG Client.
    Third, configure the host/s with the AD Joining Information in the GUI.

    Only needed if sysprepping.

    Fourth, disable the auto startup of the client.
    Fifth, sysprep the machine with shutdown

    Done sysprep.

    Sixth, create capture task.
    Seventh, restart/power on machine.

    If doing SysPrep, don’t forget to add something to your SetupComplete.cmd to turn the FOG client back on!

  • Driver Issues With Dell Latitude 7280 - No Bootable Devices

    Solved
    38
    0 Votes
    38 Posts
    21k Views
    RobTitian16R

    @george1421 It all uploaded perfectly fine the other day - thanks 🙂

  • Windows boots as if new

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    M

    @taspharel @Avaryan

    Thanks guys, collectively this helped me achieve what I was trying to accomplish.

    Appreciate your assistance

114

Online

12.3k

Users

17.4k

Topics

155.6k

Posts