ConfigMgr Task Sequence “Deploy” greyed out

This is a quick post. Just notice two of my Task Sequence “Deploy” is greyed out. What?!?!?! It is Friday, and I am not really much want trouble shoot anything..So.. I click “Disable”..Then “Enable”. Wow, “Deploy” is green again. The TS was created on beggining of last year, I don’t remember what build of ConfigMgr […]

Continue Reading

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 […]

Continue Reading

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 […]

Continue Reading

SCCM Content Settings Tool 2.1 (PersistCache, BranchCache, FallbacktoDP, DownloadOnSlownetwork)

Fixed: 23.10.2016, Change “PeerCache” to “BranchCache”, thanks for Phil! (I remembered why did I put peercache in the beginning, when using Application SDMPackageXML, it use a keyword “peercache” to define BranchCache settings. 😀 ) Updated: 23.10.2016, Added Package (Advertised), so please download the tool again. I thought was easy to make this tool when I […]

Continue Reading

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 […]

Continue Reading

Is this a good way to update ADK 1607 and custom boot image in SCCM?

NOTE: Read this article before you start do anything  https://blogs.technet.microsoft.com/enterprisemobility/2016/09/09/configuration-manager-and-the-windows-adk-for-windows-10-version-1607/ I don’t know if this is a good way to update ADK 1607 and custom the winpe.wim, that is how I did it. Since I have not been any MS events, classes or trainings. Honestly I have been only one day SCCM class in my […]

Continue Reading