Navigation

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

      Can't upload module
      • hodgesc

      2
      0
      Votes
      2
      Posts
      193
      Views

      H

      Well, I was able to figure this out myself. I had to add a CORS module to IIS10 and configure that in the TOEMS-API web.config.

    • C

      LDAP Sync Issue
      • CaptainFrank

      2
      0
      Votes
      2
      Posts
      202
      Views

      C

      Sorted it myself in the end.

      Never reallt dealt with LDAP before, so when I ran dsquery to get the info I needed for the LDAP settings, I`d also copied the CN=USERS part.

      I was staring at the settings and wondered if that meant it was only searching within Users in the AD, so I removed it, the test was still succesfull, so then I re-ran the Sync, which was also successfull but now I can see computers and my AD structure.

      Frank.

    • J

      Toec not reporting on Win 11
      • JCoal94

      1
      0
      Votes
      1
      Posts
      205
      Views

      No one has replied

    • G

      Non-working shortcut when created via Toec
      • Gunnie

      4
      0
      Votes
      4
      Posts
      600
      Views

      G

      @theopenem_admin said in Non-working shortcut when created via Toec:

      I suspect that wscript.shell needs a user context instead of service.

      Interesting enough, the following works fine in Toec to create a Chrome shortcut pointing to a specific web site.

      $shell = New-Object -comObject WScript.Shell
      $shortcut = $shell.CreateShortcut("C:\Users\Public\Desktop\ETA Test Site - Chrome.lnk")
      $shortcut.TargetPath = "C:\Program Files\Google\Chrome\Application\chrome.exe"
      $shortcut.Arguments = "https://www.eta-i.org"
      #$shortcut.WorkingDirectory = ""
      $shortcut.Save()

    • R

      File copy driver for WIE upload location
      • randybow

      5
      0
      Votes
      5
      Posts
      525
      Views

      T

      As far as I know, File Copy Modules do not act on the WIE. They describe files that the WIE should add to a computer when imaging it. If "Is Driver" is enabled, it will then use DISM to install the files on the newly imaged computer.

      If you want the WIE to add drivers to a computer as part of imaging it, you configure that at Images -> {specific image} -> Image Profiles -> {specific profile} -> File Copy

    • T

      Trouble booting LIE kernel on Meteor Lake laptop
      • TylerLoch

      2
      0
      Votes
      2
      Posts
      390
      Views

      C

      @tylerloch Possible it could be related to Dell's SafeBIOS:

      Rather than storing BIOS and Firmware information on the hardware itself, which is susceptible to corruption, Dell SafeBIOS delivers an off-host BIOS and Intel ME verification capability.

      https://www.delltechnologies.com/asset/en-us/products/security/technical-support/dell-safebios-datasheet.pdf

    • K

      Policy File Caching
      • kie7777

      3
      0
      Votes
      3
      Posts
      369
      Views

      K

      @theopenem_admin No problem - thanks for the response!

    • T

      Updated 1.4.4 to 1.5.6
      • txiong

      2
      0
      Votes
      2
      Posts
      217
      Views

      T

      @txiong
      Please disregard post.
      Solution was either reviewing and saving (no changes) all my com server setting and/or binding toems-api and toems-ui to use 'All Unassigned' . Wasn't sure if the initial config had the binding to 'All Unassigned', but its now working.

    • S

      Policy: Run a module if process X is not running?
      • SoWhy

      2
      0
      Votes
      2
      Posts
      301
      Views

      S

      Okay, I figured it out by reading the manual for another, unrelated module. For those who struggle with the same problem:

      Create a script module with the content

      if (! (Get-Process X)) { Exit -1 }

      where "X" is the name of the process. You can use * as a wildcard, e.g. X* will match any process whose name starts with "X". Set the "Success Codes" value to "-1" and toggle "Use As Condition". Save the module with some name you can remember, e.g. "Check if X is running"

      Now, when creating a policy, you can use this module as a condition in the "Conditions" tab and it will only run if the process is not running.

    • R

      Overnight Login and database issue
      • rgrigg

      7
      0
      Votes
      7
      Posts
      300
      Views

      R

      @theopenem_admin Problem Resolved Thank you. AT least this is here now for others to see if needed!

    • C

      LIE with no compression broken?
      • cocoon

      1
      0
      Votes
      1
      Posts
      126
      Views

      No one has replied

    • C

      lie_upload hang at gdisk
      • cocoon

      1
      0
      Votes
      1
      Posts
      181
      Views

      No one has replied

    • C

      Error in deploy image via TOEC
      • Cyrano

      1
      0
      Votes
      1
      Posts
      149
      Views

      No one has replied

    • M

      Unkown error occurred while dertermining minimum hd size required.
      • mardedude

      2
      0
      Votes
      2
      Posts
      199
      Views

      C

      @mardedude

      Same issue hier.
      I have also post it at the forum.
      link forum post

    • R

      Could not contact API
      • robtorr289

      1
      0
      Votes
      1
      Posts
      152
      Views

      No one has replied

    • C

      Change iPXE Menu / Picture
      • Cyrano

      1
      0
      Votes
      1
      Posts
      174
      Views

      No one has replied

    • I

      Using “default” File Instead of “default.ipxe” in tftpboot/pxelinux.cfg
      • ImMau22

      1
      0
      Votes
      1
      Posts
      148
      Views

      No one has replied

    • D

      Issue uploading via WIE USB
      • davmedei

      3
      0
      Votes
      3
      Posts
      258
      Views

      D

      @tmowdy Yes, I've confirmed the information is correct. I think the cause of this is the image file was too large. Switching to SMB resolves this for me.

    • C

      Problem with Toec Client export
      • Chavi

      18
      0
      Votes
      18
      Posts
      1391
      Views

      C

      @chavi Thank you Chavi for your reply.
      I successfully installed my config on my new server.
      The problem was the mysql export.

    • D

      LIE Bootclient not working on Latitude 5550
      • dbenitez

      1
      0
      Votes
      1
      Posts
      156
      Views

      No one has replied