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

    Software restriction policy on Workgroup network ?

    Scheduled Pinned Locked Moved Solved IT Discussion
    65 Posts 5 Posters 2.9k Views
    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.
    • scottalanmillerS
      scottalanmiller @openit
      last edited by

      @openit said in Software restriction policy on Workgroup network ?:

      Also, just wondering to know, once we setup SRP, what impact will be while installing legitimate software ? (here we have given users a standard account and separate administrator account for admin to install something)

      No legitimate business software expects or requires an administration account. If it does, it's a total joke and has no place in a business environment.

      JaredBuschJ DashrenderD 2 Replies Last reply Reply Quote 0
      • openitO
        openit @scottalanmiller
        last edited by

        @scottalanmiller said in Software restriction policy on Workgroup network ?:

        @openit said in Software restriction policy on Workgroup network ?:

        I think, both Ansible and Salt are commercial products to do things easily, but it adds cost.

        No, both are completely free. Both also offer commercial support, but you don't need this at all.

        That's great. So I need to setup Salt/Ansible as a server and install agents on all Windows PCs and push/control with Salt/Ansible server ?

        Whether these Salt/Ansible servers are available for Windows and/or Linux ?

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @openit
          last edited by

          @openit said in Software restriction policy on Workgroup network ?:

          Now if I use Power Shell (local or remote), I need to google for code/script and run....

          No different than when using GPO. If you don't know how to do the task, you have to look it up. It's not different in that way with PowerShell.

          1 Reply Last reply Reply Quote 1
          • openitO
            openit @scottalanmiller
            last edited by

            @scottalanmiller said in Software restriction policy on Workgroup network ?:

            @openit said in Software restriction policy on Workgroup network ?:

            The actual reason why our all pcs not under domain is, "some PC OSes are Home Editions". And I was not willing to bring half pcs to domain and leave remaining under Workgroup, until we buy Pro Versions.

            Then you are in a good position to seriously consider never having a domain.

            This made me feel Happy !

            I always felt bad, when I was not able to do easily due to lack of Domain.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @openit
              last edited by

              @openit said in Software restriction policy on Workgroup network ?:

              Whether these Salt/Ansible servers are available for Windows and/or Linux ?

              You definitely want them on Linux, not Windows. Don't start adding huge (and I really mean huge) costs of Windows just to run some normal software, that would be crazy. You'd need Windows server licensing and CALs for all users just to run Salt. That's a thousand dollars or more rather than 100% free. And it uses fewer resources and is more standard on Linux. My Linux install guide is like two commands to fully set up Salt on Linux, it's that simple. Would be much harder on Windows and no value to it.

              openitO 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @openit
                last edited by

                @openit said in Software restriction policy on Workgroup network ?:

                @scottalanmiller said in Software restriction policy on Workgroup network ?:

                @openit said in Software restriction policy on Workgroup network ?:

                The actual reason why our all pcs not under domain is, "some PC OSes are Home Editions". And I was not willing to bring half pcs to domain and leave remaining under Workgroup, until we buy Pro Versions.

                Then you are in a good position to seriously consider never having a domain.

                This made me feel Happy !

                I always felt bad, when I was not able to do easily due to lack of Domain.

                Domains are the panacea that people think that they are. Microsoft's marketing has been very powerful in the SMB. AD Domains are certainly nice and powerful and well integrated into Windows, but we don't use them at NTG for a reason - too much work, too little benefit. We had it and we own the licensing for it, but we removed it and are happier without it. I've worked in companies with hundreds of people not on domains and it worked great. There are lots of cases where they just don't make sense.

                openitO 1 Reply Last reply Reply Quote 0
                • openitO
                  openit @scottalanmiller
                  last edited by

                  @scottalanmiller said in Software restriction policy on Workgroup network ?:

                  @openit said in Software restriction policy on Workgroup network ?:

                  The actual reason why our all pcs not under domain is, "some PC OSes are Home Editions". And I was not willing to bring half pcs to domain and leave remaining under Workgroup, until we buy Pro Versions.

                  Then you are in a good position to seriously consider never having a domain. Domains can be great, they can also be expensive and are very hard to remove once you implement them. If you look at tools like Salt, you can pretty easily go with a free alternative that is vastly more powerful (in most ways) than a domain while not locking you into anything.

                  Or if you feel a domain is required, you can do it from the start using Linux and never become encumbered by the enormous "Windows tax".

                  Is Salt/Ansible are alternative kind of software for PDQ Deploy ?

                  Because I tried to use PDQ Deploy Free, I wondered it was asking for Domain Credentials to setup, so I left it.

                  scottalanmillerS DashrenderD 2 Replies Last reply Reply Quote 0
                  • openitO
                    openit @scottalanmiller
                    last edited by

                    @scottalanmiller said in Software restriction policy on Workgroup network ?:

                    @openit said in Software restriction policy on Workgroup network ?:

                    I was expecting of some app to do it easily or configuring in one pc and importing if it's possible.

                    That's why I told you about Salt.

                    Ok great. I will have a look.

                    1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @openit
                      last edited by

                      @openit said in Software restriction policy on Workgroup network ?:

                      Is Salt/Ansible are alternative kind of software for PDQ Deploy ?

                      Because I tried to use PDQ Deploy Free, I wondered it was asking for Domain Credentials to setup, so I left it.

                      Um, sort of. PDQ Deploy is a very simple (but really good) software deployment tool. Salt and Ansible (along with Chef, Puppet, cfEngine and others) are full DevOps style Change Management State Machines. With Salt, as an example, you could manage your servers and never log into a server (or desktop) ever again. Just "define its state" in Salt and let Salt do all of the work. You can do "anything" from Salt.

                      openitO 1 Reply Last reply Reply Quote 0
                      • openitO
                        openit @scottalanmiller
                        last edited by

                        @scottalanmiller said in Software restriction policy on Workgroup network ?:

                        @openit said in Software restriction policy on Workgroup network ?:

                        Is Salt/Ansible are alternative kind of software for PDQ Deploy ?

                        Because I tried to use PDQ Deploy Free, I wondered it was asking for Domain Credentials to setup, so I left it.

                        Um, sort of. PDQ Deploy is a very simple (but really good) software deployment tool. Salt and Ansible (along with Chef, Puppet, cfEngine and others) are full DevOps style Change Management State Machines. With Salt, as an example, you could manage your servers and never log into a server (or desktop) ever again. Just "define its state" in Salt and let Salt do all of the work. You can do "anything" from Salt.

                        This reminds me following article I have read it years ago 🙂

                        12 reasons why every linux system admin should be lazy

                        1 Reply Last reply Reply Quote 1
                        • openitO
                          openit @scottalanmiller
                          last edited by

                          @scottalanmiller said in Software restriction policy on Workgroup network ?:

                          @openit said in Software restriction policy on Workgroup network ?:

                          @scottalanmiller said in Software restriction policy on Workgroup network ?:

                          @openit said in Software restriction policy on Workgroup network ?:

                          The actual reason why our all pcs not under domain is, "some PC OSes are Home Editions". And I was not willing to bring half pcs to domain and leave remaining under Workgroup, until we buy Pro Versions.

                          Then you are in a good position to seriously consider never having a domain.

                          This made me feel Happy !

                          I always felt bad, when I was not able to do easily due to lack of Domain.

                          Domains are the panacea that people think that they are. Microsoft's marketing has been very powerful in the SMB. AD Domains are certainly nice and powerful and well integrated into Windows, but we don't use them at NTG for a reason - too much work, too little benefit. We had it and we own the licensing for it, but we removed it and are happier without it. I've worked in companies with hundreds of people not on domains and it worked great. There are lots of cases where they just don't make sense.

                          Great feedback (with case study 🙂 )

                          1 Reply Last reply Reply Quote 1
                          • openitO
                            openit @scottalanmiller
                            last edited by

                            @scottalanmiller said in Software restriction policy on Workgroup network ?:

                            @openit said in Software restriction policy on Workgroup network ?:

                            Whether these Salt/Ansible servers are available for Windows and/or Linux ?

                            My Linux install guide is like two commands to fully set up Salt on Linux, it's that simple. Would be much harder on Windows and no value to it.

                            I understand why to run on Linux. How about clients ? do we have any agent installer to get control on Windows machines (windows 7-10) ? or it's an agent-less controller ?

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @openit
                              last edited by

                              @openit said in Software restriction policy on Workgroup network ?:

                              @scottalanmiller said in Software restriction policy on Workgroup network ?:

                              @openit said in Software restriction policy on Workgroup network ?:

                              Whether these Salt/Ansible servers are available for Windows and/or Linux ?

                              My Linux install guide is like two commands to fully set up Salt on Linux, it's that simple. Would be much harder on Windows and no value to it.

                              I understand why to run on Linux. How about clients ? do we have any agent installer to get control on Windows machines (windows 7-10) ? or it's an agent-less controller ?

                              Salt is agent based and has an agent for Windows. Ansible is agentless and I've not used it on Windows.

                              openitO 1 Reply Last reply Reply Quote 0
                              • openitO
                                openit @scottalanmiller
                                last edited by

                                @scottalanmiller said in Software restriction policy on Workgroup network ?:

                                @openit said in Software restriction policy on Workgroup network ?:

                                @scottalanmiller said in Software restriction policy on Workgroup network ?:

                                @openit said in Software restriction policy on Workgroup network ?:

                                Whether these Salt/Ansible servers are available for Windows and/or Linux ?

                                My Linux install guide is like two commands to fully set up Salt on Linux, it's that simple. Would be much harder on Windows and no value to it.

                                I understand why to run on Linux. How about clients ? do we have any agent installer to get control on Windows machines (windows 7-10) ? or it's an agent-less controller ?

                                Salt is agent based and has an agent for Windows. Ansible is agentless and I've not used it on Windows.

                                Great.

                                Also, can you provide the Salt install guide ?

                                I guess, it will be on CentOS 7?

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @openit
                                  last edited by

                                  @openit said in Software restriction policy on Workgroup network ?:

                                  @scottalanmiller said in Software restriction policy on Workgroup network ?:

                                  @openit said in Software restriction policy on Workgroup network ?:

                                  @scottalanmiller said in Software restriction policy on Workgroup network ?:

                                  @openit said in Software restriction policy on Workgroup network ?:

                                  Whether these Salt/Ansible servers are available for Windows and/or Linux ?

                                  My Linux install guide is like two commands to fully set up Salt on Linux, it's that simple. Would be much harder on Windows and no value to it.

                                  I understand why to run on Linux. How about clients ? do we have any agent installer to get control on Windows machines (windows 7-10) ? or it's an agent-less controller ?

                                  Salt is agent based and has an agent for Windows. Ansible is agentless and I've not used it on Windows.

                                  Great.

                                  Also, can you provide the Salt install guide ?

                                  I guess, it will be on CentOS 7?

                                  https://mangolassi.it/topic/11812/installing-salt-master

                                  https://mangolassi.it/topic/11813/installing-a-salt-minion

                                  https://mangolassi.it/topic/11814/adding-a-salt-minion-to-a-salt-master

                                  https://mangolassi.it/topic/11891/deploying-saltstack-on-windows

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

                                    @openit said in Software restriction policy on Workgroup network ?:

                                    @scottalanmiller said in Software restriction policy on Workgroup network ?:

                                    @openit said in Software restriction policy on Workgroup network ?:

                                    The actual reason why our all pcs not under domain is, "some PC OSes are Home Editions". And I was not willing to bring half pcs to domain and leave remaining under Workgroup, until we buy Pro Versions.

                                    Then you are in a good position to seriously consider never having a domain. Domains can be great, they can also be expensive and are very hard to remove once you implement them. If you look at tools like Salt, you can pretty easily go with a free alternative that is vastly more powerful (in most ways) than a domain while not locking you into anything.

                                    Or if you feel a domain is required, you can do it from the start using Linux and never become encumbered by the enormous "Windows tax".

                                    Is Salt/Ansible are alternative kind of software for PDQ Deploy ?

                                    Because I tried to use PDQ Deploy Free, I wondered it was asking for Domain Credentials to setup, so I left it.

                                    It was asking for Domain Credentials because they offer the easiest way to ensure a universal credential across all machines.

                                    The Salt/Ansible agent on the endpoints have local admin rights, so they can install stuff using that credential.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @Dashrender
                                      last edited by

                                      @Dashrender said in Software restriction policy on Workgroup network ?:

                                      It was asking for Domain Credentials because they offer the easiest way to ensure a universal credential across all machines.

                                      So in most cases, what's the benefit to ensuring that? Is that important? Clearly if you have roaming users it can be pretty beneficial. But that is relatively rare, I remember everyone telling me I was crazy for wanting that at NTG because we were the exception case and that normal companies don't need that.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller
                                        last edited by

                                        Domains are not the only means of having password control. You can ensure that all users have the same password from machine to machine without a domain using Salt. Now this would require some automation to do well, but the tooling is there.

                                        https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.win_useradd.html

                                        1 Reply Last reply Reply Quote 0
                                        • JaredBuschJ
                                          JaredBusch @scottalanmiller
                                          last edited by Minion Queen

                                          @scottalanmiller said in Software restriction policy on Workgroup network ?:

                                          @openit said in Software restriction policy on Workgroup network ?:

                                          Also, just wondering to know, once we setup SRP, what impact will be while installing legitimate software ? (here we have given users a standard account and separate administrator account for admin to install something)

                                          No legitimate business software expects or requires an administration account. If it does, it's a total joke and has no place in a business environment.

                                          What in the f*** [moderated] are you babbling about? FFS. All quality software should ask for proper elevation to install itself into the protected programs directory of the OS.

                                          Stop intentionally misreading and spreading incorrect information.

                                          DashrenderD scottalanmillerS 3 Replies Last reply Reply Quote 0
                                          • DashrenderD
                                            Dashrender @JaredBusch
                                            last edited by

                                            @JaredBusch said in Software restriction policy on Workgroup network ?:

                                            @scottalanmiller said in Software restriction policy on Workgroup network ?:

                                            @openit said in Software restriction policy on Workgroup network ?:

                                            Also, just wondering to know, once we setup SRP, what impact will be while installing legitimate software ? (here we have given users a standard account and separate administrator account for admin to install something)

                                            No legitimate business software expects or requires an administration account. If it does, it's a total joke and has no place in a business environment.

                                            What in the fuck are you babbling about? FFS. All quality software should ask for proper elevation to install itself into the protected programs directory of the OS.

                                            Stop intentionally misreading and spreading incorrect information.

                                            Exactly - Scott's right that no good software should require local admin rights to function normally. But the OP was asking about deploying software, not using software. In the deployment game, JB is correct, the software will require access to a local admin account to install into protected areas. Sadly, some software (Chrome comes to mind) are purposefully looking for ways to thwart this.

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