Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Veyon Community Forum

  1. Home
  2. Help & Troubleshooting
  3. Help importing locations & Computers

Help importing locations & Computers

Scheduled Pinned Locked Moved Help & Troubleshooting
3 Posts 3 Posters 132 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    neilky
    wrote on last edited by
    #1

    Can someone help me write a command line that would import the location and data below?

    Importme.csv

    Location Computer name Hostname User
    Conference1 Computer1 10.23.15.1 Username1
    Conference1 Computer2 10.23.15.2 Username3
    Conference1 Computer3 10.23.15.3 Username3
    Conference1 Computer4 10.23.15.4 Username3
    Conference1 Computer5 10.23.15.5 Username3
    Conference1 Computer6 10.23.15.6 Username3
    Conference1 Computer7 10.23.15.7 Username3
    Conference1 Computer8 10.23.15.8 Username3
    Conference1 Computer9 10.23.15.9 Username3
    Conference1 Computer10 10.23.15.10 Username1
    Main1 Computer11 10.23.15.11 Username1
    Main2 Computer12 10.23.15.12 Username1
    Main4 Computer13 10.23.15.13 Username1
    Main3 Computer14 10.23.15.14 Username1
    Conference2 Computer15 10.23.15.15 Username1
    Conference2 Computer16 10.23.15.16 Username1
    Conference2 Computer17 10.23.15.17 Username2
    Conference2 Computer18 10.23.15.18 Username2
    Conference2 Computer19 10.23.15.19 Username2
    Conference2 Computer20 10.23.15.20 Username2

    veyon-cli networkobjects import importme.csv format "%location%,%name%;%host%;%user%"

    1 Reply Last reply
    0
    • C Offline
      C Offline
      casperyc
      wrote on last edited by
      #2

      It's weird that there is no documentation in this case, as it should be a standard feature for such application...

      1 Reply Last reply
      0
      • root0R Offline
        root0R Offline
        root0
        wrote on last edited by
        #3
        Valid variables are %type%, %name%, %host%, %mac% and %location%. Various examples are given in the command help (veyon-cli networkobjects help import).
        

        from docs..

        1. Construct each line as following - do not include header, do not separate with spaces
        Computer15;10.23.15.15;"Conference2"
        

        note the quotes
        2. Go to "C:\Program Files\Veyon" open cmd in this folder
        command:

        veyon-cli networkobjects import "FULL PATH TO CSV FILE HERE" format "%name%;%host%;\"%location%\""
        
        1. You should see [OK] on the command line
        2. Read the docs for better understanding
        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        Powered by NodeBB | Contributors
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups