What Are You Doing Right Now
-
Closing ancient tickets.
-
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.
-
@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.
-
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.
-
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.
-
-
Tinkering with Hugo.
-
Time to bag it,... The day rather burned me - so time to go home.
-
Chewy keeps shipping cat litter and treats in the same box, with well-known consequences for said treats. Getting them to replace things 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
-
@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.
-
-
@jaredbusch Yay band!
-
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...
-
@gjacobse That sounds like my kind of Friday after work, for sure!
-
@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.
-
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.
-
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.
-
@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?
-
@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?
-
@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.
-
@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?
-
@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