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

    MangoCon 2019

    MangoCon
    43
    308
    41.9k
    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.
    • EddieJenningsE
      EddieJennings
      last edited by

      Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.

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

        @coliver said in MangoCon 2019:

        @dashrender said in MangoCon 2019:

        @pchiodo said in MangoCon 2019:

        @dashrender said in MangoCon 2019:

        Won't know until A) there is a list of topics and B ) likely after the new year.

        What topics would make it attractive to you and your company?

        Powershell

        What type of powershell? 101 type stuff or more advanced?

        for me - start at 102 or 103.

        WrCombsW 1 Reply Last reply Reply Quote 0
        • WrCombsW
          WrCombs @Dashrender
          last edited by

          @dashrender said in MangoCon 2019:

          @coliver said in MangoCon 2019:

          @dashrender said in MangoCon 2019:

          @pchiodo said in MangoCon 2019:

          @dashrender said in MangoCon 2019:

          Won't know until A) there is a list of topics and B ) likely after the new year.

          What topics would make it attractive to you and your company?

          Powershell

          What type of powershell? 101 type stuff or more advanced?

          for me - start at 102 or 103.

          for me start at 101.

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

            @eddiejennings said in MangoCon 2019:

            Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.

            How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?

            EddieJenningsE 1 Reply Last reply Reply Quote 1
            • EddieJenningsE
              EddieJennings @Dashrender
              last edited by

              @dashrender said in MangoCon 2019:

              @eddiejennings said in MangoCon 2019:

              Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.

              How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?

              I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.

              I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.

              DashrenderD scottalanmillerS 2 Replies Last reply Reply Quote 0
              • coliverC
                coliver @WrCombs
                last edited by

                @wrcombs said in MangoCon 2019:

                @dashrender said in MangoCon 2019:

                @coliver said in MangoCon 2019:

                @dashrender said in MangoCon 2019:

                @pchiodo said in MangoCon 2019:

                @dashrender said in MangoCon 2019:

                Won't know until A) there is a list of topics and B ) likely after the new year.

                What topics would make it attractive to you and your company?

                Powershell

                What type of powershell? 101 type stuff or more advanced?

                for me - start at 102 or 103.

                for me start at 101.

                I can probably do a 101 or 102/103 type course. Let me think of something and I'll post it.

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

                  @eddiejennings said in MangoCon 2019:

                  @dashrender said in MangoCon 2019:

                  @eddiejennings said in MangoCon 2019:

                  Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.

                  How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?

                  I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.

                  I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.

                  That large'ish shop I used to work for had 1500+ SCO boxes, and they had a shared password file that was sent out to all boxes. No centralized authentication. This was 18 years ago, no clue how they are handling it today.

                  I would think a LDAP type solution would be best - but perhaps not.

                  @scottalanmiller ?

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

                    @eddiejennings said in MangoCon 2019:

                    @dashrender said in MangoCon 2019:

                    @eddiejennings said in MangoCon 2019:

                    Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.

                    How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?

                    I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.

                    I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.

                    Or to stop using passwords 😉

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

                      @dashrender said in MangoCon 2019:

                      That large'ish shop I used to work for had 1500+ SCO boxes, and they had a shared password file that was sent out to all boxes. No centralized authentication.

                      That actually is central authentication. Different than how AD does it, but not all that different. That's still just a form of caching, and AD does that too. It's just proactive caching versus AD's reactive caching. Same difference, though.

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

                        @scottalanmiller said in MangoCon 2019:

                        @eddiejennings said in MangoCon 2019:

                        @dashrender said in MangoCon 2019:

                        @eddiejennings said in MangoCon 2019:

                        Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.

                        How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?

                        I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.

                        I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.

                        Or to stop using passwords 😉

                        OK - how do you push the hashes around?

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

                          @scottalanmiller said in MangoCon 2019:

                          @dashrender said in MangoCon 2019:

                          That large'ish shop I used to work for had 1500+ SCO boxes, and they had a shared password file that was sent out to all boxes. No centralized authentication.

                          That actually is central authentication. Different than how AD does it, but not all that different. That's still just a form of caching, and AD does that too. It's just proactive caching versus AD's reactive caching. Same difference, though.

                          OK I'll give you that. 😉

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

                            @dashrender said in MangoCon 2019:

                            @scottalanmiller said in MangoCon 2019:

                            @eddiejennings said in MangoCon 2019:

                            @dashrender said in MangoCon 2019:

                            @eddiejennings said in MangoCon 2019:

                            Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.

                            How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?

                            I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.

                            I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.

                            Or to stop using passwords 😉

                            OK - how do you push the hashes around?

                            You CAN do that using state management. But with state management, you don't' need hashes, either. The theory of full state management is no logins, at all. Dramatically more secure than any kind of login management.

                            Doesn't work for END users, but works for admin users.

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

                              Venue has been finalised!

                              Details to come. But it will be Las Colinas, TX. Between the two airports.

                              jmooreJ JaredBuschJ 2 Replies Last reply Reply Quote 0
                              • jmooreJ
                                jmoore @scottalanmiller
                                last edited by

                                @scottalanmiller Nice area! I ate at a good italian restaurant there once

                                scottalanmillerS NerdyDadN 2 Replies Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @jmoore
                                  last edited by

                                  @jmoore said in MangoCon 2019:

                                  @scottalanmiller Nice area! I ate at a good italian restaurant there once

                                  Great area. I lived there when I first came to Texas in 2009.

                                  1 Reply Last reply Reply Quote 0
                                  • NerdyDadN
                                    NerdyDad @jmoore
                                    last edited by

                                    @jmoore said in MangoCon 2019:

                                    @scottalanmiller Nice area! I ate at a good italian restaurant there once

                                    This is what I thought you said. I really have to slow down sometimes.

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

                                      @scottalanmiller said in MangoCon 2019:

                                      Venue has been finalised!

                                      Details to come. But it will be Las Colinas, TX. Between the two airports.

                                      More like minutes outside of DFW on the orange line, and 30 minutes by the orange line to DAL

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

                                        It's looking like my finances just won't cut it this year, sad days.

                                        scottalanmillerS WrCombsW 2 Replies Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @travisdh1
                                          last edited by

                                          @travisdh1 said in MangoCon 2019:

                                          It's looking like my finances just won't cut it this year, sad days.

                                          😞

                                          1 Reply Last reply Reply Quote 0
                                          • dbeatoD
                                            dbeato
                                            last edited by

                                            I won't be able to attend to this or Spiceworld this year.

                                            scottalanmillerS DashrenderD 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 15
                                            • 16
                                            • 7 / 16
                                            • First post
                                              Last post