Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING SCCM Software Deployment Issue

Messages
15
Reaction score
0
Points
1

Attachments

I have too much confusion between Business hours, Maintenance Windows and Deadline. I am sure problem is because of some conflict here.
Business hours are configured at Client system. outside the business hours it should be maintenance window.

I can see the maintenance window under collection property is not configured. I dont' wanted to make many changes, then it would be more hard to troubleshoot.

Please correct me if I am wrong and help me on the same. thanks.
 
Do I need to enable Windows Update Group Policy here ? Disable Windows Update and Specify Microsoft Intranet service Update location service ? Please confirm.
 
Hi Kanuj,
Difference specified below

Deadline: the time that a deployment installation will be enforced.

Definition #2:
Maintenance Windows – A maintenance window is a period of time reserved to perform software deployment tasks. Specifically, software deployments, software update deployments, and operating system deployments will only run during a maintenance window when one is defined for a collection of devices.
 
Business Hours: Business hours are a period of time that an end-user normally does their daily work.

The default business hours for all computers are 5:00 am – 10:00pm, Monday through Friday
 
Thanks Maunil for the clarification. some one please help me to troubleshoot based on the logs from client system. Updates are not getting Installed on client system.
 
Hi Kanuj,

Can you please describe more about your errors. What kind of error are you getting... so we can help you out
 
Software Update Uninstallation on client machine is unsuccessful.
Task Sequence is successfully deployed on client machine which is configure on SCCM 2012 Server, but update is still appearing in windows update history in client machine, please find the attached screen shot.

I followed below steps. Please provide some more information on the same, thanks.
http://prajwaldesai.com/how-to-rollback-a-patch-using-configuration-manager/
 

Attachments

  • 3.png
    3.png
    476 KB · Views: 4
  • 4.png
    4.png
    374 KB · Views: 4
  • 5.png
    5.png
    574.5 KB · Views: 4
  • 7.png
    7.png
    467.3 KB · Views: 4
  • 6.png
    6.png
    478.9 KB · Views: 4
Last edited:
Hi Kanuj,
it seems that after setup windows and configmgr it reboots but fails to continue

can you verify what steps are in your task sequence and does the client get installed at all (c:\windows\ccmsetup\ccmsetup.log)

I have solved the errors. When I upgrade to SCCM 2012 R2 I created the boot images but I did not switch my task sequence to use them. After removing the old boot image and using the ones from R2 the TS now completes with no errors and the _SMSTaskSequence folder is now cleaned up properly.

Please follow the steps and hope it helps you :)
 
HI Maunil,

I follow this procedure for the Roll Back the software update on Client machine. http://prajwaldesai.com/how-to-rollback-a-patch-using-configuration-manager/

Yes client is installed i have done all the practical include application installation and uninstall, all is running fine. It is windows 7, 64bit machine.

Task sequence Installed the Roll Back package successfully on client machine but it is not uninstalling the patch.

I am using System Center 2012 Configuration Manager SP2 on windows server 2012.
 
Ok .. If it is not uninstall the patch then can you please refer evernt viwer log and find our exact reason for the same..
 
1. Find the list of packages installed on the machine with the issue by performing this command
Code:
dism /online /get-packages /format:table

for ease of reading I did the following:
Code:
dism /online /get-packages /format:table > patches.txt


2. From the list get the Package Identity Name
Code:
Package_for_KBXX~31bf3856ad364e35~amd64~~6.2.1.1


3. Run this command to uninstall the update silently
Code:


DISM.exe /Online /Remove-Package /PackageName:Package_for_KBXX~31bf3856ad364e35~amd64~~6.2.1.1 /quiet /norestart
 

Forum statistics

Threads
7,027
Messages
27,499
Members
17,680
Latest member
Symetria
Back
Top