SUP Archives - Justin Chalfant's SCCM Guides https://setupconfigmgr.com/tag/sup Just Another SCCM Blogger Sat, 07 Aug 2021 20:42:37 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 https://setupconfigmgr.com/wp-content/uploads/2018/05/Logo-150x150.png SUP Archives - Justin Chalfant's SCCM Guides https://setupconfigmgr.com/tag/sup 32 32 How to Enable Third-Party Software Updates in SCCM Technical Preview 1806 https://setupconfigmgr.com/how-to-enable-third-party-software-updates-in-sccm-technical-preview-1806 https://setupconfigmgr.com/how-to-enable-third-party-software-updates-in-sccm-technical-preview-1806#comments Mon, 20 Aug 2018 23:10:00 +0000 https://setupconfigmgr.com/?p=27906 The post How to Enable Third-Party Software Updates in SCCM Technical Preview 1806 appeared first on Justin Chalfant's SCCM Guides.

]]>
Overview In this video guide, we will walk through the process of enabling third-party software updates in the SCCM technical preview 1806. Topics in Video Resources for This Guide:

The post How to Enable Third-Party Software Updates in SCCM Technical Preview 1806 appeared first on Justin Chalfant's SCCM Guides.

]]>
https://setupconfigmgr.com/how-to-enable-third-party-software-updates-in-sccm-technical-preview-1806/feed 3
Deep Dive in Microsoft SCCM Software Updates Client and Server Components https://setupconfigmgr.com/deep-dive-in-microsoft-sccm-software-updates-client-and-server-components https://setupconfigmgr.com/deep-dive-in-microsoft-sccm-software-updates-client-and-server-components#comments Fri, 08 Jun 2018 06:46:02 +0000 https://setupconfigmgr.com/?p=27921 The post Deep Dive in Microsoft SCCM Software Updates Client and Server Components appeared first on Justin Chalfant's SCCM Guides.

]]>
 

Overview

  • In this video guide, we will be performing a deep dive in the software updates feature in Microsoft SCCM. This will include client and server-side components. Some topics covered are client policy, scanning, WMI, StateMessages, StateMgr, Summarization and more!

Topics in Video

Notes From Justin

  • Helpful Logs for Software Updates
    • PolicyAgent.log – Records requests for policies made by using the Data Transfer Service.
    • PolicyEvaluator.log – Records details about the evaluation of policies on client computers, including policies from software updates.
    • LocationServices.log – Records the client activity for locating management points, software update points, and distribution points.
    • UpdatesHandler.log – Records details about software update compliance scanning and about the download and installation of software updates on the client.
    • RebootCoordinator.log – Records details about the coordination of system restarts on client computers after software update installations.
    • WUAHandler.log – Records details about the Windows Update Agent on the client when it searches for software updates.
    • UpdatesStore.log – Records details about compliance status for the software updates that were assessed during the compliance scan cycle.
    • ScanAgent.log – Records details about scan requests for software updates, the WSUS location, and related actions.
    • StateMessage.log – Records details about software update state messages that are created and sent to the management point.
    • UpdatesDeployment.log – Records details about deployments on the client, including software update activation, evaluation, and enforcement. Verbose logging shows additional information about the interaction with the client user interface.
    • statesys.log – Records the processing of state system messages. This log also shows the software update summarization task that run.
  • Helpful WMI Namespace and Classes
    • ROOT\ccm\Policy\Machine\ActualConfig:CCM_UpdateCIAssignment – This shows that we have the policy for the SUG Deployment ID
    • ROOT\ccm\ScanAgent:CCM_SUPLocationList – Shows SUP SCCM is set to use for scanning
    • ROOT\ccm\SoftwareUpdates\DeploymentAgent:CCM_TargetedUpdateEx1 – Shows all software updates targetting the device and the relevant information about the updates
    • ROOT\ccm\SoftwareUpdates\DeploymentAgent:CCM_AssignmentCompliance – Shows the different software update group deployments targetting the device and their compliance
    • ROOT\ccm\StateMsg:CCM_StateMsg – Shows all the state messages logged in WMI
  • Windows Update Log File PowerShell CMDlet
    • get-windowsupdatelog

Helpful Resources:

The post Deep Dive in Microsoft SCCM Software Updates Client and Server Components appeared first on Justin Chalfant's SCCM Guides.

]]>
https://setupconfigmgr.com/deep-dive-in-microsoft-sccm-software-updates-client-and-server-components/feed 19
Deep Dive Maintaining the WSUS Catalog by Declining Updates for Better Update Scanning https://setupconfigmgr.com/deep-dive-maintaining-the-wsus-catalog-by-declining-updates-for-better-update-scanning https://setupconfigmgr.com/deep-dive-maintaining-the-wsus-catalog-by-declining-updates-for-better-update-scanning#comments Mon, 04 Jun 2018 16:50:05 +0000 https://setupconfigmgr.com/?p=27895 The post Deep Dive Maintaining the WSUS Catalog by Declining Updates for Better Update Scanning appeared first on Justin Chalfant's SCCM Guides.

]]>

 * Updates * 

  • Do NOT remove the “all” in the language script (Decline-Windows10Languages.ps1) as I did in the video at 25:14. This change is not required or recommended.
  • It’s recommended to first run the script with the -Whatif switch or option in the config.ini to see what will be declined.
  • Update: in the latest script, you can use a config.ini file rather than a bunch of PowerShell parameters. Here’s the config.ini I’m now using instead of parameters.
    • Here’s what the updated script folder structure looks like
      • wsuscleanupscript-newfiles

 

 

 

Overview

In this video guide, we will walk through the process of maintaining our WSUS catalog to reduce the catalog size and client scanning issues. In this guide, we will cover ensuring the IIS AppPool for WSUS is improved, indexing the SUSDB, setting up a task to run a script to automatically decline any superseded updates, change the wsyncmgr purge of expired updates from 7 days to 0. and compare the initial catalog download size on a client.

There’s a lot of good WSUS maintenance scripts out there now. In my video, I used Bryan Dam’s scriptSee the resources below for a lot of great information that will be helpful in addition to what I cover.

Creating a Scheduled Task to Automate the Declining of Updates

  • Scheduled Task Options for Bryan Dam’s WSUS Scripts

Topics in Video

Resources for This Guide:

Arguments for Scheduled Task:

Note: you will need to change the script path


-NoLogo -NoProfile -NonInteractive -ExecutionPolicy ByPass -command J:ScriptsInvoke-DGASoftwareUpdateMaintenance.ps1 -DeclineSuperseded -UpdateListOutputFile J:ScriptsDeclinedUpdates.csv -DeclineByTitle @('*Itanium*','*ia64*','*Beta*') -DeclineByPlugins -CleanSUGs -RemoveEmptySUGs -RunCleanUpWizard -Force

The post Deep Dive Maintaining the WSUS Catalog by Declining Updates for Better Update Scanning appeared first on Justin Chalfant's SCCM Guides.

]]>
https://setupconfigmgr.com/deep-dive-maintaining-the-wsus-catalog-by-declining-updates-for-better-update-scanning/feed 35
Enabling Third-Party Software Update Catalogs in Microsoft SCCM https://setupconfigmgr.com/enabling-third-party-software-update-catalogs-in-microsoft-sccm https://setupconfigmgr.com/enabling-third-party-software-update-catalogs-in-microsoft-sccm#comments Sat, 02 Jun 2018 08:00:00 +0000 https://setupconfigmgr.com/?p=28136 The post Enabling Third-Party Software Update Catalogs in Microsoft SCCM appeared first on Justin Chalfant's SCCM Guides.

]]>
 

Overview

  • In this video guide, we will be covering how to configure the third-party software update catalogs feature added in SCCM 1806. This video guide covers enabling your software update point for third-party software updates, setting Configuration Manager to manage the certificate, enabling the client setting to enable third-party software updates and configure the Patch My PC Update Catalog in the third-party software update catalog node of SCCM.

Topics in Video

Topics Mentioned in Video

Helpful Resources:

The post Enabling Third-Party Software Update Catalogs in Microsoft SCCM appeared first on Justin Chalfant's SCCM Guides.

]]>
https://setupconfigmgr.com/enabling-third-party-software-update-catalogs-in-microsoft-sccm/feed 4
Microsoft SCCM Post Installation and Configuration (Boundaries, Client Settings, and more) https://setupconfigmgr.com/microsoft-sccm-post-installation-and-configuration-boundaries-client-settings-and-more https://setupconfigmgr.com/microsoft-sccm-post-installation-and-configuration-boundaries-client-settings-and-more#comments Tue, 29 May 2018 02:34:25 +0000 http://setupconfigmgr.com/?p=27775 The post Microsoft SCCM Post Installation and Configuration (Boundaries, Client Settings, and more) appeared first on Justin Chalfant's SCCM Guides.

]]>
Overview In this step-by-step guide, we will walk through the basic configuration of Microsoft System Center Configuration Manager Current Branch (SCCM). Topics in Video Microsoft Docs for Topics in this Guide:

The post Microsoft SCCM Post Installation and Configuration (Boundaries, Client Settings, and more) appeared first on Justin Chalfant's SCCM Guides.

]]>
https://setupconfigmgr.com/microsoft-sccm-post-installation-and-configuration-boundaries-client-settings-and-more/feed 8