Thursday, March 30, 2017

Job error (0x87d00692) received for assignment ({26976645-4EB3-4796-9306-AEA3CE213FC6}) action

check in for old sccm or wsus records
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

Monday, March 20, 2017

Unable to backup with Azure
system account does not have access to internet

  1. Run following command from elevated prompt,
            psexec -i -s "c:\Program Files\Internet Explorer\iexplore.exe"
            It will open internet explorer window.

  1. . Go to Tools -> Internet Options -> Connections -> LAN settings.
  2. . Verify proxy settings

Tuesday, February 21, 2017



in ccmsetup.log it show that the bits are not installed, will need to enable BITS 



Sunday, February 12, 2017



Customer unable to apply windows 10 updates on their machine

 This is the current version of their sccm
5.00.8239.1000
2015 May 14
SCCM 2012 R2 SP1

Found that will need  apply cumulative update 1 on their SCCM in order to patch windows 10
you can test on window 7 first for the patching.



Sunday, January 8, 2017


Inventory Data loader failed to process the MIF file because it is larger than the defined maximum allowable size of 5000000

Solution: Increase the maximum allowable size, which is defined in the registry key HKLM\Software\Microsoft\SMS\Components\SMS_INVENTORY_DATA_LOADER\Max MIF Size (the default is 5 MB), and wait for Inventory Data Loader to retry the operation.


  1. On the Priamry Site Server, open regedit.exe.
  2. Drill down to HKLM\Software\Microsoft\SMS\Components\SMS_INVENTORY_DATA_LOADER.
  3. Find Max MIF Size and double click it.
  4. Change the value to 3200000 (Hex), which is 50 MB. By the way, the actual default value is 4c4b40 (hex) or 5000 kilobytes which is just under 5 MB.
  5. Close regedit.exe and clear out any errors/warnings for SMS_INVENTORY_DATA_LOADER.
Hardware Inventory data files larger than 50MB may fail to process so do not increase beyond that level