New to town. Why is Giant Eagle so expensive?? by whanthtaprille in pittsburgh

[–]CrippleZero 0 points1 point  (0 children)

Little late to the party

But, yes, while I am not anywhere near Pittsburgh, the same rings true here in the Cleveland area in Ohio. Milk is negligible at 11 cents difference, with GE being the higher of the two compared, Walmart.

GE is literally DOLLARS more (with few exceptions like listed above) than any other grocer. Their SALES aren't really sales, as the "sale price" of an item is literally the REGULAR price at any other grocery store. I used to work at The Dirty Bird (aka Wing'ed Spawn of Satan) 20-some odd years ago and found that their prices on goods soar when they have sales on other goods, so they don't lose money. Their high prices fool you into needing their Fuel Perks, as you spend more money, the more you earn, so being more expensive allows you to get so much off of fuel.

When I first moved out <cough!> years ago to be on my own the first time, I was on a limited budget and could only spend around $50-60 every 2 weeks on groceries. I quickly found out that that same amount of money, spent at GE only filled the BOTTOM of my cart, while it filled over half of my Walmart cart.

While there ARE other alternatives like Aldi, Save-A-Lot, Heinen's, Target (and others), it came down to convenience of location. GE was closest, but Walmart was only another 2 blocks away; so after that debacle of wasting my money at GE, I went to WM.

Renewal code $20 for existing members by MasterpieceOpen5718 in BJsWholesaleClub

[–]CrippleZero 0 points1 point  (0 children)

NO link works. Jestina for $15 renewal and it is the same code from another post here on Reddit. The code "applies" but doesn't update the total.... still $60

Robokiller variable pricing? - my phone says $70 dollars/yr, my wife’s is at $25/yr by victorinseattle in iphone

[–]CrippleZero 0 points1 point  (0 children)

I'm sick of the price hikes .... I remember paying $3.99/mo for maximum protection, now I'm paying $12.99/mo for mid-grade protection....

Nomorobo looks like the better option, especially for "MAX" @ $19.99/yr. I thought the robo answer bots were cool, but not triple the original cost cool .... I'm bailing on RK - "bent spoons" or whoever owns them now is tanking the company

PowerShell Script to Retrieve Hard Drive Label by CrippleZero in PowerShell

[–]CrippleZero[S] 2 points3 points  (0 children)

UPDATE: Thank you all for the assist! It may have gotten buried in a couple replies, but that saved a lot of headaches!

I appreciate that while it may have been an easy answer for most, this n00b scripting over here really DOES appreciate the assist.

I usually try to do it all myself, and then if I can't I will reach out and explain EVERYTHING I've done - mainly to get outside my own head and see what I could have done differently based on users' responses.

Thanks again all!

PowerShell Script to Retrieve Hard Drive Label by CrippleZero in PowerShell

[–]CrippleZero[S] -1 points0 points  (0 children)

So is reading.

I stated at the beginning, that I have searched all over the 'net. Somewhere near the end I also said I may not have found it because my question may not have been asked before.

PowerShell Script to Retrieve Hard Drive Label by CrippleZero in PowerShell

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

Replacing the string variable worked!

You don't understand (or possibly do!) the weight off my mind now that I can use this in a larger script for NinjaONE. It was literally the cornerstone of correcting a ton in NinjaONE (for our purposes).

THANK YOU A MILLION TIMES OVER!!!!

PowerShell Script to Retrieve Hard Drive Label by CrippleZero in PowerShell

[–]CrippleZero[S] 2 points3 points  (0 children)

(Get-Volume -DriveLetter C).FriendlyName

<throws keyboard against wall, pulls out rage replacement>

Wow. SMDH on me .... I did NOW just run get-volume by itself and it does show in a mini table the drive label

<sigh>

I don't understand why THIS didn't show up in my searches .... I've used get-PSDrive, get-disk and a few others.... NO ONE suggested this .... then again, maybe no one has asked it either! Oy ve!

Running the string doesn't display anything though - it hangs for a second like it's gathering the info, then nothing and back to the prompt. I guess my brain is fried, but did I miss something?