The program for advertisement "CEN20199" has not been run yet ("CEN0018E" – "*"). Software Distribution is currently paused on this computer, and it has to be resumed before this program can begin.

You may get above (The program for advertisement "XXXXXXX" has not been run yet ("XXXXXXXX" – "*"). Software Distribution is currently paused on this computer, and it has to be resumed before this program can begin. ) error and your advertisement will never run…  because system required a reboot to continue further any installation……   … Read more

MPcontrol.log error in native mode call to http SendRequestSync Failed for port 443 with status code 403, text : Forbidden

  after all struggles  found this was due to communication issues with the PKI and SCCM Server and required a Reboot (PKI Server then SCCM Server both) was resolved the issue.   Also noticed if we show the client authentication – Computer certificate then it should work… how ever I recommend to go for reboot

MPcontrol.log error in native mode call to http SendRequestSync Failed for port 443 with status code 403, text : Forbidden

  after all struggles  found this was due to communication issues with the PKI and SCCM Server and required a Reboot (PKI Server then SCCM Server both) was resolved the issue.   Also noticed if we show the client authentication – Computer certificate then it should work… how ever I recommend to go for reboot

Confuse – USMT & MDT & SIM

The confusing parts … 1) USMT: Will have below files MigApp:- To migrate the Application settings like Outlook dictionary Miguser:- To migrate the Local Users membership MigDoc:- TO migrate the File types that you wanted to migrate Custom.XML: the above three can be overwriten if you want any of above or apart from that to … Read more

Error information 0xC1030104

Add the following to your DHCP scope options:if you want to use DHCP Scope options 066 Boot Server Host Name – DNS name of PXE server 067 Bootfile Name – smsbootx86wdsnbp.com For not to listen the DHCP on Ports (WDS Port & DHCP Ports are same so you must execute this registry change),…………… WDSUTIL /Set-Server … Read more

WMI Fix Batch file to run on multiple systems

@echo off%windir%system32wbemwinmgmt /clearadap%windir%system32wbemwinmgmt /kill%windir%system32wbemwinmgmt /unregserver%windir%system32wbemwinmgmt /reserver%windir%system32wbemwinmgmt /resyncperfnet stop winmgmt /yif exist %windir%system32wbemrepository.old rmdir /s /q %windir%system32wbemrepository.oldren %windir%system32wbemrepository repository.oldregsvr32 /s %systemroot%system32scecli.dllregsvr32 /s %systemroot%system32userenv.dllfor /f %%s in (‘dir /b /s %windir%system32wbem*.dll’) do regsvr32 /s %%sfor /f %%s in (‘dir /b /s %windir%system32wbem*.mof’) do mofcomp %%sfor /f %%s in (‘dir /b %windir%system32wbem*.mfl’) do mofcomp %%snet start winmgmt%windir%system32wbemwmiprvse /regserver … Read more

state messages for some reason is not being updated correctly Causes Updates Compliance Report Issue

run the below script to get the actual system state. this will help to report back actual compliance of patch level to SCCM Server   Option ExplicitOn Error Resume Next Call RefreshServerComplianceState ‘ WScript.Echo “Finished” Sub RefreshServerComplianceState()     ‘ Initialize the UpdatesStore variable.    dim newCCMUpdatesStore     ‘ Create the COM object.    set newCCMUpdatesStore = CreateObject … Read more

SCCM: Content Download to Cache Issues – 2008 / 2008 r2 / IIS 7 and IIS 7.5 and Webdav Issues

Issue The issue that was reported to me was that the content was not downloading. My datatransferservice.log, my CAS.log, and ContentTransferManager.log all looked good. The client found a local DP to download the content from. However when I looked at my cache folder, I saw that only a couple of MB of data was downloaded … Read more