Chris Nackers Blog

ConfigMgr and MDT Deployment Solutions

Useful Blogs

User Groups

Browse by Tags

All Tags » Powershell (RSS)
PowerShell: Report / Check the Size of ConfigMgr Task Sequences
Trevor Sullivan has created a nice post on checking the size of your Task Sequence's.  This is useful, since there is a 4mb limit to your TS. ...
ConfigMgr–Automating The PreLoadPkgOnSite Tool Script
Credit to Greg Ramsey for writing the script. In addition to this post, be sure to read John Marcum ’s blog post: Packages Will Not Uncompress After Using...
Approving Windows Updates in an MDT 2010 Standalone Environment from a ConfigMgr Software Update Point
Here is a great post over The Deployment Guys Blog.  A client actually sent this to me today and I hadn’t read it before.  This was one of the...
ConfigMgr Client IP Check Script
Nice by Jason Sandys for identifying stale systems in AD, read the full post and download the script here. Troubleshooting client agent health issues at...
PowerShell: Cleaning Up Empty ConfigMgr Collections
Nice post by Trevor Sullivan. Read the full post and get the script here. Someone recently posted on the MyITforum ConfigMgr mailing list , asking how...
PowerEvents for Windows PowerShell
http://powerevents.codeplex.com/ What is PowerEvents? PowerEvents is a Windows PowerShell v2.0 module designed to facilitate the ease of creating, updating...
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...
Copying Active Directory Group Membership For Software Distribution – Powershell
Through SMS/SCCM we use AD groups for software distribution. Something that happens often enough is that we need to copy the groups that one computer is...
Powershell – Moving computers to known OU
While working on our WSUS Policy, i needed to create a script to move computer objects from whatever OU they were in (unknown) to a known OU.  I decided...
Manipulating the Microsoft Deployment Toolkit database using PowerShell – Michael Niehaus
http://blogs.technet.com/mniehaus/archive/2009/05/15/manipulating-the-microsoft-deployment-toolkit-database-using-powershell.aspx Great post from Michael...