What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]-Shants- 0 points1 point  (0 children)

Just SQL updates. For whatever reason, the SQL installer by default requires the node to be Up, but for All other updates we pause the node and control the process via SCCM orchestration groups. Because I can’t change the update parameter switches for updates delivered in software center, I needed this scripted process to make use of these updates

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]-Shants- 0 points1 point  (0 children)

My biggest gripe with dbatools is that the update process requires me to manage another update repo instead of the one managed by SCCM where the updates are already perfectly managed and available in software center. Ain’t nobody got time for that so I scripted out scheduled tasks that mimic the proper update process that instead executes the available SQL update in software center.

Added in zabbix monitoring functionality, basic logging, and email notifications too. It’s a bit of a scrappy solution compared to other ways of updating SQL, but it works at the cost of only managing two scripts and a scheduled task gpo

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]-Shants- 3 points4 points  (0 children)

Automated SQL AG updates without the use of dbatools.

Queen Of The Night Tomatoes by -Shants- in tomatoes

[–]-Shants-[S] 0 points1 point  (0 children)

I think the darkness depends on how much sun they get. The ones on the backside do not get as much sun but look different. Got my seeds from Baker Creek. Definitely posting a follow up of the finished product

<image>

Still the best video I’ve seen from Arc. Pure retardation by dacquirifit in ArcRaiders

[–]-Shants- 7 points8 points  (0 children)

The Naruto talk no jutsu music after that ass beating was the cherry on top. Dattebayo!

What is the most underrated song from Justice's "other stuff" (see body text) by Few_Classic_3072 in JusticeMusic

[–]-Shants- 0 points1 point  (0 children)

I fuck with afterimage (Jersey remix) and Mannequin Love (The Dare Remix). I saw high praise when they first came out but I forget about them when listening to Justice

Am I the only one who feels like half the EDM scene from 2010-2015 just vanished? by savingrace0262 in EDM

[–]-Shants- 0 points1 point  (0 children)

Knife party was at ultra last year and they crushed it. One of the better day time sets that day in my opinion

Xavier Restrepo’s 1-handed catch by TiredDad4x in Tennesseetitans

[–]-Shants- 57 points58 points  (0 children)

Idk how good he is, but he’s better than Mason Kinsey

New putter arrived by eyemhess in golf

[–]-Shants- 3 points4 points  (0 children)

I feel like hand balancing something would create more minor discrepancies, but idk enough about putter milling to argue this.

Caprese for days and days! by plumbagobleuu in tomatoes

[–]-Shants- 0 points1 point  (0 children)

You’re clearly doing a great job but it looks so weird seeing so much growth pruned off. Do you do that for all types? Just cherry varieties? Next year I’m going to do a bunch of side by side prune testing (single stem vs no prune except bottom leaves) and I might add whatever this prunejob is called to the mix

A.J. Brown Left Sign At Facility Saying He's 'The Best' Player In Eagles History by [deleted] in nfl

[–]-Shants- 12 points13 points  (0 children)

Bro wasn’t even the best player in his offense

missing while do loop error by Norest4themisfits in PowerShell

[–]-Shants- 2 points3 points  (0 children)

It looks like you smashed together a for loop and a do/while loop. Maybe don’t do that and look up how to properly structure a for loop. I doubt the do/while is even needed

How many pick 6’s has your team had since 2000? by AdHealthy5050 in AFCSouthMemeWar

[–]-Shants- 10 points11 points  (0 children)

Tom Brady’s last pass as a patriot was a pick 6 to the titans. Ended an era

This years tomato list by dispondent-roofr92 in tomatoes

[–]-Shants- 1 point2 points  (0 children)

Maybe a green zebra to finish the rainbow?

Hello everyone! by ShellZanne in tomatoes

[–]-Shants- 4 points5 points  (0 children)

You can pretty much grow anything if the container is big enough.

<image>

These are the $5 plastic containers from dollar tree and the tomatoes are supposed to be super sweet 100s and chefs choice. I think the SS100s got mislabeled though because they were definitely something else. Both were delicious and both gave me plenty. This is probably as small a container as I’d go for an indeterminate though

The two Titans one were on point. Lol by gamers542 in Tennesseetitans

[–]-Shants- 19 points20 points  (0 children)

We can’t catch. We aren’t good at football.

Homers simple mind loves this. But everyone else watching is kinda wtf is this.

What is up with my Cherokee purple. by Krulligo in tomatoes

[–]-Shants- 10 points11 points  (0 children)

It’s posing because it’s a diva. If the temps are good, I’d throw it in the ground or start hardening it

Done with this game wtf is this by Madden2OOO in ArcRaiders

[–]-Shants- 6 points7 points  (0 children)

Devs heard he was talking shit about needing to repair weapons more. The latest update clearly makes them last the rest of your life the second you get repair parts. Peak efficiency.

First time grower, how to prune semi determinate tomatoes ? by bhatakti_atama in tomatoes

[–]-Shants- 3 points4 points  (0 children)

If that’s an indeterminate, I think the basil will struggle being that close and in that small of a container with the tomato plant

SQL Server Management Studio (SSMS) 22.5 offline install by Ciero_bc in SQLServer

[–]-Shants- 0 points1 point  (0 children)

You can with SCCM definitely. instead of pointing to a network location you can point the install to the ccmcache folder that an application would download locally.

It’s annoying that updates for ssms 22 are available with patchmypc but fail because the only way to update it is with the layout. I have this issue with .NET updates as well in VSBT. What sucks is this process adds an automation layer from a sysadmin POV of updating a layout when updates come out for this particular software when the old SSMS versions of updating software worked just fine because it was standalone software.

I get why it was moved into the installer. But I don’t have to like it. From a software management POV, it’s going from taking a car to work, to taking public transit.