Skip to content
How to Stop SCCM Deployments with Immediate Effect

How to Stop SCCM Deployments with Immediate Effect

Written By Anoop C Nair
Last Updated July 23, 2024
Posted In SCCM
SHARE

How to Stop SCCM Deployments with Immediate Effect? In a real-time scenario, I have encountered several instances in which we need to stop the advertisement immediately to decrease the impact on the client’s machines.

Today, I read a good write-up on this topic from Shaun Cassells. How can SCCM advertisements be stopped with immediate effects? Here you go!

All credit to Shaun Cassells for this post; he has some more tips in the latest post.

Scenario: An advertisement went out for a package that is causing havoc. Let’s say it is rebooting servers and workstations.   How do you stop it NOW!?!?!  With a Big Red Stop Button (BRSB).

Patch My PC
Index
How to Stop SCCM Deployments
Summary: How to Stop SCCM Deployments with Immediate Effect
How to Stop SCCM Deployments with Immediate Effect – Table 1
How to Stop SCCM Deployments with Immediate Effect - Fig.1
How to Stop SCCM Deployments with Immediate Effect – Fig.1

How to Stop SCCM Deployments

Below are five scenarios with varying speeds and success rates.

Methods Description – How to Stop SCCM DeploymentsUpsideDownside
Method 1 Stop the IIS or SMS_OFFER_MANAGER service on all serversEverything stopsEverything stops, including routine client communications or any other distribution
Method 2Delete the source package files of the DP(s) update. Change the NTFS folder permissions to prevent any client from reading the source files. Thanks, Nelson.All clients trying to run errant advertisements will say “Waiting For Content.”Copying the package source back to the DP after everything calms down.
Method 3Delete the Advertisement (Do not do this)It makes you feel betterThis does not stop clients until a policy refresh is triggered.  You also lose all track of the damage you have wrought.
Method 4Disable the ProgramPrevents further executionThis does not stop clients until a policy refresh is triggered.
Method 5Expire the advertisementPrevents further executionThis does not stop any clients until a policy refresh is triggered.
How to Stop SCCM Deployments with Immediate Effect – Table 2

Summary: How to Stop SCCM Deployments with Immediate Effect

The best solution for the Big Red Stop Button (BRSB) appears to be Method 2.  Delete the files of the DP.  You will need to know the PackageID. (see reports below) and the location of the DPs (see reports below).  

The best order of execution to achieve BRSB

  1. Identify PackageID
    1. See report below
    2. See the console command line below
  2. Identify DPs that you will need to target
    1. See report below
  3. Run a script to delete the files of the DPs
  4. Disable the program
  5. Disable the advertisement (change the execution expiration time)
  6. View reports on advertisement success rate so you know who to fix

If I want to post the scripts or screenshots on how to do this, please respond to this post, and I’ll whip up more docs. 

The clients have received new policies to prevent the errant program from executing again now that the package has stopped.  How do I get the files back on the DP?  Easy, refresh the Distribution Points from the package.  Refresh will keep the DP version the same.  Reminder: if you update the DPs.  You will create a new version, which may cause clients to execute this new package.  (Been there)

Helpful Reports (SMS 2003)

List of All packages:

http://<ServerNameHere>/SMSReporting_<SiteCode>/Report.asp?ReportID=137

List of All Active Package Distributions:

http://<ServerNameHere>/SMSReporting_<SiteCode>/Report.asp?ReportID=141

List of All DPs:

http://<ServerNameHere>/SMSReporting_<SiteCode>/Report.asp?ReportID=138

Location of DP (SMS 2003)

\\<ServerNameHere>\smsdp$\SMSPKG

How to add NodeInfo to the SMS 2003 console? 

Add the following switch to the console command line.

/SMS:NodeInfo=1 or /SMS:NodeInfo=2

Adds a property sheet that contains node information, such as the GUID, WMI instance data, and the named values associated with the node to a node’s property page. You access the node information sheet by selecting the Node Information tab. Typically, you use this option to develop or debug extension snap-ins that extend the SMS Administrator console.

This option can be set to 1 or 2. I am setting NodeInfo to 1, which places the Node Information sheet last on the property page, and NodeInfo to 2, which places the Node Information sheet first.

SMS 2003 command line:

C:\smsadmin\bin\i386\sms.msc /SMS:NodeInfo=1

SCCM 2007 commandline

“C:\Program Files\Microsoft Configuration Manager Console\AdminUI\bin\adminconsole.msc” sms:debugview=1

How to stop advertisements with immediate effect.

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair has been Microsoft MVP from 2015 onwards for 10 consecutive years! He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is also a Blogger, Speaker, and leader of the Local User Group Community. His main focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career, etc..

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 3 comments

  1. Hello Anoop,

    Excellent post again 🙂
    Using Method 2 place all the clients on “Waiting for content”. SO if it is just a delay I need to push the package it is fine, but if it is a real cancellation I want, meaning the package will not be push anymore, what would be the solution to clear all this “Waiting for content” ?
    Thanks,
    Dom

  2. Hello Anoop,

    I will add we have some packages which are published to the wrong collection for example, so Method 2 applied but if I want to reissue the same distribution to the correct collection what will be the best way to do so?
    For now Method 2 and then create entirely new advertisement… with changing the location of the packages, is it correct?

    Thanks,
    Dom

  3. Hi Felymich,

    The second method is to clear the content of the package, once you verify that the wrong adverts did not create any harm though reports you can simply delete the advert and re add the content to the DP’s and deploy it the right collection this time.

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read