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

snapin and batch script

Scheduled Pinned Locked Moved Unsolved
FOG Problems
6
54
20.1k
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.
  • P
    plegrand @plegrand
    last edited by May 17, 2017, 8:54 AM

    @plegrand
    It seams that i have to create the zip file on windows , on linux i have this error.
    After that the snapin pack is launched but i think it’s waiting interaction with user and even i use psexec the script is launch by system. Then it doesn’t works.
    I have to find an other solution

    1 Reply Last reply Reply Quote 0
    • Q
      Quazz Moderator
      last edited by Quazz May 17, 2017, 3:16 AM May 17, 2017, 9:04 AM

      Psexec needs the EULA to be accepted on first use (I’m guessing per user basis even)

      So add -accepteula maybe.

      edit: But given you only to execute commands on the local system as a different user, runas is likely the easier/better tool for the job.

      edit2: Just remembered you can’t pipe passwords to it, nvm

      P 1 Reply Last reply May 17, 2017, 9:10 AM Reply Quote 0
      • P
        plegrand @Quazz
        last edited by May 17, 2017, 9:10 AM

        @Quazz
        I think the problem is that snapin is launched as SYSTEM user, then even i use psexec or runas to run command as local user, snapin is launched as SYSTEM and then it does not works. I try with -accepteula but …

        P W 2 Replies Last reply May 17, 2017, 9:15 AM Reply Quote 0
        • P
          plegrand @plegrand
          last edited by plegrand May 17, 2017, 3:15 AM May 17, 2017, 9:15 AM

          @Avaryan @Tom-Elliott @Quazz @Wayne-Workman
          May be someone know a solution to launch remote command on mulitple computers without GPO’s ?

          G W 2 Replies Last reply May 17, 2017, 9:56 AM Reply Quote 0
          • G
            george1421 Moderator @plegrand
            last edited by May 17, 2017, 9:56 AM

            @plegrand PDQ Deploy?? https://www.pdq.com/pdq-deploy/

            We use this tool instead of FOG Snapins to deploy applications in our offices. They have a free version that should do what you need, but the paid for version is reasonable in cost and well worth the price because of the additional functionality.

            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!

            1 Reply Last reply Reply Quote 1
            • A
              Avaryan
              last edited by May 17, 2017, 11:12 AM

              So, the overall objective here, is it just to get Windows updated? Does it have it be offline using wsusoffline?

              There are PowerShell modules for Windows Update that may be able to trigger updates.

              1 Reply Last reply Reply Quote 0
              • W
                Wayne Workman @plegrand
                last edited by May 17, 2017, 1:12 PM

                @plegrand said in snapin and batch script:

                I think the problem is that snapin is launched as SYSTEM user

                This is not a problem, this is by design. Not only is it by design in the FOG Client, it is by design from Microsoft. This is how deployments are made safe, anything less is a breach of security.

                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/

                P 1 Reply Last reply May 18, 2017, 12:48 PM Reply Quote 0
                • W
                  Wayne Workman @plegrand
                  last edited by May 17, 2017, 1:12 PM

                  @plegrand said in snapin and batch script:

                  @Avaryan @Tom-Elliott @Quazz @Wayne-Workman
                  May be someone know a solution to launch remote command on mulitple computers without GPO’s ?

                  I already said it, Systems Manager from Amazon Web Services.

                  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/

                  P 1 Reply Last reply May 18, 2017, 12:48 PM Reply Quote 1
                  • P
                    plegrand @Wayne Workman
                    last edited by May 18, 2017, 12:48 PM

                    @Wayne-Workman I understand that

                    1 Reply Last reply Reply Quote 0
                    • P
                      plegrand @Wayne Workman
                      last edited by May 18, 2017, 12:48 PM

                      @Wayne-Workman Not sure i want to use Amazon service

                      1 Reply Last reply Reply Quote 0
                      • P
                        plegrand @plegrand
                        last edited by plegrand May 19, 2017, 8:15 AM May 19, 2017, 9:24 AM

                        @Wayne-Workman @Avaryan @george1421 @Quazz @Tom-Elliott

                        Just for information :

                        I found this tool :
                        https://github.com/CoreSecurity/impacket/tree/impacket_0_9_13

                        There is this script inside : “psexec.py”

                        The package exist for debian : Package python-impacket
                        psexec.py works fine from the linux command line (very long command line 😉 )

                        And i think i will be able to use it on several remote windows computers with tmux.

                        W 1 Reply Last reply May 19, 2017, 11:09 PM Reply Quote 0
                        • W
                          Wayne Workman @plegrand
                          last edited by Wayne Workman May 19, 2017, 5:10 PM May 19, 2017, 11:09 PM

                          @plegrand psexec already has the ability to send commands to remote machines, I’m not sure why you would try to make psexec commands into fog snapins.

                          This whole thread seems really over-complicated.

                          Why not just bake-in some run-once functionality into your image? Windows already does this natively via the registry. Doing it for Linux images is trivial because SystemD is amazing.

                          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
                          • 2
                          • 3
                          • 3 / 3
                          3 / 3
                          • First post
                            52/54
                            Last post

                          159

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project