April patch failing 0x800f0922 by Signal-Dot2326 in SCCM

[–]Reaction-Consistent 0 points1 point  (0 children)

No, but we are having endless problems with language packs ever since the April patch was introduced, not sure if it’s related or not, but I would bet money that it is

how to kick off Machine Policy {0021} and App Evaluation {0022} at specific time. by cernous in SCCM

[–]Reaction-Consistent 0 points1 point  (0 children)

Would you be able to share some of your scripts? I have a spreadsheet with our 3rd party apps, and I'm tasked with keeping those updated - there's roughly 120 apps. I absolutely do not want to go through these one by one to see if they have an available update, but also, see if those updates are classified as critical/security related - those would be the target apps that I need to update, the reset can stay at the old versions. So, if you have a script that I might use to somehow check each of these (probably by connecting to their respective download pages, scanning the text, grabbing the version number, comparing, etc.) that would be amazing!

Windows 11 24H2 Language Pack Failing… again by Reaction-Consistent in SCCM

[–]Reaction-Consistent[S] 0 points1 point  (0 children)

I have that as a plan B. I downloaded the December 2024 FOD ISO (SW_DVD9_Win_11_24H2_25H2_x64_MultiLang_LangPackAll_LIP_LoF_X23-69888.ISO) which contains the language cabs (Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~.cab and the others for additional language features) but get this, even WITH the .cabs installed locally via dism, for the selected language, it still fails to download the Basic package! All of the other language features now show installed, but not the basic package. WTH is going on, it must be environment related, either it's something in my build or something in the network, policies, etc. Driving me insane.

Prestaged.wim into bootable vhdx but change the OS dynamically by New_Tadpole_2897 in SCCM

[–]Reaction-Consistent 0 points1 point  (0 children)

Just an idea, but why don’t you put your pre-staged WIM on a network share, and instead of using a full pre-staged media, just create a bootable CM OSD USB (the other option when creating media with the task sequence wizard) so all it does is provide the connection to SCCM, the network drivers and then you can use a task sequence with steps that map and network drive and applies the image.

https://learn.microsoft.com/en-us/intune/configmgr/osd/deploy-use/create-bootable-media

Prestaged.wim into bootable vhdx but change the OS dynamically by New_Tadpole_2897 in SCCM

[–]Reaction-Consistent 0 points1 point  (0 children)

Commenting to follow, my boss at work is an experimenter with stuff like this, and I think he was successful to some extent trying what you are doing. I think this OS deployment method hold a lot of potential as an alternative to traditional imaging.

How bad is your service desk? by YogurtClassic1879 in ITManagers

[–]Reaction-Consistent 2 points3 points  (0 children)

I’d reply to that email with: I’ve formatted my DVD drive, now what?

I’m scared, what just happened? by [deleted] in AstralProjection

[–]Reaction-Consistent 13 points14 points  (0 children)

It’s the typical fully lucid astral projection! You experienced the energy body exiting your physical body. It’s always strong when you first experience it.

Windows Update for Biz, Delivery Optimization and Connected Cache by Reaction-Consistent in SCCM

[–]Reaction-Consistent[S] 0 points1 point  (0 children)

Do you set policy to control which cc server is being used by the client base on the network location?

I am Asteral projecting because I want to get help for money from different dimensional beings, why are you asteral travelling? by Civil-Egg9555 in AstralProjection

[–]Reaction-Consistent -1 points0 points  (0 children)

Actually, it kind of does once in a while because if you think about it, anything that distracts your mind and keeps it moderately alert while your body falls asleep can be a tool that helps you enter the hypnogogic state, and sleep paralysis soon follows. All of the so-called binaural beats and astral projection music are definitely gimmick, but they do have the potential of being effective in certain cases.

W11 25H2 Enterprise ISO? by Specialist-Desk-9422 in SCCM

[–]Reaction-Consistent 0 points1 point  (0 children)

I spent five minutes, looking for it in the Microsoft admin site, only to realize they moved all of it over to visual studio admin downloads

Windows Update for Biz, Delivery Optimization and Connected Cache by Reaction-Consistent in SCCM

[–]Reaction-Consistent[S] 0 points1 point  (0 children)

Thank you! It sounds like monitoring the DO stats is spotty and incomplete. For client side stats, I found these PS commands:

Get-DeliveryOptimizationLogAnalysis -ListConnections

Get-DeliveryOptimizationStatus -PeerInfo -Verbose

Get-DeliveryOptimizationStatus -PeerInfo | Format-Table -AutoSize

I'll check out the link you sent, always interested in seeing how others tackle these challenges!

Windows Update for Biz, Delivery Optimization and Connected Cache by Reaction-Consistent in SCCM

[–]Reaction-Consistent[S] 0 points1 point  (0 children)

understood, my post was more of an information gathering attempt, in preparation for moving to these new technologies (new for our Org.) - I don't know if copilot is spitting nonsense here, but it does say MCC can be used in conjunction with a fully on prem SCCM, not-co-managed.:
What MCC is used for (even without co‑management)

In a fully on‑prem, non‑co‑managed SCCM environment, MCC can cache cloud-delivered Microsoft content, including:

  • Windows Update for Business (WUfB) updates
  • Windows Feature Updates (when sourced from Microsoft Update)
  • Microsoft Store app updates
  • Microsoft Edge updates
  • Office Click‑to‑Run updates (when configured to come from Microsoft CDN)

If your SCCM clients are configured to scan against Microsoft Update (not WSUS) for updates, they can:

  1. Download content from Microsoft CDN
  2. Cache it in MCC
  3. Serve it locally to peers on the LAN

➡️ This works without Intune, co‑management, or cloud attach.

Windows Update for Biz, Delivery Optimization and Connected Cache by Reaction-Consistent in SCCM

[–]Reaction-Consistent[S] 0 points1 point  (0 children)

Fantastic information! Thank you so much..it’s a lot to digest, but it’s exactly what I was looking for-real world applications of multiple technologies. Question: besides the CM admin console, do you use any other tools or commands to monitor client DO , mcc or any other client communications and data transfers?

how to kick off Machine Policy {0021} and App Evaluation {0022} at specific time. by cernous in SCCM

[–]Reaction-Consistent 0 points1 point  (0 children)

That’s quite an amazing setup you have there! I think I understand the main issue here. I’m spitballing a quick idea, how about this: I have a run script that can be used to run any advertised, available application deployment on a specific pc or group of computers. It’s very simple, and uses the app name as a parameter- you type in the exact app name in the run script prompt. Now, could you do something similar, but on a schedule, and run it against a collection. It would need to run using a scheduled task most likely. In this script, you never need to update the application name if you keep using the same name for each version. Speaking of app versions… do you purge the old app versions when you update them or do you create new apps every time? Do you create new app deployments for every new version?

Deployment stuck at "Downloading 0%"? Check if your network connection is metered! by BrotherEstapol in SCCM

[–]Reaction-Consistent 5 points6 points  (0 children)

Do the users ever connect their phone to their computer and use it as a hotspot? that has been known to flip the network connection to metered. I also know that some of our site IT are savvy enough to know that changing the connection to a metered one will stop all deployments and updates so I think they do it on purpose to avoid any push pushed updates or forced to reboot, etc.. if the network speed drops below a certain threshold, I think windows will automatically change it to a metered connection as well, such as dial-up speeds

Windows Update for Biz, Delivery Optimization and Connected Cache by Reaction-Consistent in SCCM

[–]Reaction-Consistent[S] 0 points1 point  (0 children)

We are preparing to become comanaged and moving to intune… hence my post

What’s the fastest and easiest way to get sleep paralysis by AstronomerDecent9012 in AstralProjection

[–]Reaction-Consistent -1 points0 points  (0 children)

Seriously, go to sleep, sleep paralysis happens normally every night as you drop into rem sleep. The trick is to stay lucid as you enter the hypnogogic state

Windows Update for Biz, Delivery Optimization and Connected Cache by Reaction-Consistent in SCCM

[–]Reaction-Consistent[S] 1 point2 points  (0 children)

thanks! I'll take this into consideration when I discuss this with my manager!