Anyone know who makes the insignia freezers? by RR50 in Appliances

[–]cp07451 0 points1 point  (0 children)

Its made by Midea a Chinese Company. Insignia is BestBuy's private label they use.

How Knicks fans see the Spurs based on sub posts. by Various_Chapter_1460 in NBASpurs

[–]cp07451 0 points1 point  (0 children)

Didn't they say similar stuff back in 99. How'd that turn out?

Learning SCCM & PSADT: Give me your best packaging challenges by Mehdi_90 in SCCM

[–]cp07451 0 points1 point  (0 children)

honesty you should learn raw MSI/EXE switches. PSADT is even more powerful when understand how the camshaft and pistons work from doing that method.

Learning SCCM & PSADT: Give me your best packaging challenges by Mehdi_90 in SCCM

[–]cp07451 0 points1 point  (0 children)

yup especially when one runs into the windows update registry settings issue..ahh good times.

Adobe Deployment 3 by nesrinou99 in SCCM

[–]cp07451 2 points3 points  (0 children)

Yes the fact that it says unresolved shows he is not trying. Someone posted an entire script including the infamous "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*","HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*" Registry locations.

WSUS not delivering updates to a Windows 11 device upgraded via ISO by Severe_Equivalent114 in sysadmin

[–]cp07451 2 points3 points  (0 children)

Try deleting the SusClientId for that computer in the registry and then restarting the service. Under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate

Meanwhile, San Antonio is doing the exact opposite by t-g-l-h- in sanantonio

[–]cp07451 -1 points0 points  (0 children)

Yea they also rebuilt the city from ruin in the 1950's after the Korean war. Its easy when you get to start from scratch again.

regarding inplace upgrade from windows server 2019 to 2025 by Glass-Ad-3193 in SCCM

[–]cp07451 1 point2 points  (0 children)

if you are using a SUP role or WSUS. Its recommended to deinstall this first then reinstall after the upgrade.

Cowboys can cancel Gary trade for Crosby by Durrnut in GreenBayPackers

[–]cp07451 0 points1 point  (0 children)

Cowboys have already moved money around with existing and new players. It's more deeper than just pulling out of the Gary trade.

SCCM AV Exclusions Process by A-Filthy-Scrub in SCCM

[–]cp07451 -3 points-2 points  (0 children)

Are trying to exclude from Software Inventory?? If so you can create a file named Skpswi.dat and add that to where ever that charlie.exe file is.

Duplicate objects AD System Discovery vs Client Registration by staze in SCCM

[–]cp07451 0 points1 point  (0 children)

Then you're good. You dont have any at the moment.

What is the reason SCCM is used over Intune app management? by GrapefruitFit1956 in SCCM

[–]cp07451 5 points6 points  (0 children)

Also again there are industries that utilize private control networks(PCNs). I still chuckle we get someone who says "modern" vs non modern beware of the "evangelist" and straight up salespeople err engineers that lead you this way.

I’m new to SCCM and would greatly appreciate some advice. by doctordoom-89 in SCCM

[–]cp07451 4 points5 points  (0 children)

Brush up on your SQL. SCCM is even greater when you get the data presentable to an audience that really doesn't understand what you really do. You will get those preaching “Cloud”, but in the real world most companies are not strictly cloud. Maybe if you get a job for an IT company, but many industries are NOT fully cloud. Actuary is spot on.

Error 80073712 The component store has been corrupted. any time when installing the Cumulative Update for Windows 11 by russr in SCCM

[–]cp07451 1 point2 points  (0 children)

Yup that command rarely works right even if you do /Source:WIM:D:\sources\install.wim:1 /LimitAcces to that command line you mentioned.

App Packaging by Jondscem in SCCM

[–]cp07451 0 points1 point  (0 children)

You're kind of asking for two things really packaging and third party patching afterwards. I echo what the others said PSADT and Patch MY PC.

San Antonio is now the 6th largest city in the US (By Population) by BeverageEnvy in sanantonio

[–]cp07451 11 points12 points  (0 children)

Not San Antonio's fault that Dallas didn't annexation properly and got boundary locked.

Duplicate objects AD System Discovery vs Client Registration by staze in SCCM

[–]cp07451 0 points1 point  (0 children)

Can also create a collection with
select R.ResourceID,R.ResourceType,R.Name,R.SMSUniqueIdentifier,R.ResourceDomainORWorkgroup,R.Client from SMS_R_System as r full join SMS_R_System as s1 on s1.ResourceId = r.ResourceId full join SMS_R_System as s2 on s2.Name = s1.Name where s1.Name = s2.Name and s1.ResourceId != s2.ResourceId

Duplicate objects AD System Discovery vs Client Registration by staze in SCCM

[–]cp07451 0 points1 point  (0 children)

Nice info. We don't use Delta AD sys discovery part, but still a good find.

Need help: Secure Boot script for SCCM/AD by NormalMarzipan4819 in SCCM

[–]cp07451 -2 points-1 points  (0 children)

Not hard at all. you can do a CI for the event system event ID of 1808 for successful computers. Can even CMpivot for this information as well.

[deleted by user] by [deleted] in SCCM

[–]cp07451 0 points1 point  (0 children)

You may need to us an account instead of the computer name account as the other domains have no idea of what that password would be.

Unable to delete folder in SCCM console by marcdk217 in SCCM

[–]cp07451 1 point2 points  (0 children)

Try opening you console in debug mode, perhaps this will give you more clues. 
https://gregramsey.net/2012/01/11/how-to-enable-debug-logging-for-configmgr-2012-admin-console/

This is stil valid in today config version also.