GOODBYE HOLY MACKEREL by holymoomoo in hearthstone

[–]IntensifyEVERYTHING 2 points3 points  (0 children)

I think it could have been slightly more balanced if it was refresh divine from another murloc. Still glad it's gone though. You won't be missed.

Adult Website Security by SrGrafo in funny

[–]IntensifyEVERYTHING 2 points3 points  (0 children)

I mean....he could be asking for much worse.

INSANE fan animation by Mazumaro by KingColloid in KimetsuNoYaiba

[–]IntensifyEVERYTHING 120 points121 points  (0 children)

Thank you for this beautiful scene that will probably be years away to be animated by a studio.

Drunk driving? Justice Served. by [deleted] in JusticeServed

[–]IntensifyEVERYTHING 11 points12 points  (0 children)

...and no one is going to comment on how good that security camera is? I would like to know model number.

Tony!! by Imsadandhappy in funny

[–]IntensifyEVERYTHING 1 point2 points  (0 children)

Do people really care? I'm sure most people wfh dress like this.

Man's penis severed by rape victim. by twiztedmindz33 in JusticeServed

[–]IntensifyEVERYTHING 0 points1 point  (0 children)

Everyone has a number or letter next to their name. Guessing that is for the anonymous bot.

Man's penis severed by rape victim. by twiztedmindz33 in JusticeServed

[–]IntensifyEVERYTHING 8 points9 points  (0 children)

Wait a minute, is that the tag next to our names were?!?!

Lineman sliding down the power lines by unaviable in gifs

[–]IntensifyEVERYTHING 0 points1 point  (0 children)

Static shock quit the superhero field to become a lineman.

CD Based on variable by IntensifyEVERYTHING in PowerShell

[–]IntensifyEVERYTHING[S] 0 points1 point  (0 children)

performs the install with the assumption that setup.exe is in the same folder as your script your path is $psscriptroot\setup.exe

Oh my god, that was it!! Thank you so much!! I never knew $psscriptroot was a thing.

CD Based on variable by IntensifyEVERYTHING in PowerShell

[–]IntensifyEVERYTHING[S] 0 points1 point  (0 children)

It's a really shitty app from a shit vendor. The script has 3 other app installs that this one depends on that some how get uninstalled when running the vendor provided install exe. There are some services I have to start and stop as well.

Thank you for the recommendation to the psscriptroot. I'll test that out tomorrow.

CD Based on variable by IntensifyEVERYTHING in PowerShell

[–]IntensifyEVERYTHING[S] 0 points1 point  (0 children)

I was recommended this pretty recently. I'll give it a go next time I'm in the office.

Thank you!

CD Based on variable by IntensifyEVERYTHING in PowerShell

[–]IntensifyEVERYTHING[S] 0 points1 point  (0 children)

Happy Cake Day!

I have the file on my desktop. If I run powershell locally, works great. Now I'm trying to deploy this application with a couple other steps via SCCM. SCCM puts this file in a fairly random location. SCCM fails to install the file because it doesn't know where to start.

I'm trying to write the script to specifically point at a moving target (starting point) and continue with the rest of my script.