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

    How to adminstrate a handful of Windows workstations?

    IT Discussion
    system administration windows snowflake administration workstation
    7
    14
    962
    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.
    • 1
      1337
      last edited by 1337

      We have a handful of workstations running windows but they are set up as "standalone" systems with local users, not connected to domain or anything, except a file server (running samba). Everything else in the network is linux/bsd.

      What is the best way to administrate a small windows environment like this?

      I'd like to do what makes sense but avoid Microsoft lock-in in general.

      scottalanmillerS Emad RE 3 Replies Last reply Reply Quote 3
      • JaredBuschJ
        JaredBusch
        last edited by JaredBusch

        Everytime I want to do something, I would make it a powershell script and save it.

        With remote powershell enabled on all workstations, it should be fairly effortless to maintain.

        Some individual tasks might take more time than it seems worth at first to figure out how to script it, but int he long run it will be the best solution.

        1 scottalanmillerS 2 Replies Last reply Reply Quote 1
        • 1
          1337 @JaredBusch
          last edited by

          @JaredBusch said in How to adminstrate a handful of Windows workstations?:

          Everytime I want to do something, I would make it a powershell script and save it.

          With remote powershell enabled on all workstations, it should be fairly effortless to maintain.

          Some individual tasks might take more time than it seems worth at first to figure out how to script it, but int he long run it will be the best solution.

          So you're saying I should keep the workstations as they are, but administer them as a group by using remote powershell?

          JaredBuschJ 1 Reply Last reply Reply Quote 1
          • JaredBuschJ
            JaredBusch @1337
            last edited by JaredBusch

            @Pete-S said in How to adminstrate a handful of Windows workstations?:

            @JaredBusch said in How to adminstrate a handful of Windows workstations?:

            Everytime I want to do something, I would make it a powershell script and save it.

            With remote powershell enabled on all workstations, it should be fairly effortless to maintain.

            Some individual tasks might take more time than it seems worth at first to figure out how to script it, but int he long run it will be the best solution.

            So you're saying I should keep the workstations as they are, but administer them as a group by using remote powershell?

            Yes. For example, somewhere on here, I have a Poweshell script posted that let's you install printers.

            Edit: Here is that post

            DustinB3403D 1 Reply Last reply Reply Quote 3
            • scottalanmillerS
              scottalanmiller @1337
              last edited by

              @Pete-S said in How to adminstrate a handful of Windows workstations?:

              but they are set up as "standalone" systems with local users

              AKA "Snowflakes"

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

                @JaredBusch said in How to adminstrate a handful of Windows workstations?:

                Everytime I want to do something, I would make it a powershell script and save it.

                And document in something like a wiki!

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

                  @Pete-S said in How to adminstrate a handful of Windows workstations?:

                  Everything else in the network is linux/bsd.

                  Using anything like Salt, Ansible, Chef, Puppet for those? Those will work for the Windows boxes just the same.

                  How are you admining the non-Windows machines in this environment?

                  1 1 Reply Last reply Reply Quote 2
                  • 1
                    1337 @scottalanmiller
                    last edited by

                    @scottalanmiller said in How to adminstrate a handful of Windows workstations?:

                    @Pete-S said in How to adminstrate a handful of Windows workstations?:

                    Everything else in the network is linux/bsd.

                    Using anything like Salt, Ansible, Chef, Puppet for those? Those will work for the Windows boxes just the same.

                    How are you admining the non-Windows machines in this environment?

                    Just scripts for now but Ansible is in the works.

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

                      @Pete-S said in How to adminstrate a handful of Windows workstations?:

                      @scottalanmiller said in How to adminstrate a handful of Windows workstations?:

                      @Pete-S said in How to adminstrate a handful of Windows workstations?:

                      Everything else in the network is linux/bsd.

                      Using anything like Salt, Ansible, Chef, Puppet for those? Those will work for the Windows boxes just the same.

                      How are you admining the non-Windows machines in this environment?

                      Just scripts for now but Ansible is in the works.

                      Then I would probably make Windows via Ansible just another part of that plan.

                      1 Reply Last reply Reply Quote 2
                      • jmooreJ
                        jmoore
                        last edited by

                        I would use chocolatey and script updates/tasks into powershell script then use Windows task system to run that script every day. Use powershell remoting for anything else you don't want scripted

                        black3dynamiteB 1 Reply Last reply Reply Quote 2
                        • Emad RE
                          Emad R @1337
                          last edited by Emad R

                          @Pete-S

                          SaltStack, search it here or under my name alot of topics.

                          Why SS, best support for Windows.

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

                            @jmoore said in How to adminstrate a handful of Windows workstations?:

                            I would use chocolatey and script updates/tasks into powershell script then use Windows task system to run that script every day. Use powershell remoting for anything else you don't want scripted

                            And both Ansible and SaltStack have chocolatey modules too.

                            1 Reply Last reply Reply Quote 3
                            • DustinB3403D
                              DustinB3403 @JaredBusch
                              last edited by

                              @JaredBusch said in How to adminstrate a handful of Windows workstations?:

                              @Pete-S said in How to adminstrate a handful of Windows workstations?:

                              @JaredBusch said in How to adminstrate a handful of Windows workstations?:

                              Everytime I want to do something, I would make it a powershell script and save it.

                              With remote powershell enabled on all workstations, it should be fairly effortless to maintain.

                              Some individual tasks might take more time than it seems worth at first to figure out how to script it, but int he long run it will be the best solution.

                              So you're saying I should keep the workstations as they are, but administer them as a group by using remote powershell?

                              Yes. For example, somewhere on here, I have a Poweshell script posted that let's you install printers.

                              Edit: Here is that post

                              Post not found.

                              JaredBuschJ 1 Reply Last reply Reply Quote 0
                              • JaredBuschJ
                                JaredBusch @DustinB3403
                                last edited by

                                @DustinB3403 said in How to adminstrate a handful of Windows workstations?:

                                @JaredBusch said in How to adminstrate a handful of Windows workstations?:

                                @Pete-S said in How to adminstrate a handful of Windows workstations?:

                                @JaredBusch said in How to adminstrate a handful of Windows workstations?:

                                Everytime I want to do something, I would make it a powershell script and save it.

                                With remote powershell enabled on all workstations, it should be fairly effortless to maintain.

                                Some individual tasks might take more time than it seems worth at first to figure out how to script it, but int he long run it will be the best solution.

                                So you're saying I should keep the workstations as they are, but administer them as a group by using remote powershell?

                                Yes. For example, somewhere on here, I have a Poweshell script posted that let's you install printers.

                                Edit: Here is that post

                                Post not found.

                                fixed

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