Chris Nackers Blog

ConfigMgr and MDT Deployment Solutions

Useful Blogs

User Groups

Making Sure A ConfigMgr Task Sequence Has All The Packages It Needs To Continue Part 2

I had previously posted on a blog where Michael Niehaus created a powershell script to check for the necessary packages for a task sequence.

Jason Schefelmaer has take it one step further and add some prompts to it.  See his post and download here.

##########

  • ConfigMgr Server Prompt now uses a windows form to keep in form with the other prompts
  • Task Sequence prompt has checkbox to allow ‘All Task Sequences’
  • Distribution Point prompt also has checkbox to allow ‘All Distribution Points’
  • Added new prompt with datagrid showing the missing packages asking to replicate them
  • Updated comments, removed unnecessary code I included in the first version.
  • Fixed an issue with Distribution Points being assigned to the central server, and not their primary server. (Work around for New-SCCMPackageDP function)

#############

Comments

No Comments