ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    how to push 3rd party software updates to domain clients?

    IT Discussion
    14
    33
    1.2k
    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.
    • R
      registry2021
      last edited by

      Is there a way to push firefox and java updates to domain member computers? We used WSUS to push windows updates to clients but is there a way to push other 3rd party software updates w/out updating them one by one?

      gjacobseG 1 Reply Last reply Reply Quote 0
      • gjacobseG
        gjacobse @registry2021
        last edited by

        @registry2021
        You can via GPO.

        R 1 Reply Last reply Reply Quote 0
        • R
          registry2021 @gjacobse
          last edited by

          @gjacobse said in how to push 3rd party software updates to domain clients?:

          @registry2021
          You can via GPO.

          I read pushing software via gpo is a pain. is there another way?

          black3dynamiteB pmonchoP 2 Replies Last reply Reply Quote 0
          • black3dynamiteB
            black3dynamite @registry2021
            last edited by

            @registry2021 said in how to push 3rd party software updates to domain clients?:

            @gjacobse said in how to push 3rd party software updates to domain clients?:

            @registry2021
            You can via GPO.

            I read pushing software via gpo is a pain. is there another way?

            You can use tools like PDQ Deploy to deploy software/updates.

            R 1 Reply Last reply Reply Quote 1
            • R
              registry2021 @black3dynamite
              last edited by

              @black3dynamite is there a freeware version of PDQ?

              DustinB3403D 1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403 @registry2021
                last edited by

                @registry2021 yes, but the free version is quite limited.

                1 Reply Last reply Reply Quote 0
                • DustinB3403D
                  DustinB3403
                  last edited by

                  Using something like Salt or Ansible is another option

                  1 Reply Last reply Reply Quote 1
                  • J
                    JasGot
                    last edited by

                    We use Ninite pro.

                    https://ninite.com/pro

                    1 Reply Last reply Reply Quote 0
                    • travisdh1T
                      travisdh1
                      last edited by

                      I prefer to use Chocolatey.

                      Salt and Ansible are good options as well, as @DustinB3403 already mentioned.

                      black3dynamiteB 1 Reply Last reply Reply Quote 2
                      • gjacobseG
                        gjacobse
                        last edited by

                        I’d go choco. Ninite requires rebuilding the installer (last time I used it) ever time you add/update/remove an application .

                        Choco is much easier, @JaredBusch uses it if I recall.

                        travisdh1T 1 Reply Last reply Reply Quote 0
                        • travisdh1T
                          travisdh1 @gjacobse
                          last edited by

                          @gjacobse said in how to push 3rd party software updates to domain clients?:

                          I’d go choco. Ninite requires rebuilding the installer (last time I used it) ever time you add/update/remove an application .

                          Choco is much easier, @JaredBusch uses it if I recall.

                          It's included in our RMM now (Atera). Really nice when you have someone calling asking for software and can say, "It's now installed, look at your start menu" without missing a beat on the phone.

                          1 Reply Last reply Reply Quote 1
                          • black3dynamiteB
                            black3dynamite @travisdh1
                            last edited by

                            @travisdh1 said in how to push 3rd party software updates to domain clients?:

                            I prefer to use Chocolatey.

                            Salt and Ansible are good options as well, as @DustinB3403 already mentioned.

                            You can actually use use salt and ansible to manage chocolatey, which is cool.

                            1 Reply Last reply Reply Quote 2
                            • F
                              flaxking
                              last edited by flaxking

                              You can add third party updates with WSUS, but it's more of a manual process to add them than using chocolatey

                              1 Reply Last reply Reply Quote 0
                              • pmonchoP
                                pmoncho @registry2021
                                last edited by

                                @registry2021 said in how to push 3rd party software updates to domain clients?:

                                @gjacobse said in how to push 3rd party software updates to domain clients?:

                                @registry2021
                                You can via GPO.

                                I read pushing software via gpo is a pain. is there another way?

                                Definitely look into Chocolatey as others have suggested and only use GPO's with MSI if required. I recently moved over to Chocolatey (based on suggestions here) and am very happy I did.

                                1 Reply Last reply Reply Quote 0
                                • jclambertJ
                                  jclambert
                                  last edited by

                                  Chocolately and PDQ are both very easy to utilize.

                                  R 1 Reply Last reply Reply Quote 0
                                  • R
                                    registry2021 @jclambert
                                    last edited by

                                    @jclambert said in how to push 3rd party software updates to domain clients?:

                                    Chocolately and PDQ are both very easy to utilize.

                                    I'll be using this on domain environment and hoping I can update the workstations remotely. is it possible and which one suits best?

                                    DustinB3403D 1 Reply Last reply Reply Quote 0
                                    • DustinB3403D
                                      DustinB3403 @registry2021
                                      last edited by

                                      @registry2021 said in how to push 3rd party software updates to domain clients?:

                                      I'll be using this on domain environment and hoping I can update the workstations remotely. is it possible and which one suits best?

                                      Both can be used in a domain, the question is completely dependent on what you're willing to setup.

                                      PDQ Deploy is likely the easiest to "use" if you don't want to setup anything and you just want a GUI to push packages from a Windows desktop environment.

                                      1 Reply Last reply Reply Quote 0
                                      • DustinB3403D
                                        DustinB3403
                                        last edited by

                                        Chocolatey is very likely the most flexible solution, but would require some setup on your part to get it going throughout the domain.

                                        1 Reply Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender
                                          last edited by

                                          Chocolately - I use the their package choco-upgrade-all-at-start. This will schedule choco to upgrade at every reboot.

                                          There's another package choco-upgrade-all-at that defaults to 4 AM update daily.

                                          DustinB3403D JaredBuschJ scottalanmillerS 3 Replies Last reply Reply Quote 1
                                          • DustinB3403D
                                            DustinB3403 @Dashrender
                                            last edited by

                                            @Dashrender said in how to push 3rd party software updates to domain clients?:

                                            Chocolately - I use the their package choco-upgrade-all-at-start. This will schedule choco to upgrade at every reboot.

                                            There's another package choco-upgrade-all-at that defaults to 4 AM update daily.

                                            /Me screws over @Dashrender because I never reboot my computer. "What closing the lid doesn't count as rebooting?"

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