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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    42.1m
    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
      last edited by

      Hanging out with the family.

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

        Whatever happened to @rustcohle

        1 Reply Last reply Reply Quote 0
        • EddieJenningsE
          EddieJennings
          last edited by

          0_1500229162226_image.jpg

          Took 14 damage on one hit. Got to love low level casters. 🙂

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

            Driving home from Minnesota

            1 Reply Last reply Reply Quote 0
            • T
              Texkonc @scottalanmiller
              last edited by

              @scottalanmiller said in What Are You Doing Right Now:

              The kids' cousins have arrived from Houston. So kids all over the house.

              With no where to sit..

              scottalanmillerS 1 Reply Last reply Reply Quote 1
              • EddieJenningsE
                EddieJennings
                last edited by

                Watching Linux Academy videos before Game of Thrones.

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

                  @texkonc said in What Are You Doing Right Now:

                  @scottalanmiller said in What Are You Doing Right Now:

                  The kids' cousins have arrived from Houston. So kids all over the house.

                  With no where to sit..

                  Not so much, no.

                  1 Reply Last reply Reply Quote 0
                  • EddieJenningsE
                    EddieJennings
                    last edited by

                    Working on a PowerShell script to do my new user on-boarding tasks for Exchange Online, so one of the devs can make E-mail accounts while I'm at MangoCon.

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

                      @eddiejennings said in What Are You Doing Right Now:

                      Working on a PowerShell script to do my new user on-boarding tasks for Exchange Online, so one of the devs can make E-mail accounts while I'm at MangoCon.

                      I linked it before but you're working too hard. There is a script already created. https://365lab.net/2013/12/30/office-365-powershell-tip-automatically-assign-licenses-based-on-ad-attribute/

                      It should do everything you need it to. The only thing that may be an issue if if you aren't doing Azure AD Sync for password synchronization.

                      1 Reply Last reply Reply Quote 0
                      • EddieJenningsE
                        EddieJennings
                        last edited by

                        While that script is nice, it doesn't do the tasks I need.

                        • Create MSOL user
                        • Set the distribution group(s) based on the department to which they belong.
                        • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.
                        coliverC 1 Reply Last reply Reply Quote 0
                        • coliverC
                          coliver @EddieJennings
                          last edited by

                          @eddiejennings said in What Are You Doing Right Now:

                          While that script is nice, it doesn't do the tasks I need.

                          • Create MSOL user
                          • Set the distribution group(s) based on the department to which they belong.
                          • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.

                          Have you looked at setting up Azure AD sync? It is a very quick process that will create the necessary users. You should then be able to set an alias as as additional email address in AD. It can also dynamically add people to distributions lists based on AD groups but that takes a bit more massaging.

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

                            @coliver said in What Are You Doing Right Now:

                            @eddiejennings said in What Are You Doing Right Now:

                            While that script is nice, it doesn't do the tasks I need.

                            • Create MSOL user
                            • Set the distribution group(s) based on the department to which they belong.
                            • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.

                            Have you looked at setting up Azure AD sync? It is a very quick process that will create the necessary users. You should then be able to set an alias as as additional email address in AD. It can also dynamically add people to distributions lists based on AD groups but that takes a bit more massaging.

                            I did a while ago, but the project was derailed due to [insert new #1 priority here]. It's on my list of stuff to do.

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

                              @eddiejennings said in What Are You Doing Right Now:

                              @coliver said in What Are You Doing Right Now:

                              @eddiejennings said in What Are You Doing Right Now:

                              While that script is nice, it doesn't do the tasks I need.

                              • Create MSOL user
                              • Set the distribution group(s) based on the department to which they belong.
                              • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.

                              Have you looked at setting up Azure AD sync? It is a very quick process that will create the necessary users. You should then be able to set an alias as as additional email address in AD. It can also dynamically add people to distributions lists based on AD groups but that takes a bit more massaging.

                              I did a while ago, but the project was derailed due to [insert new #1 priority here]. It's on my list of stuff to do.

                              It would save you a lot of time creating a script and would be the MS "approved" way of doing it. Not to mention everything would then be automated meaning you would just have to create the user in one place, and would be a single master.

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

                                @coliver said in What Are You Doing Right Now:

                                @eddiejennings said in What Are You Doing Right Now:

                                @coliver said in What Are You Doing Right Now:

                                @eddiejennings said in What Are You Doing Right Now:

                                While that script is nice, it doesn't do the tasks I need.

                                • Create MSOL user
                                • Set the distribution group(s) based on the department to which they belong.
                                • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.

                                Have you looked at setting up Azure AD sync? It is a very quick process that will create the necessary users. You should then be able to set an alias as as additional email address in AD. It can also dynamically add people to distributions lists based on AD groups but that takes a bit more massaging.

                                I did a while ago, but the project was derailed due to [insert new #1 priority here]. It's on my list of stuff to do.

                                It would save you a lot of time creating a script and would be the MS "approved" way of doing it. Not to mention everything would then be automated meaning you would just have to create the user in one place, and would be a single master.

                                There will be some stuff to think through. I have about 25 users that are a part of local AD, and 225 users that exist only in Azure AD (Exchange online).

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

                                  @eddiejennings said in What Are You Doing Right Now:

                                  @coliver said in What Are You Doing Right Now:

                                  @eddiejennings said in What Are You Doing Right Now:

                                  @coliver said in What Are You Doing Right Now:

                                  @eddiejennings said in What Are You Doing Right Now:

                                  While that script is nice, it doesn't do the tasks I need.

                                  • Create MSOL user
                                  • Set the distribution group(s) based on the department to which they belong.
                                  • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.

                                  Have you looked at setting up Azure AD sync? It is a very quick process that will create the necessary users. You should then be able to set an alias as as additional email address in AD. It can also dynamically add people to distributions lists based on AD groups but that takes a bit more massaging.

                                  I did a while ago, but the project was derailed due to [insert new #1 priority here]. It's on my list of stuff to do.

                                  It would save you a lot of time creating a script and would be the MS "approved" way of doing it. Not to mention everything would then be automated meaning you would just have to create the user in one place, and would be a single master.

                                  There will be some stuff to think through. I have about 25 users that are a part of local AD, and 225 users that exist only in Azure AD (Exchange online).

                                  I'm curious, why have AD for those 25 users, but not the other 225? Could you move to another solution that would be more uniform for all?

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

                                    @EddieJennings We have ADSync between our on-prem AD and O365. We put the user in AD and within 30 minutes, they are synced to O365. That AD sync will save you hours on that script, I assure you.

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

                                      @dashrender said in What Are You Doing Right Now:

                                      @eddiejennings said in What Are You Doing Right Now:

                                      @coliver said in What Are You Doing Right Now:

                                      @eddiejennings said in What Are You Doing Right Now:

                                      @coliver said in What Are You Doing Right Now:

                                      @eddiejennings said in What Are You Doing Right Now:

                                      While that script is nice, it doesn't do the tasks I need.

                                      • Create MSOL user
                                      • Set the distribution group(s) based on the department to which they belong.
                                      • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.

                                      Have you looked at setting up Azure AD sync? It is a very quick process that will create the necessary users. You should then be able to set an alias as as additional email address in AD. It can also dynamically add people to distributions lists based on AD groups but that takes a bit more massaging.

                                      I did a while ago, but the project was derailed due to [insert new #1 priority here]. It's on my list of stuff to do.

                                      It would save you a lot of time creating a script and would be the MS "approved" way of doing it. Not to mention everything would then be automated meaning you would just have to create the user in one place, and would be a single master.

                                      There will be some stuff to think through. I have about 25 users that are a part of local AD, and 225 users that exist only in Azure AD (Exchange online).

                                      I'm curious, why have AD for those 25 users, but not the other 225? Could you move to another solution that would be more uniform for all?

                                      Do it quick vs right + naive + no real power to make infrastructure decisions a couple of years ago. No excuse, but it's why. Not that this is a technical limitation, but the 225 aren't employees, but rather contractors who just need E-mail access. I'd want to think through what we need and actually do "it" right.

                                      DashrenderD NerdyDadN 2 Replies Last reply Reply Quote 0
                                      • DashrenderD
                                        Dashrender @EddieJennings
                                        last edited by

                                        @eddiejennings said in What Are You Doing Right Now:

                                        @dashrender said in What Are You Doing Right Now:

                                        @eddiejennings said in What Are You Doing Right Now:

                                        @coliver said in What Are You Doing Right Now:

                                        @eddiejennings said in What Are You Doing Right Now:

                                        @coliver said in What Are You Doing Right Now:

                                        @eddiejennings said in What Are You Doing Right Now:

                                        While that script is nice, it doesn't do the tasks I need.

                                        • Create MSOL user
                                        • Set the distribution group(s) based on the department to which they belong.
                                        • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.

                                        Have you looked at setting up Azure AD sync? It is a very quick process that will create the necessary users. You should then be able to set an alias as as additional email address in AD. It can also dynamically add people to distributions lists based on AD groups but that takes a bit more massaging.

                                        I did a while ago, but the project was derailed due to [insert new #1 priority here]. It's on my list of stuff to do.

                                        It would save you a lot of time creating a script and would be the MS "approved" way of doing it. Not to mention everything would then be automated meaning you would just have to create the user in one place, and would be a single master.

                                        There will be some stuff to think through. I have about 25 users that are a part of local AD, and 225 users that exist only in Azure AD (Exchange online).

                                        I'm curious, why have AD for those 25 users, but not the other 225? Could you move to another solution that would be more uniform for all?

                                        Do it quick vs right + naive + no real power to make infrastructure decisions a couple of years ago. No excuse, but it's why. Not that this is a technical limitation, but the 225 aren't employees, but rather contractors who just need E-mail access. I'd want to think through what we need and actually do "it" right.

                                        OK - well that discussion would be for another thread.

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

                                          @dashrender said in What Are You Doing Right Now:

                                          @eddiejennings said in What Are You Doing Right Now:

                                          @dashrender said in What Are You Doing Right Now:

                                          @eddiejennings said in What Are You Doing Right Now:

                                          @coliver said in What Are You Doing Right Now:

                                          @eddiejennings said in What Are You Doing Right Now:

                                          @coliver said in What Are You Doing Right Now:

                                          @eddiejennings said in What Are You Doing Right Now:

                                          While that script is nice, it doesn't do the tasks I need.

                                          • Create MSOL user
                                          • Set the distribution group(s) based on the department to which they belong.
                                          • Create an additional E-mail alias because of a silly requirement that's been around since the beginning of time.

                                          Have you looked at setting up Azure AD sync? It is a very quick process that will create the necessary users. You should then be able to set an alias as as additional email address in AD. It can also dynamically add people to distributions lists based on AD groups but that takes a bit more massaging.

                                          I did a while ago, but the project was derailed due to [insert new #1 priority here]. It's on my list of stuff to do.

                                          It would save you a lot of time creating a script and would be the MS "approved" way of doing it. Not to mention everything would then be automated meaning you would just have to create the user in one place, and would be a single master.

                                          There will be some stuff to think through. I have about 25 users that are a part of local AD, and 225 users that exist only in Azure AD (Exchange online).

                                          I'm curious, why have AD for those 25 users, but not the other 225? Could you move to another solution that would be more uniform for all?

                                          Do it quick vs right + naive + no real power to make infrastructure decisions a couple of years ago. No excuse, but it's why. Not that this is a technical limitation, but the 225 aren't employees, but rather contractors who just need E-mail access. I'd want to think through what we need and actually do "it" right.

                                          OK - well that discussion would be for another thread.

                                          Ha!

                                          1 Reply Last reply Reply Quote 0
                                          • wirestyle22W
                                            wirestyle22
                                            last edited by wirestyle22

                                            Listening to this while working (Stoicism)

                                            https://soundcloud.com/the-journal/ryan-holiday

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 2221
                                            • 2222
                                            • 2223
                                            • 2224
                                            • 2225
                                            • 4443
                                            • 4444
                                            • 2223 / 4444
                                            • First post
                                              Last post