Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Recent
    Log in to post
    • All categories
    • Announcements
    • Support
    • Feature Requests / Feedback
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • T

      Updated 1.4.4 to 1.5.6
      Support • • txiong

      2
      0
      Votes
      2
      Posts
      229
      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.

    • K

      Policy File Caching
      Support • • kie7777

      3
      0
      Votes
      3
      Posts
      392
      Views

      K

      @theopenem_admin No problem - thanks for the response!

    • T

      Trouble booting LIE kernel on Meteor Lake laptop
      Support • • TylerLoch

      2
      0
      Votes
      2
      Posts
      421
      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

    • R

      File copy driver for WIE upload location
      Support • • randybow

      5
      0
      Votes
      5
      Posts
      558
      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

    • G

      Non-working shortcut when created via Toec
      Support • • Gunnie

      4
      0
      Votes
      4
      Posts
      628
      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()

    • E

      Message Module Enhancement - policy run dialog box
      Feature Requests / Feedback • • Eruthon

      1
      0
      Votes
      1
      Posts
      254
      Views

      No one has replied

    • J

      Toec not reporting on Win 11
      Support • • JCoal94

      1
      0
      Votes
      1
      Posts
      216
      Views

      No one has replied

    • E

      Web notification system
      Feature Requests / Feedback • • Eruthon

      2
      0
      Votes
      2
      Posts
      577
      Views

      A

      Yes please. This would help so much. The dashboard for the openem is so empty. No charts or events or data besides how many computers there is.

    • A

      PAM
      Feature Requests / Feedback • • AdminHG

      1
      0
      Votes
      1
      Posts
      248
      Views

      No one has replied

    • C

      LDAP Sync Issue
      Support • • CaptainFrank

      2
      0
      Votes
      2
      Posts
      215
      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.

    • R

      Ivanti DSM End of Life
      Feature Requests / Feedback • • RaMeg

      1
      0
      Votes
      1
      Posts
      196
      Views

      No one has replied

    • H

      Can't upload module
      Support • • hodgesc

      2
      0
      Votes
      2
      Posts
      212
      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.

    • P

      Imaging devices that have both Emmc & NVME drives
      Support • • Paddymccdrc

      2
      0
      Votes
      2
      Posts
      362
      Views

      P

      @paddymccdrc

    • J

      WIE: Wim Imaging is slow, FFU much faster
      Support • • jithinpsk

      1
      0
      Votes
      1
      Posts
      245
      Views

      No one has replied

    • S

      LDAP Sync but now user ad found
      Support • • sdel44

      1
      0
      Votes
      1
      Posts
      187
      Views

      No one has replied

    • T

      Correction on Installation/Configuration Procedures
      Feature Requests / Feedback • • TCDeploy

      1
      0
      Votes
      1
      Posts
      169
      Views

      No one has replied

    • M

      Software Inventory
      Feature Requests / Feedback • • maydayclutter

      1
      0
      Votes
      1
      Posts
      322
      Views

      No one has replied

    • S

      script powershell runas acount admin problem
      Support • • sdel44

      7
      0
      Votes
      7
      Posts
      618
      Views

      S

      i try and is ok thank you for your reply

    • M

      1.5.6 detected as virus
      Support • • mzprays

      2
      0
      Votes
      2
      Posts
      538
      Views

      T

      It's correct. There is no virus. It's because Toec can elevate and impersonate users but obviously that's intentional. It's used for the new Winget functionality. The virus scanner is complaining about this file.

      https://github.com/jdolny/Toec/blob/master/Toec-Services/ServiceRunAs.cs

    • E

      Adding support for WinGet
      Feature Requests / Feedback • • Eruthon

      16
      0
      Votes
      16
      Posts
      1520
      Views

      E

      @theopenem_admin Yeah i get that, but I found a program, which installs only without specifying any scope in the command. I guess it's a problem of the package maintainer, but it's better to have us as system admins specify, which scope we wish to apply from e.g. a drop-down menu in the winget module.