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

    Linux skills are hard to find

    IT Discussion
    11
    105
    10.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.
    • J
      Jason Banned @scottalanmiller
      last edited by

      @scottalanmiller said in Linux skills are hard to find:

      And DCPromo might be the same command. But SAM vs. AD management is pretty dramatically different.

      You can't run the command DCPromo anymore.. It's GUI only.

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

        @Jason said in Linux skills are hard to find:

        @scottalanmiller said in Linux skills are hard to find:

        And DCPromo might be the same command. But SAM vs. AD management is pretty dramatically different.

        You can't run the command DCPromo anymore.. It's GUI only.

        Really? What version made that change? I had not noticed that, yet.

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

          What do you do for DCPromo scenarios when you are on a headless box?

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

            huh - I've never run DCPromo solely form a command line. Guess I've never needed to.

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

              @scottalanmiller said in Linux skills are hard to find:

              What do you do for DCPromo scenarios when you are on a headless box?

              https://blogs.technet.microsoft.com/ashleymcglone/2013/04/18/touch-free-powershell-dcpromo-in-windows-server-2012/

              DCPromo was replaced by a powershell command.

              J 1 Reply Last reply Reply Quote 1
              • J
                Jason Banned @coliver
                last edited by

                @coliver said in Linux skills are hard to find:

                @scottalanmiller said in Linux skills are hard to find:

                What do you do for DCPromo scenarios when you are on a headless box?

                https://blogs.technet.microsoft.com/ashleymcglone/2013/04/18/touch-free-powershell-dcpromo-in-windows-server-2012/

                DCPromo was replaced by a powershell command.

                And a very complex one at that I have to look it up all the time.

                travisdh1T 1 Reply Last reply Reply Quote 2
                • travisdh1T
                  travisdh1 @Jason
                  last edited by

                  @Jason said in Linux skills are hard to find:

                  @coliver said in Linux skills are hard to find:

                  @scottalanmiller said in Linux skills are hard to find:

                  What do you do for DCPromo scenarios when you are on a headless box?

                  https://blogs.technet.microsoft.com/ashleymcglone/2013/04/18/touch-free-powershell-dcpromo-in-windows-server-2012/

                  DCPromo was replaced by a powershell command.

                  And a very complex one at that I have to look it up all the time.

                  Well, honestly, most things worth doing on a command line are complex. Microsoft does tend to take it to another level.

                  J scottalanmillerS 2 Replies Last reply Reply Quote 0
                  • J
                    Jason Banned @travisdh1
                    last edited by

                    @travisdh1 said in Linux skills are hard to find:

                    Well, honestly, most things worth doing on a command line are complex.

                    Not really. Linux commands aren't complex they are all easy to memorize.

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

                      @Dashrender said in Linux skills are hard to find:

                      huh - I've never run DCPromo solely form a command line. Guess I've never needed to.

                      I've never run it any other way!

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

                        @travisdh1 said in Linux skills are hard to find:

                        @Jason said in Linux skills are hard to find:

                        @coliver said in Linux skills are hard to find:

                        @scottalanmiller said in Linux skills are hard to find:

                        What do you do for DCPromo scenarios when you are on a headless box?

                        https://blogs.technet.microsoft.com/ashleymcglone/2013/04/18/touch-free-powershell-dcpromo-in-windows-server-2012/

                        DCPromo was replaced by a powershell command.

                        And a very complex one at that I have to look it up all the time.

                        Well, honestly, most things worth doing on a command line are complex. Microsoft does tend to take it to another level.

                        I find the Linux command line far less complex than the Window GUI. And with tools like apropos, it's ridiculously fast to find things that you don't know about.

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

                          Apropos is yet another new thing @scottalanmiller takes for granted I've never heard of before. Looks much more efficient than using find just to look for a program that doesn't happen to be in $PATH!

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

                            @travisdh1 said in Linux skills are hard to find:

                            Apropos is yet another new thing @scottalanmiller takes for granted I've never heard of before. Looks much more efficient than using find just to look for a program that doesn't happen to be in $PATH!

                            LOL it was taught for first time computer users when they took "intro to your computer lab" one hour course at college in 1994. Not an admin tool, just a general user tool on UNIX systems.

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

                              @scottalanmiller said in Linux skills are hard to find:

                              @travisdh1 said in Linux skills are hard to find:

                              Apropos is yet another new thing @scottalanmiller takes for granted I've never heard of before. Looks much more efficient than using find just to look for a program that doesn't happen to be in $PATH!

                              LOL it was taught for first time computer users when they took "intro to your computer lab" one hour course at college in 1994. Not an admin tool, just a general user tool on UNIX systems.

                              My Intro to UNIX course never mentioned it I don't think. Learned a lot more in a couple of 1 week training sessions at SGI than 2 years of college... not that anyone is going to be surprised by that.

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

                                @travisdh1 said in Linux skills are hard to find:

                                @scottalanmiller said in Linux skills are hard to find:

                                @travisdh1 said in Linux skills are hard to find:

                                Apropos is yet another new thing @scottalanmiller takes for granted I've never heard of before. Looks much more efficient than using find just to look for a program that doesn't happen to be in $PATH!

                                LOL it was taught for first time computer users when they took "intro to your computer lab" one hour course at college in 1994. Not an admin tool, just a general user tool on UNIX systems.

                                My Intro to UNIX course never mentioned it I don't think. Learned a lot more in a couple of 1 week training sessions at SGI than 2 years of college... not that anyone is going to be surprised by that.

                                It was taught to the kids who were learning how to use UNIX for word processing and email back in the day.

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