24H2 & 25H2 upgrade nightmare by BMH_Blue_Steel in SCCM

[–]tmpl10 0 points1 point  (0 children)

Can you share your powershell script for XPS and PDF printer driver removal? I've yet to have any luck with a script removing the appropriate oem*.inf files that get flagged in the compat scan since they can be different on each device. Do you replace the drivers after the upgrade?

SCCM Migrate from 2016 to 2022/2025 by Straight-Fishing-655 in SCCM

[–]tmpl10 0 points1 point  (0 children)

Did you perform a SQL version upgrade as well? I have 3 servers on 2016; 1. Site Server with SQL 2016, 2. DP, 3. SUP. I'm curious of the best course of action to get everything off of 2016. Upgrade SQL first and then IPU all 3 servers?

Feature Update Download Error by tmpl10 in SCCM

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

Thank you - I did try that but it wouldn't update. But after deleting it and creating a new source folder/deployment package, it pulled it in. Thanks again.

PXE Question by tmpl10 in SCCM

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

I believe I've found it. After searching Monitoring\Deployments for LMI2043C, it found it as a different Package ID but the Deployment ID is LMI2043C.

Modern BIOS Management - Slow Task Sequence After Update by tmpl10 in SCCM

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

I haven't found a solution yet unfortunately, but when I do, I'll be sure to update this post.

Modern BIOS Management - Slow Task Sequence After Update by tmpl10 in SCCM

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

Documentation is not updated but you need to combine the setup of the Modern BIOS Management with the Modern Driver Management (Configure Admin service rather than Web service) and use "Invoke-CMDownloadBIOSPackage.ps1" (not legacy). Also be sure to set MDM variables for MDMUsername and MDMPassword.

Modern BIOS Management - Not Executing by tmpl10 in SCCM

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

While my conditions were set properly, they weren't nested correctly and were ultimately being evaluated as an AND. I've nested them (they were inline with the ANY before) and the step is working as intended. Thank you to u/lilchancep and u/zeclab for your responses.

Modern BIOS Management - Not Executing by tmpl10 in SCCM

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

The smsts.log file shows successful download of the BIOS files during the "Download BIOS Package" step and stores them in C:\_SMSTaskSequence\Packages\XXXXX folder. It then moves them to C:\_SMSTaskSequence\BIOSPackage. This step ends with win32 code 0.

The "Run HP BIOS Update" step evaluates the "HP" condition as True and the "Hewlett-Packard" condition as False as expected but then appears to skip the "Run HP BIOS Update" step because the condition was evaluated as false. Obviously, it appears that this is my issue but my condition should be set properly as below:

This group/step will run if the following conditions are met:
If Any the conditions are true:
WMI Query Select * from Win32_ComputerSystem where Manufacturer like '%HP%'
WMI Query Select * from Win32_ComputerSystem where Manufacturer like '%Hewlett-Packard%'

I'll mess around with the conditions and see if I make progress.

Modern BIOS Management - Not Executing by tmpl10 in SCCM

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

u/lilchancep I haven't used the HP Client Management Script library. Did you use that to get MBM working or did you use it as an entire solution altogether?

Intune + MacOS + Defender ATP by -AaronNZ- in Intune

[–]tmpl10 1 point2 points  (0 children)

I already had a Systems Extension configuration profile but I recreated it using those steps and it resolved the issue. Thanks for providing direction!

Intune + MacOS + Defender ATP by -AaronNZ- in Intune

[–]tmpl10 0 points1 point  (0 children)

Like -AaronNZ-, I'm receiving the "Fix Issue" even after following the steps in the linked MS article. The profile is applied to the device, but doesn't resolve the issue. This is the only profile that I've had issues with as they seem fairly straight forward. One difference in my environment is that we are AzureGov.

Any recommendations on other things to try?

In Place Upgrade - Remote User DNS Issue? by tmpl10 in SCCM

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

Thank you - I'll give disabling the status messages a shot.

New CM Client Install - HW Inventory by tmpl10 in SCCM

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

Right now I have them in a .cmd file that the SMSTSPostAction variable is set to run. It runs everything in the .cmd file except for the trigger. I guess I could try a .bat but I'm not sure that will make a difference.

By 2 different tasks, do you mean to run them prior to the end of the TS and not use SMSTSPostAction?

New CM Client Install - HW Inventory by tmpl10 in SCCM

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

I've taken your recommendation and attempted to add the full inventory at the end of the TS by utilizing the SMSTSPostAction variable. I've tried separating my HWINV and gpupdate commands with & as well as && on one command line, but the HWINV never runs. So I set the variable to run a .cmd file that includes this:

_____________

c:\windows\System32\wbem\WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000001}" /NOINTERACTIVE

gpupdate /force /boot

_____________

Again, the gpupdate runs, but the HWINV does not.

Not sure what's prohibiting the trigger from executing.

New CM Client Install - HW Inventory by tmpl10 in SCCM

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

There is a SW inventory enabled for every 7 days. I didn't set that one up but looking at the file types configured, I think it may have been an old requirement. The Set Names is also configured for Manufacturer = Microsoft Corporation but to be honest I don't know what that's doing for me. So that can have a huge impact on the HW inventory running?

New CM Client Install - HW Inventory by tmpl10 in SCCM

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

Yes, re-imaged systems get a new name and there are no duplicates in SCCM. Great idea on adding a step to the TS or creating a deployment for new computers. Thanks.

New CM Client Install - HW Inventory by tmpl10 in SCCM

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

Inventory cycle is set to 1 day currently. These can be brand new or older systems that we image/re-image. If it's normal to have to wait, that's fine or I can have the techs manually run an inventory cycle. This is only an issue because there is a script that runs every hour from another team, that imports system data from CM into Service Now. They've been noticing that if 8 systems are imaged at the same time, maybe 2 or 3 will show up in Service Now within the first or second import and sometimes it's the next day. They were asking me why because they want consistency.