• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Snap-in ID Numbers

    Scheduled Pinned Locked Moved
    General
    2
    4
    856
    Loading More Posts
    • 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.
    • adukes40A
      adukes40
      last edited by

      Is there a way to have a report of all the snap-in ID numbers? They don’t show up during the export.

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        You can get it manually from MySQL through CLI.

        mysql
        use fog
        select sID, sName from snapins;
        

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        adukes40A 1 Reply Last reply Reply Quote 1
        • adukes40A
          adukes40 @Wayne Workman
          last edited by adukes40

          @Wayne-Workman Works nicely.

          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
          • Wayne WorkmanW
            Wayne Workman @adukes40
            last edited by

            @adukes40

            select sID, sName from snapins INTO OUTFILE '/root/Snapins.txt';

            Something like that.

            Reference: http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            114

            Online

            12.1k

            Users

            17.3k

            Topics

            155.3k

            Posts
            Copyright © 2012-2024 FOG Project