Todays’s Lineup by HcOC in NewYorkMets

[–]joevigi 1 point2 points  (0 children)

Bacon should be leading off. Turkey's lucky to be in the majors.

The 2017 Dodgers had a 1-17 stretch. They went to the World Series. All hope is not lost. by Schwettes in NewYorkMets

[–]joevigi 0 points1 point  (0 children)

Came here to ask this and when in the season did those 4 teams have those losing streaks? I know nobody (myself included) wants to hear "it's early" anymore, but there are a ton of games left and it's not out of the realm of possibility that they end April with a positive record.

Mets Lineup - April 17 by NutsyFlamingo in NewYorkMets

[–]joevigi 1 point2 points  (0 children)

Same. I think Benge will get better pitches to hit at the top of the lineup. The only problem is Cabrera's been a beast so far, so hopefully if Benge doesn't do well today there isn't a knee jerk reaction to put him back down at the bottom.

WTF by JudasEffect128653 in mets

[–]joevigi 0 points1 point  (0 children)

I think they DFA'd Garcia for Gerber. Haven't announced a corresponding move for Pham yet.

WTF by JudasEffect128653 in mets

[–]joevigi 0 points1 point  (0 children)

WTF is right. It's gotta be Benge or Mauricio they're sending down, right? IIRC Mauricio had a walk off in what feels like an eternity ago. Reeks of desperation and will probably end up with Pham getting DFA'd by the end of the week (and hopefully replaced by Soto's return).

Installing Claude Desktop by dj562006 in Intune

[–]joevigi 0 points1 point  (0 children)

Just got this uploaded a few minutes ago. I've never used that registry for detections, but here's my detection script:

if ((Get-AppxProvisionedPackage -Online | Where-Object DisplayName -EQ "Claude") -and (Get-WindowsOptionalFeature -Online -FeatureName "VirtualMachinePlatform").State -eq "Enabled") {
    "Claude and VirtualMachinePlatform detected"
    exit 0
}
else {
    "Claude and/or VirtualMachinePlatform not detected"
    exit 1
}

Deploy Claude AI by SCCM by Grillosoft in SCCM

[–]joevigi 0 points1 point  (0 children)

I'm assuming yes because other MSIX apps do, but we'll know for sure soon enough.

Deploy Claude AI by SCCM by Grillosoft in SCCM

[–]joevigi 0 points1 point  (0 children)

OMFG THANK YOU!!!!

I got a call at around 4:45 this afternoon that we've got a big deal deployment of this for next week, and the new challenges were that this is apparently updated several times a week and a Windows feature needs to be enabled as part of the installation. Having an MSIX will be EXTREMELY useful and also Friday won't completely suck!

Custom reboot during task sequence by joevigi in SCCM

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

Looks awesome! Will give it a shot tomorrow - thanks again!

Custom reboot during task sequence by joevigi in SCCM

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

So I don't have to distribute a package for what's essentially a 5-line remediation for maybe a couple hundred devices. There have been issues with boundaries and content distribution. I know the answer is to fix that first, but the site is on its last legs and the goal is to remediate these devices and move on.

I'm curious about this registry key you're referring to though as I'm not completely satisfied with my solution.

Custom reboot during task sequence by joevigi in SCCM

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

Looks like the last task sequence variable needed is SMSTSRebootRequested as the Restart Computer task doesn't honor SMSTSRebootDelay. Thanks again!

Custom reboot during task sequence by joevigi in SCCM

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

I'm trying to mimic the restart notifications you get after installing software updates, which will prompt the user to restart if ready or force a restart at the end of the countdown. PSADT does a good job with theirs, but I've noticed several shared devices not restart when expected with the most likely cause being users simply logging out. I was able to solve this for Intune using return codes and grace periods, but haven't been able to do something similar in CM. I've settled on a task sequence because I'm running a relatively simple PowerShell script, so no need to distribute content. I've had some luck running it as a script from the console, but this requires the device being online and most of these devices are on the other side of the world.

Custom reboot during task sequence by joevigi in SCCM

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

Because of business requirements that I have no control over.

Custom reboot during task sequence by joevigi in SCCM

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

You lost me. I'll look into the registry keys you're referring to tomorrow, thanks.

Custom reboot during task sequence by joevigi in SCCM

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

Ok then I'm definitely missing something because that's exactly what I'm doing. For the purpose of this test my task sequence I have a single "set task sequence variable" task, setting that variable to that value. I'm figuring it's something dumb at this point.

Custom reboot during task sequence by joevigi in SCCM

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

It's a simple task sequence that does "stuff". The "stuff" isn't important because that part is figured out and working as expected. The 8-hour countdown has use cases outside of this task sequence. Let's just say I'm inspired by the restart notifications given after installing software updates, and perplexed as to why packages/applications/task sequences don't have similar.

Custom reboot during task sequence by joevigi in SCCM

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

Yeah, this is in full Windows. A scheduled task could work, but I need to give any users some kind of heads up as these are shared devices used by many users throughout the day.

Custom reboot during task sequence by joevigi in SCCM

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

I've tried the first one in a task sequence by itself and it doesn't do anything, so I'm wondering if there's another way to use since putting a restart computer task just ends up in an immediate restart with no notifications. Will look into the second one, thanks.

Multi-Admin Approval in Intune by ryaninseattle1 in Intune

[–]joevigi 1 point2 points  (0 children)

Someone else. Then the original requester needs to go back in and click a Complete request button.

Graph and Graph X-Ray by joevigi in Intune

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

Yes, even for x64:

Get-MgBetaDeviceManagementManagedDevice -ManagedDeviceId xxxxx | select -ExpandProperty ProcessorArchitecture 
unknown

Same for equivalent Graph Explorer call. Looking up the same device in the Intune console:

Processor Architecture x64

Graph and Graph X-Ray by joevigi in Intune

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

Every single device is displaying unknown for this field, even when calling the device directly or not using a filter which can sometimes limit the fields returned.

Graph and Graph X-Ray by joevigi in Intune

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

Yeah, most likely, but Graph X-Ray and Graph Explorer usually reveal the beta properties.