Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Support
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • J

      HTTPS Image Deploy
      • JCoal94

      3
      0
      Votes
      3
      Posts
      305
      Views

      T

      It's the standard process for setting up IIS with SSL. You need to assign a certificate to the sites in inetmgr, then update your com server url to use https url and port.

    • J

      I cannot connect with remotely
      • joliveira

      4
      0
      Votes
      4
      Posts
      321
      Views

      J

      @theopenem_admin said in I cannot connect with remotely:

      Just delete the remotely directory and reinstall it.

      I was able to successfully re-install Remotely after deleting the directory, following the installation instructions, and changing the policy I had in place to "force re-install" temporarily until I forced all devices to check in.

      I appreciate the help. I love this project and still trying to get my school to get the full service.

    • Z

      Is multicast the preferred/recommended way to images multiple computers?
      • Zepperoni

      2
      0
      Votes
      2
      Posts
      247
      Views

      T

      It's up to each user. Most people don't have success with multicast but it's there if you want to try it. It sounds like 25 devices is too much for your network / storage. I would just make it lower, that's the point of the queue. Once it's queued you can walk away.

    • dannyneunan

      Concurrent Images
      • dannyneunan

      2
      0
      Votes
      2
      Posts
      216
      Views

      T

      It's on the com server image settings.

    • D

      I can not see or add any endpoints to a group (Fixed/Closed)
      • deathraymind

      2
      0
      Votes
      2
      Posts
      180
      Views

      D

      @deathraymind Double checked this video to be sure the certificates were installed in the correct place https://youtu.be/v213zRQTOFY?si=_ZMni6fO1dL4U3dm&t=1323 and they werent so i fixed it. The client logs now say this ```2023-09-05 11:53:59,375 INFO [4] ServiceTriggerAction - Checking For Startup Policies
      2023-09-05 11:54:00,032 INFO [4] PolicyRunner - No Policies For Trigger Startup Were Found For This Computer
      2023-09-05 11:54:00,032 INFO [4] ServiceTriggerAction - Check In Time Set To 60
      2023-09-05 11:54:00,032 INFO [4] ServiceTriggerAction - Trigger Action: Startup. Complete.

      And the computer shows as provisioned. I then followed the second video and it now shows in the group.
    • K

      Software List
      • kie7777

      2
      0
      Votes
      2
      Posts
      284
      Views

      T

      Yea, that list only adds things that it finds, never removes. You would need to write your own sql query to accomplish this for the current version.

    • U

      Use Bootable ISO as an image?
      • uglybaby21

      4
      0
      Votes
      4
      Posts
      355
      Views

      T

      It won't automate it for you, but you have full control over the pxe boot menus to boot whatever you want.

    • C

      Remotely appsettings.json changes not enforced
      • cleric

      1
      0
      Votes
      1
      Posts
      142
      Views

      No one has replied

    • J

      Multi-homing for imaging
      • jonsjsbs

      2
      0
      Votes
      2
      Posts
      212
      Views

      T

      You just need to setup a com server on that network, then just delete the com server that was installed on the main server.

    • J

      PXE Boot setup
      • jonsjsbs

      4
      0
      Votes
      4
      Posts
      357
      Views

      J

      @theopenem_admin Perfect. TY.

    • J

      Getting username prompt on WinPE
      • jonsjsbs

      3
      0
      Votes
      3
      Posts
      290
      Views

      J

      @theopenem_admin AH! I didnt even realize that was the account it was looking for. OK, I created a deployment user and was able to log in and the application started. Thanks!

    • E

      [Policy] Could Not Verify Group Policy Deserialization
      • Eruthon

      3
      0
      Votes
      3
      Posts
      256
      Views

      E

      @theopenem_admin Yep, that solved it. Thank you

    • J

      Imaging VMs
      • jonsjsbs

      3
      0
      Votes
      3
      Posts
      240
      Views

      J

      @theopenem_admin Thanks! Not sure why I am having trouble with creating one then. Is there a place in the docs with prerequisites that I missed? I'm getting the "Unknown Error Occurred While Determining Minimum HD Size" error.

    • J

      Unknown Error Occurred While Determining Minimum HD Size Required. Check the Exception Log
      • jonsjsbs

      5
      0
      Votes
      5
      Posts
      381
      Views

      J

      @jonsjsbs IDK. I re-uploaded it and then re-deployed and it seemed to work fine. Thanks!

    • J

      How to inject network drivers in to WIE
      • jonsjsbs

      2
      0
      Votes
      2
      Posts
      218
      Views

      J

      Got it. Figured it out.

    • C

      I can't even seem to purchase support.....
      • cleric

      1
      0
      Votes
      1
      Posts
      159
      Views

      No one has replied

    • E

      [Policy] Login trigger and frequency
      • Eruthon

      1
      1
      Votes
      1
      Posts
      110
      Views

      No one has replied

    • M

      Login / Password and 403
      • MatiIT

      3
      0
      Votes
      3
      Posts
      161
      Views

      M

      Problem solved

    • M

      TOEC agent installation after imaging
      • MatiIT

      4
      0
      Votes
      4
      Posts
      289
      Views

      T

      That's it.

    • S

      PXE Boot and TOEM problems
      pxe boot dhcp proxy • • Samwell9854

      6
      0
      Votes
      6
      Posts
      807
      Views

      S

      For anyone interested, here is a solution (more accurately a workaround) for using different menus with Proxy DHCP depending on BIOS or EFI boot.

      I stumbled on the solution as I was trying to add the command console to ipxe by rebuilding my own. My first build would result in a boot loop where ipxe would ask again for DHCP and load itself back again. ipxe.org has a solution for breaking the infinite loop, and this was the solution to using different menus.

      Here's a little help to get started with rebuilding your own ipxe.efi:
      Go to https://ipxe.org/download, make sure you have the necessary packages listed (gcc, binutils...), clone the repository git clone https://..., and go in the folder ipxe/src.
      WARNING: At first, try to compile it the way it is before making changes, and if you do, don't make too many changes before trying to build it again as your changes will break the build.
      Begin by editting the file config/general.h to enable/disable various features. Note that there are commented lines, and they begin with a variety of #define and #undef. Thus, enabling HTTPS means changing the line #undef DOWNLOAD_PROTO_HTTPS to #define DOWNLOAD_PROTO_HTTPS. As such, uncommenting a line may not be enough to enable the feature, same goes for commenting in a line may not be enough to disable the feature.
      For BIOS boot, you may want to edit config/console.h. See an example here.
      Create a file init.ipxe and add the following content:

      #!ipxe dhcp chain proxy/efi64/pxelinux.cfg/default.ipxe

      In true TOEM fashion, this should run the proper file which contains the menu for EFI64 boot. You may technically do anything you want here.
      Finally, compile the ipxe file with the command make -j4 bin-x86_64-efi/ipxe.efi EMBED=init.ipxe, and this is the resulting file bin-x86_64-efi/ipxe.efi.