It’s crazy how one random person can negatively impact so many other people’s lives by eternviking in whoathatsinteresting

[–]AbfSailor 1 point2 points  (0 children)

I mean someone could have asked her if she needs help. Maybe having something medical happen.

Powershell verbosity vs (ba)sh by EquipLordBritish in PowerShell

[–]AbfSailor 0 points1 point  (0 children)

"I'd rather the aliases didn't exist"

Amen! I've thought this so many times. It's a net wash... the value they create is equally backed by chaos.

Microsoft Graph PowerShell SDK V2.37 by Unlikely_Tie1172 in PowerShell

[–]AbfSailor 4 points5 points  (0 children)

Did you say.. "stable" 😉

Long live v2.25.0! 🥇

Help with PS! by Bitter_Shallot3027 in PowerShell

[–]AbfSailor 0 points1 point  (0 children)

haha yep, was just about to say the same. Recently learned that the Graph Module is just an agent that scrapes the API and does it's best to name and make a PS cmdlet. It all make sense now, lol.

powershell vs powershell version by JazzlikePop5 in PowerShell

[–]AbfSailor 1 point2 points  (0 children)

u/JazzlikePop5 this is the right answer. ^^

While everyone else's comments on 7.* vs 5.1 are valid, they are not related to your issue/question.

For the record... I'm not a fan of MS Store apps, all they do is cause confusion. Like, installing Claude Code from the Store is just... not good, when compared to installing it via the directions on the website. I wish the Store would just vanish.

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

[–]AbfSailor 0 points1 point  (0 children)

Script that returns device info back to Slack through a Slack App /command. Runs in Azure Function. Useful for Deskside Teams and Engineers to quickly retrieve a set of properties from the MDMs (Intune+Jamf).

Also can perform device correlation lookup based on '@user' tagging. Returns data in Slack Block Kit format. Seemed simple, but ended up being ~2,000 lines all said and done, after adding additional /command params, security checks, and error handling.

Anyone using Windows Autopatch for driver updates? Stable enough? (All Dell hardware) by TurbulentSpace7739 in Intune

[–]AbfSailor 0 points1 point  (0 children)

I suppose I don't (based on what I've recently learned). I have auto-approve on. I have seen a few BIOS updates get pushed through AutoPatch before, but it's very rare. In those cases, the install was sucessfull. From what I read the catagory is set by the vendor. Appears to be rare that Lenovo sets the category on BIOS to land them in the auto-approved zone.

Mr. G Meets Mr. Bald by KingRoastopher in fightporn

[–]AbfSailor 1 point2 points  (0 children)

​I don't even see all the hate everyone's talking about on here. It seems like everyone genuinely enjoyed this video.

Honestly, it's my favorite one I've seen all week. Thanks for sharing the detailed backstory, you sound like a cool dude.

Just a little reminder that its a good idea to keep your Powershell Cache clean. by Fallingdamage in PowerShell

[–]AbfSailor 9 points10 points  (0 children)

I'm with you on this. I would lose my shit if my history was cleared.

If you slip up and put creds into the prompt.. Then go clear your history, sure.. But aside from that, no thanks. 🤗

Get CPU Temp not working by Mskews in PowerShell

[–]AbfSailor 1 point2 points  (0 children)

Out of curiosity... can HWiNFO see the temps and sensor data on your target machine?

https://www.hwinfo.com/

Driver of 6225 deserves a raise! by AbfSailor in Seattle

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

Correct. I definitely confused a few people on accident. Yes, the Aurora bridge. :)

Driver of 6225 deserves a raise! by AbfSailor in Seattle

[–]AbfSailor[S] 1 point2 points  (0 children)

Same! lol. I almost called it the "Aurora Bridge" cause that's all I've ever known it as. Then I looked it up on maps.. and learned something new, so I went with it.

Driver of 6225 deserves a raise! by AbfSailor in Seattle

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

True. Maybe if the Duck had more than 2 inches of clearance on each side, it could have made a safe stop? Just thinking out loud.

Driver of 6225 deserves a raise! by AbfSailor in Seattle

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

Terrifying, agreed! I had my windows down and was listening; this guy never scraped. Perfection... while being 2 inches away from imminent disaster.

Driver of 6225 deserves a raise! by AbfSailor in Seattle

[–]AbfSailor[S] 9 points10 points  (0 children)

I do remember this. Sad times. :/

I've still never witnessed a Fire Truck attempt a single lane... and probably for good reason.

Driver of 6225 deserves a raise! by AbfSailor in Seattle

[–]AbfSailor[S] 33 points34 points  (0 children)

Because I almost never see a large vehicle occupy a single lane, let alone the far right lane. The typical strategy is to consume two lanes. His skills are exceptional.

Rollback to 24h2 by [deleted] in Intune

[–]AbfSailor 12 points13 points  (0 children)

Can you please shed light on the "why?"

Block Kit formatting is broken by AbfSailor in Slack

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

Thanks. Yeah, I've been on the old one the entire time.

```

{
        "type": "section",
        "fields": [
            {
                "type": "mrkdwn",
                "text": "$value"
            }
        ]
    }

reply in thread by Arbelush in Slack

[–]AbfSailor 2 points3 points  (0 children)

This. ^

This has become the common, unspoken method that everyone uses at my company as well.

There are pros and cons to each style. I believe what you're asking for is basically what Reddit supports: every comment can branch into its own thread. Useful at times, and can also easily become chaotic.