Configuration Manager with Jason Lewis
SCUP Catalogs Best Practices
Follow me on Twitter @JLewisMS
Here is the next in a series of SCUP screencast. Today’s topic covers “SCUP – Create a Bundle”. Enjoy!
Here is the sample code to create a bundle. Use this sample code instead of what was used in the screencast. The snippet I used was incorrect for software updates and will not be synchronized into WSUS.
<sdp:UpdateSpecificData UpdateClassification="Updates" /> <sdp:BundledPackages> <sdp:PackageID></sdp:PackageID> </sdp:BundledPackages>
To view this screencast in other formats visit: http://technet.microsoft.com/en-us/edge/scup-create-a-bundle.aspx
Here is the next in a series of SCUP screencast. Today’s topic covers “SCUP – Create an Update with a Prerequisite”. Enjoy!
Here is the sample code to create an update with prerequisite.
<sdp:Prerequisites> <sdp:AtLeastOne> <sdp:PackageID><!-- My package ID -></sdp:PackageID> </sdp:AtLeastOne> </sdp:Prerequisites>
To view this screencast in other formats visit: http://technet.microsoft.com/en-us/edge/scup-create-an-update-with-a-prerequisite.aspx
Here is the next in a series of SCUP screencast. Today’s topic covers “SCUP – Resigning an Update”. Enjoy!
To view this screencast in other formats visit: http://technet.microsoft.com/en-us/edge/scup-resigning-an-update.aspx