How to add multiple patches in SUG of SCCM using commands?
Question
Hi Team,
I want to know whether it is possible to add multiple patches in SUG of SCCM using commands.
If yes, then do provide me those commands and steps for using it.
Thanks & Regards,
Rohit Goud
Answers ( 8 )
Hello Rohit,
Just following up if you tried any of the method mentioned in answers.
This is super easy to do. If you already have a SUG and you want to include more patches, do the following steps:
1. Click on the Software Library node
2. Click on All Software Updates
3. Do a search for the updates you want to include using the search criteria of your choice
4. Select the updates
5. Right-click on the selection of updates and click on Edit membership
6. Scroll down and find the SUG you want to include and select the checkbox
Microsoft Docs link for your requirement, but we didn’t tried this.
https://docs.microsoft.com/en-us/powershell/module/configurationmanager/add-cmsoftwareupdatetogroup?view=sccm-ps
Hi Mohan,
Thanks for the link.
I will try to use the commands mentioned in it.
What did you mean by SCCM commands?
Do YOu mean PowerShell commands?
Let me know if you are looking for PS commands
You can do it via console How to Add New Patches to Existing Software Update Group|SCCM – https://www.anoopcnair.com/sccm-patches-to-existing-software-update-group/
How to Create Deploy New Software Update Patch Package Using SCCM | ConfigMgr – https://www.anoopcnair.com/create-deploy-new-software-update-patch-package/
Hi Anoop,
Yes, I was looking for powershell commands that can help me to add patches in existing SUG.
I have been provided a list of 300+ patches from my security team and informed me to do patching from SCCM end.
It’s tough to search & add those 300+ patches manually in existing SUG.
Hence, looking out for commands to easy this workload and minimize the mistakes.
Did Mohan’s link help you?
Powershell try here Easy Management of Software Update Groups in SCCM using Powershell
https://danielengberg.com/move-software-updates-between-software-update-groups-sccm/