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

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 42.9m Views
    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

      New ad-hoc project: Learn how to create scheduled tasks in Powershell.

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

        Now setting up the wife's desk phone, too. She has less of an office for now, but still a pretty serious setup.

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

          @EddieJennings said in What Are You Doing Right Now:

          New ad-hoc project: Learn how to create scheduled tasks in Powershell.

          1. Write and debug your script. Make sure there is nothing wrong with it.
          2. Store it in a place that it is easy for you to get to, such as C:\scripts\powershell.ps1
          3. Go to Task Scheduler and schedule your task
          4. Go to a folder, such as Task Scheduler Library -> Microsoft -> Windows.
          5. Right-click and select "Create New Task".
          6. Go to the "Actions" tab and select "New..."
          7. "Program/script:" = "powershell.exe"
          8. "Add arguments (optional):" = the path to your script.
          9. OK
          10. Setup your triggers -> OK.
          11. Profit!
          MattSpellerM EddieJenningsE 2 Replies Last reply Reply Quote 2
          • MattSpellerM
            MattSpeller @NerdyDad
            last edited by MattSpeller

            @NerdyDad said in What Are You Doing Right Now:

            @EddieJennings said in What Are You Doing Right Now:

            New ad-hoc project: Learn how to create scheduled tasks in Powershell.

            1. Write and debug your script. * Make sure there is nothing wrong with it.*

            rofl

            aWG7m.gif

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

              Kids are using the office phones to call grandpa now. They think that this is very cool.

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

                @NerdyDad said in What Are You Doing Right Now:

                @EddieJennings said in What Are You Doing Right Now:

                New ad-hoc project: Learn how to create scheduled tasks in Powershell.

                1. Write and debug your script. Make sure there is nothing wrong with it.
                2. Store it in a place that it is easy for you to get to, such as C:\scripts\powershell.ps1
                3. Go to Task Scheduler and schedule your task
                4. Go to a folder, such as Task Scheduler Library -> Microsoft -> Windows.
                5. Right-click and select "Create New Task".
                6. Go to the "Actions" tab and select "New..."
                7. "Program/script:" = "powershell.exe"
                8. "Add arguments (optional):" = the path to your script.
                9. OK
                10. Setup your triggers -> OK.
                11. Profit!

                Heh. This is in response to me discovering that the various tasks in question exist solely within the Task Scheduler GUI. So if the server blew up, they're gone (despite a script exists to configure a new server, except the tasks). My goal is to the tasks to the build script.

                NerdyDadN 1 Reply Last reply Reply Quote 1
                • RojoLocoR
                  RojoLoco
                  last edited by

                  Playing seek and destroy on out of date browsers. Well, seek and update.

                  MattSpellerM 1 Reply Last reply Reply Quote 2
                  • T
                    Texkonc
                    last edited by

                    I found Spybot Search and Destroy on a machine yesterday. Fond memories....

                    EddieJenningsE 1 Reply Last reply Reply Quote 4
                    • MattSpellerM
                      MattSpeller @RojoLoco
                      last edited by

                      @RojoLoco said in What Are You Doing Right Now:

                      Playing seek and destroy on out of date browsers. Well, seek and update.

                      ninite works a treat for that kind of bullshit

                      there's even a pro version that automates stuff I think? shrug

                      RojoLocoR gjacobseG 2 Replies Last reply Reply Quote 2
                      • EddieJenningsE
                        EddieJennings @Texkonc
                        last edited by

                        @Texkonc said in What Are You Doing Right Now:

                        I found Spybot Search and Destroy on a machine yesterday. Fond memories....

                        Spybot! 😄

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

                          @EddieJennings said in What Are You Doing Right Now:

                          @Texkonc said in What Are You Doing Right Now:

                          I found Spybot Search and Destroy on a machine yesterday. Fond memories....

                          Spybot! 😄

                          Whoa, it's not even throwback Thursday!

                          1 Reply Last reply Reply Quote 2
                          • RojoLocoR
                            RojoLoco @MattSpeller
                            last edited by

                            @MattSpeller said in What Are You Doing Right Now:

                            @RojoLoco said in What Are You Doing Right Now:

                            Playing seek and destroy on out of date browsers. Well, seek and update.

                            ninite works a treat for that kind of bullshit

                            there's even a pro version that automates stuff I think? shrug

                            I am using a PDQ inventory report right now, gotta check into ninite.

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

                              @EddieJennings said in What Are You Doing Right Now:

                              @NerdyDad said in What Are You Doing Right Now:

                              @EddieJennings said in What Are You Doing Right Now:

                              New ad-hoc project: Learn how to create scheduled tasks in Powershell.

                              1. Write and debug your script. Make sure there is nothing wrong with it.
                              2. Store it in a place that it is easy for you to get to, such as C:\scripts\powershell.ps1
                              3. Go to Task Scheduler and schedule your task
                              4. Go to a folder, such as Task Scheduler Library -> Microsoft -> Windows.
                              5. Right-click and select "Create New Task".
                              6. Go to the "Actions" tab and select "New..."
                              7. "Program/script:" = "powershell.exe"
                              8. "Add arguments (optional):" = the path to your script.
                              9. OK
                              10. Setup your triggers -> OK.
                              11. Profit!

                              Heh. This is in response to me discovering that the various tasks in question exist solely within the Task Scheduler GUI. So if the server blew up, they're gone (despite a script exists to configure a new server, except the tasks). My goal is to the tasks to the build script.

                              How about have the script available to you on the network somewhere, run invoke-command -ComputerName <TargetServer> -ScriptBlock <script>?

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

                                Roommate's little brother just went into the hospital and into surgery. Some abdominal issue.

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

                                  might want to fix your ad rotations.
                                  0_1494449560576_upload-d93918c9-2fd6-4440-9e16-337aebc3cf64

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

                                    @scottalanmiller said in What Are You Doing Right Now:

                                    @DustinB3403 said in What Are You Doing Right Now:

                                    @scottalanmiller said in What Are You Doing Right Now:

                                    Next task, getting my new desktop built and ready to go. I have no idea what hardware it even has. Oh, and have to set up my office phone.

                                    You have a office phone . . . and a "proper" office?

                                    I have a full office, fully dedicated one. And a proper Yealink office phone.

                                    Which phone? Hope it is not one of the old T3X series. I hated those things.. Always so slow to respond to initial button press.

                                    And get yourself a Plantronics CS540 or similar DECT headset. I cannot live without mine.

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

                                      @Texkonc said in What Are You Doing Right Now:

                                      might want to fix your ad rotations.
                                      0_1494449560576_upload-d93918c9-2fd6-4440-9e16-337aebc3cf64

                                      That is intentional. You call them now to prepare for a holiday.

                                      RojoLocoR 1 Reply Last reply Reply Quote 0
                                      • RojoLocoR
                                        RojoLoco @JaredBusch
                                        last edited by

                                        @JaredBusch said in What Are You Doing Right Now:

                                        @Texkonc said in What Are You Doing Right Now:

                                        might want to fix your ad rotations.
                                        0_1494449560576_upload-d93918c9-2fd6-4440-9e16-337aebc3cf64

                                        That is intentional. You call them now to prepare for a holiday.

                                        Also, that ad came out before Easter.

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

                                          Just installed Fedora Cinnamon Desktop on my laptop. So smooth and speedy.

                                          What's good on Fedora... KVM, VirtualBox, ?

                                          travisdh1T scottalanmillerS 2 Replies Last reply Reply Quote 1
                                          • travisdh1T
                                            travisdh1 @Obsolesce
                                            last edited by

                                            @Tim_G said in What Are You Doing Right Now:

                                            Just installed Fedora Cinnamon Desktop on my laptop. So smooth and speedy.

                                            What's good on Fedora... KVM, VirtualBox, ?

                                            My first choice is KVM, since you have a desktop running use virt-manager to control the things. VirtualBox still works in a pinch.

                                            ObsolesceO 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 2032
                                            • 2033
                                            • 2034
                                            • 2035
                                            • 2036
                                            • 4443
                                            • 4444
                                            • 2034 / 4444
                                            • First post
                                              Last post