Skip to content

Troubleshooting

Windows 10 Upgrade won’t continue after reboot

Ran into a problem today, during windows 10 inplace upgrade, machine didn’t continue upgrade after reboot, it was about 70% of the update, machine shutdown and won’t restart again. Trouble shooting… yes I did find where is the issue. Because I have tested my Task Sequence like hundred times, I know what steps are 100% work and what might failed. In this case, I was 100% sure nothing wrong with my upgrade task, nothing wrong… 

Fix Windows 10 In-Place Upgrade Task Sequence infinity restart loop

We successfully did Windows 10 In-Place Upgrade for hundreds machines, but few of them went into infinity restart loop at the end. Troubleshoot wasn’t easy, especially do it remotely. Yeah, you are right, how to troubleshoot and fix a computer that reboot itself and also has bitlocker and bitlocker PIN? Sounds mission impossible, but WE DID IT!!! Make a Dart 10 ISO file, upload it to somewhere. Let’s hope you have the bitlocker key for… 

Duplicate users cause user-targeted mandatory deployment issues

Last friday one customer said their users didn’t get any applications from Software Center. So I started to check what is the issue, or if there is any issue. Applications are deployed to user collections as mandatory. Based on reports, applications are installed to some users successfully, there is no errors in the reports, but mostly shows just unknown. So I think, well “maybe people are in holidays, maybe machines are just not online, user… 

SCCM: Workaround for CB1610 replica MP issue (sp_BgbConfigSSBForRemoteService)

Before you read this, please understand Microsoft does NOT supported this kind of direct SQL edit, so please do not use this “workaround” in production. This is also a knowing issue, hotfix from Microsoft will come later. UPDATED: KB4010155 update rollup fix this issue. https://support.microsoft.com/en-us/help/4010155/update-rollup-for-system-center-configuration-manager-current-branch-v     I have been testing replica MP based on https://technet.microsoft.com/en-us/library/hh846234.aspx and https://sccmentor.com/2015/05/19/installing-a-replica-mp-in-configmgr-2012/ many months ago, using CB 1606. Everything works just fine. In this weekend I was trying to… 

SCCM 1606 + SQL 2016: Report subscription failed

Today my lovely handsome colleague Antti told me that SCCM report subscription doesn’t work, when tried to create report subscription send email attach with excel. Errors Web.Services.Protocols.SoapException: A delivery error has occurred. —> Microsoft.ReportingServices.Diagnostics.Utilities.DeliveryErrorException: A delivery error has occurred. —> Microsoft.ReportingServices.Diagnostics.Utilities.InvalidExtensionParameter: One of the extension parameters is not valid for the following reason: The value ‘EXCEL’ is not valid for setting ‘Render Format’. at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateSubscription(String Report, ExtensionSettings ExtensionSettings, Boolean isDataDriven, DataRetrievalPlan DataRetrievalPlan, String Description, String… 

SCCM package copy file to C:\Windows\System32 folder

I know you are going to laugh why did I write this post, this is not new, but once again I forgot it and spent few hours wonder why my SCCM package didn’t work. (Maybe shouldn’t do any SCCM stuff after vacation. I was on one week holiday trip in Tenerife. :D) The job was simply, copy one file to C:\Windows\System32 folder use SCCM package, not application. What…it didn’t work ?!?! 👿 Why?!?! Well, because… 

IE print pdf file error “Bad parameter”

How is this related with SCCM? No, it doesn’t 😀 But because of Adobe Reader was deployed by SCCM, and there is print problem, so it became “SCCM package” problem, and it became my problem. 🙂 So the problem is when open a pdf file in IE, when you click this little “print” icon in IE, we got an error from Adobe Reader “Bad parameter.” Although I am 100% sure nothing wrong with our Adobe… 

SCCM PXE boot failed after unintall WSUS.

Setup my test lab in this weekend to test SCCM TP 1609, and my PXE boot failed. SMSPXE.log shows: RequestMPKeyInformation: Send() failed. Unsuccessful in getting MP key information. 80004005. PXE::MP_InitializeTransport failed; 0x80004005 PXE::MP_ReportStatus failed; 0x80070490, PXE::CPolicyProvider::InitializeMPConnection failed; 0x80070490   When tried to open MP list, http://my_sccm_server/sms_mp/.sms_aut?mplist, it gave me HTTP Error 500.19 Error Code 0x800700e, unable to load DLL. So what happend? Well, because I uninstalled WSUS (not ask my way, I had my reason. 😀… 

All components Type and Availability shows “Unknown”. Failed to read the required Operations Management component registry key values on local computer; error = 6 (0x6).

This morning, I noticed in our SCCM Primary server, all components Type and Availability shows “Unknown” After awhile, “Type” and “Availability” shows correctly, about 60 minutes later, it shows “Unknown” again, and it just repeatedly changes itself. We rebooted the server, but it didn’t help. Investigating further, I saw that the compmon.log on the site server displayed the following errors: “Failed to read the required Operations Management component registry key values on local computer; error… 

A computer that is running Windows 10 Version 1511 reverts to a previous date and time

Perhaps not many people have this issue, but I would like to mention it here. The system date and time setting on a computer that is running Windows 10 Version 1511 (build 10586.xx) incorrectly reverts to a date and time that is at least one day in the past. https://support.microsoft.com/en-us/kb/3160312 If your envirment is in a private network or proxy, I suggest you run this step in your win 10 image capture process: Net stop…