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 43.0m 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

      Closing ancient tickets.

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

        Wondering how I am going to improve my response and function when certain tools are turned off across the board.

        Have to GUI remote to a computer to restart a service that randomly stops when I could have used PS to remotely kick it... It's what's scripting is for, even as obtuse as I am, I know that.

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

          @gjacobse said in What Are You Doing Right Now:

          Wondering how I am going to improve my response and function when certain tools are turned off across the board.

          Have to GUI remote to a computer to restart a service that randomly stops when I could have used PS to remotely kick it... It's what's scripting is for, even as obtuse as I am, I know that.

          There are a couple of ways of handling this with a scheduled task.

          1. When the service crashes, is there an Event Log entry? If so, you can make a task to restart the service, if said log happens.

          2. Write a PowerShell script that does something like

          if ( (Get-Service -Name foo).Status -ne "Running" ) {
               Start-Service -Name foo
          }
          

          and have a scheduled task that runs that script at whatever your desired interval is.

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

            Tinkering with Hugo.

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

              Time to bag it,... The day rather burned me - so time to go home.

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

                Chewy keeps shipping cat litter and treats in the same box, with well-known consequences for said treats. Getting them to replace things now.

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

                  Been home and doing all sorts of house and yard work… jeez . And people wonder why I don’t ever get to take much time off…
                  Theee full time jobs:

                  • daily paid work
                  • daily house work
                  • being a parent
                  dafyreD 1 Reply Last reply Reply Quote 2
                  • dafyreD
                    dafyre @gjacobse
                    last edited by

                    @gjacobse said in What Are You Doing Right Now:

                    Been home and doing all sorts of house and yard work… jeez . And people wonder why I don’t ever get to take much time off…
                    Theee full time jobs:

                    • daily paid work
                    • daily house work
                    • being a parent

                    I feel your pain... and you can guess which one usually falls by the way side.

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

                      C06418F7-3AA3-4FD8-99E1-FED34A774AF3.jpeg

                      262A901E-43D0-4CEE-8AA4-2ACB8C92996D.jpeg

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

                        @jaredbusch Yay band! 😄

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

                          Getting this Friday started,... Right now am the only one in the office with one on vacation, two working from home, and the remaining two either on a site visit or something...

                          Looking to get home to inspect the 3D print that finished about midnight. Then it's high time I dealt with the four pork loins so they can get put in the smoker...

                          dafyreD 1 Reply Last reply Reply Quote 1
                          • dafyreD
                            dafyre @gjacobse
                            last edited by

                            @gjacobse That sounds like my kind of Friday after work, for sure!

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

                              @dafyre
                              Ah - One was just running a tad late... so there are three of us in office today.

                              Now - if I could just find a good spot to take a nap without having to drive to another site that would be great... I need to work on a filling my TPS Cover pages.

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

                                Had a server that's being replaced loose 3 of the 4 drives in its array last night. Happy Friday to me, not that it's ever a good day for that to happen! Not a surprise since it's a 7 year old server, and the 3 drives that failed are all original.

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

                                  Oh - Dear - God.

                                  Serious issues with 'folder' security. In that two PRIMARY DAILY NEED Folders got moved by users.

                                  Seriously - badly create shares for the resource if they can be moved like that.

                                  DashrenderD scottalanmillerS 2 Replies Last reply Reply Quote 0
                                  • DashrenderD
                                    Dashrender @gjacobse
                                    last edited by

                                    @gjacobse said in What Are You Doing Right Now:

                                    Oh - Dear - God.

                                    Serious issues with 'folder' security. In that two PRIMARY DAILY NEED Folders got moved by users.

                                    Seriously - badly create shares for the resource if they can be moved like that.

                                    really? wouldn't they have near full control so they can edit and add new files to the folder?

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

                                      @gjacobse said in What Are You Doing Right Now:

                                      Oh - Dear - God.

                                      Serious issues with 'folder' security. In that two PRIMARY DAILY NEED Folders got moved by users.

                                      Seriously - badly create shares for the resource if they can be moved like that.

                                      How would you stop that?

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

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        @gjacobse said in What Are You Doing Right Now:

                                        Oh - Dear - God.

                                        Serious issues with 'folder' security. In that two PRIMARY DAILY NEED Folders got moved by users.

                                        Seriously - badly create shares for the resource if they can be moved like that.

                                        How would you stop that?

                                        This was my question - assuming you have full rights to a folder, you can move the folder too. it sucks.. but it is what it is.

                                        maybe there is a way to prevent that I'm unaware of.

                                        dafyreD 1 Reply Last reply Reply Quote 0
                                        • dafyreD
                                          dafyre @Dashrender
                                          last edited by

                                          @dashrender said in What Are You Doing Right Now:

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          @gjacobse said in What Are You Doing Right Now:

                                          Oh - Dear - God.

                                          Serious issues with 'folder' security. In that two PRIMARY DAILY NEED Folders got moved by users.

                                          Seriously - badly create shares for the resource if they can be moved like that.

                                          How would you stop that?

                                          This was my question - assuming you have full rights to a folder, you can move the folder too. it sucks.. but it is what it is.

                                          maybe there is a way to prevent that I'm unaware of.

                                          Give users Read/Write at folder level instead of full control?

                                          DashrenderD scottalanmillerS 2 Replies Last reply Reply Quote 0
                                          • DashrenderD
                                            Dashrender @dafyre
                                            last edited by

                                            @dafyre said in What Are You Doing Right Now:

                                            @dashrender said in What Are You Doing Right Now:

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            @gjacobse said in What Are You Doing Right Now:

                                            Oh - Dear - God.

                                            Serious issues with 'folder' security. In that two PRIMARY DAILY NEED Folders got moved by users.

                                            Seriously - badly create shares for the resource if they can be moved like that.

                                            How would you stop that?

                                            This was my question - assuming you have full rights to a folder, you can move the folder too. it sucks.. but it is what it is.

                                            maybe there is a way to prevent that I'm unaware of.

                                            Give users Read/Write at folder level instead of full control?

                                            OK ? does that remove their ability to move the folder? you're still just read/writing

                                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 4440
                                            • 4441
                                            • 4442
                                            • 4443
                                            • 4444
                                            • 4443 / 4444
                                            • First post
                                              Last post