I'm an IT professional with over fourteen years of experience and since 2000 I've been working with Microsoft Infrastructure. I'm post-graduated in Computer Network and Telecommunications and Microsoft Certified Professional (MCP, MCSA Security, MCSE Security, MCTS, MCITP, MCT and MVP). I work as Technical Consultant mainly involved in Microsoft Security and System Center Configuration Manager solutions
I was awared MVP status by Microsoft in 2010 for System Centre Configuration Manager
Hi All,This script is intended to remove all expired updates from a package or Deployment and was showed by the MVP Kent Agerlund on his presentation at MMS 2012.If you'd like to try (at your own risk), you can download it from here (just remember to change the .txt to .vbs)Examples:cscript.exe DeleteExpiredUpdates.vbs /SMSProvider:CM01 /PkgID:"A010000E"cscript.exe DeleteExpiredUpdates.vbs /SMSProvider:CM01 /AssignmentID:"1;2;3;4;5;6;7;8;9"cscript.exe DeleteExpiredUpdates.vbs /SMSProvider:CM01 /PkgID:"A010000E" /AssignmentID:"1;2;3;4;5;6;7;8;9"
20-March-2013
Updated Link