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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.4m
    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.
    • gjacobseG
      gjacobse
      last edited by

      It's been one meeting after another;

      • Company Zoom call
      • Vendor Intune / Autopilot
      • Team meeting
      • Team Follow up meeting on Autopilot

      Can I get my cup yet?

      518309ca-68ca-46fe-85a1-fc11b1ab1caa-image.png

      1 Reply Last reply Reply Quote 2
      • hobbit666H
        hobbit666
        last edited by

        Waiting for log off time

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

          About to be on the weekly call to discuss change requests.

          1 Reply Last reply Reply Quote 0
          • gjacobseG
            gjacobse
            last edited by

            Wondering if anyone else creates a consolidated location of scripts, PS or batch to use at a later date when they have moved on... Generally some bit of code that seems useful elsewhere, and beneficial to have...

            dbeatoD 1 Reply Last reply Reply Quote 1
            • gjacobseG
              gjacobse
              last edited by

              GAH!

              I'm also for doing things the 'old way' in a lot of cases,.. but JEEZ... Move forward with how you create / disable / deal with accounts in AD/O365... Insanity!!!!

              ObsolesceO 1 Reply Last reply Reply Quote 0
              • ObsolesceO
                Obsolesce @gjacobse
                last edited by

                @gjacobse said in What Are You Doing Right Now:

                GAH!

                I'm also for doing things the 'old way' in a lot of cases,.. but JEEZ... Move forward with how you create / disable / deal with accounts in AD/O365... Insanity!!!!

                It depends on who owns the code, you or your company.

                gjacobseG dafyreD 2 Replies Last reply Reply Quote 1
                • dbeatoD
                  dbeato @gjacobse
                  last edited by

                  @gjacobse Yeah, I usually place them on my Github account.

                  gjacobseG 1 Reply Last reply Reply Quote 1
                  • gjacobseG
                    gjacobse @Obsolesce
                    last edited by

                    @obsolesce said in What Are You Doing Right Now:

                    @gjacobse said in What Are You Doing Right Now:

                    GAH!

                    I'm also for doing things the 'old way' in a lot of cases,.. but JEEZ... Move forward with how you create / disable / deal with accounts in AD/O365... Insanity!!!!

                    It depends on who owns the code, you or your company.

                    Well,.. right now, they manually do nearly everything.... and they do it badly!

                    People are left in AD as disabled... sigh fine.. but they are still in the GAL!! Like really? do you really want email 'flowing' to a user that isn't here anymore?

                    And installing software or setting Bitlocker. Manually done.. like REALLY!!... in five minutes I wrote a batch script to do that....

                    1 Reply Last reply Reply Quote 1
                    • gjacobseG
                      gjacobse @dbeato
                      last edited by

                      @dbeato said in What Are You Doing Right Now:

                      @gjacobse Yeah, I usually place them on my Github account.

                      Don't know that 'my compiled' scripts warrant that. Most of the code is pulled from here and there from GOOGLE, with reference links (not my code, so I can't claim it)... I just graft it into what I am trying to do. Not the 'best way' some times... but it's gotten me the results I need.

                      Case of Bitlocker, they were manually going into Bitlocker, enable, then save file (text).

                      Fast scripted that;
                      Map drive
                      Enable bitlocker with recoverypassword /key export to file on mapped drive. poof. I save myself almost ten minutes of time.

                      JaredBuschJ dbeatoD 2 Replies Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @gjacobse
                        last edited by

                        @gjacobse said in What Are You Doing Right Now:

                        Don't know that 'my compiled' scripts warrant that.

                        Why wouldn't it? It consolidates everything to a single location.
                        Conveniently, you can also use a script to pull what you want right from the git repo.

                        I think even powershell alias's curl to something now. so curl https://yourgit/raw/wtf.ps1 and boom there is your thing you need.

                        gjacobseG 1 Reply Last reply Reply Quote 1
                        • gjacobseG
                          gjacobse @JaredBusch
                          last edited by

                          @jaredbusch said in What Are You Doing Right Now:

                          @gjacobse said in What Are You Doing Right Now:

                          Don't know that 'my compiled' scripts warrant that.

                          Why wouldn't it? It consolidates everything to a single location.
                          Conveniently, you can also use a script to pull what you want right from the git repo.

                          I think even powershell alias's curl to something now. so curl https://yourgit/raw/wtf.ps1 and boom there is your thing you need.

                          I'm not against it,.. It is simply that my scripting skill is very limited, likely below what many would use... so why. Am I against it? no - I'll have to investigate it. I do have a Git account.

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

                            @gjacobse said in What Are You Doing Right Now:

                            Don't know that 'my compiled' scripts warrant that. Most of the code is pulled from here and there from GOOGLE, with reference links (not my code, so I can't claim it)... I just graft it into what I am trying to do. Not the 'best way' some times... but it's gotten me the results I need.

                            But you have modified the scripts to your environments and mostly you can always mention or give credit to the original person with each script. I usually save the scripts on my Git repository for easier search.

                            JaredBuschJ gjacobseG 2 Replies Last reply Reply Quote 0
                            • JaredBuschJ
                              JaredBusch @dbeato
                              last edited by

                              @dbeato said in What Are You Doing Right Now:

                              @gjacobse said in What Are You Doing Right Now:
                              But you have modified the scripts to your environments and mostly you can always mention or give credit to the original person with each script. I usually save the scripts on my Git repository for easier search.

                              like my generic FreePBX repo.
                              https://github.com/sorvani/freepbx-helper-scripts

                              1 Reply Last reply Reply Quote 0
                              • gjacobseG
                                gjacobse @dbeato
                                last edited by

                                @dbeato said in What Are You Doing Right Now:

                                @gjacobse said in What Are You Doing Right Now:

                                Don't know that 'my compiled' scripts warrant that. Most of the code is pulled from here and there from GOOGLE, with reference links (not my code, so I can't claim it)... I just graft it into what I am trying to do. Not the 'best way' some times... but it's gotten me the results I need.

                                But you have modified the scripts to your environments and mostly you can always mention or give credit to the original person with each script. I usually save the scripts on my Git repository for easier search.

                                I note every site I pull a script from...

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

                                  @gjacobse said in What Are You Doing Right Now:

                                  I note every site I pull a script from...

                                  I do that so I know WhereTF to go back and look when something breaks.

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

                                    @jaredbusch said in What Are You Doing Right Now:

                                    @gjacobse said in What Are You Doing Right Now:

                                    I note every site I pull a script from...

                                    I do that so I know WhereTF to go back and look when something breaks.

                                    Assuming it's not a Microsoft article or post they usually remain around too.

                                    1 Reply Last reply Reply Quote 0
                                    • garak0410G
                                      garak0410
                                      last edited by

                                      Right now? Kind of missing IN PERSON SpiceWorld's...

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

                                        Was out at the pulpería and practicing some street photography.

                                        IMG_20210714_123944.JPG

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

                                          @scottalanmiller miss my camera,.. both my N2000 and d80,…

                                          Just don’t have time right now

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

                                            @gjacobse said in What Are You Doing Right Now:

                                            @scottalanmiller miss my camera,.. both my N2000 and d80,…

                                            Just don’t have time right now

                                            This was Ektacam with Tri-X 400 emulation. But my main cam is the D90.... until I get stateside where my new D3500 with all three Nikkor AF-P lenses are waiting for me! Can't wait.

                                            gjacobseG 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 4234
                                            • 4235
                                            • 4236
                                            • 4237
                                            • 4238
                                            • 4443
                                            • 4444
                                            • 4236 / 4444
                                            • First post
                                              Last post