Introducing the PowerShell App Deployment Toolkit

Updated 23/08/2013 Myself and my good friend Dan Cunningham have been working on an exciting PowerShell project together. Here’s a bit of the blurb: The PowerShell App Deployment Toolkit provides a set of functions to perform common application deployment tasks and to interact with the user during a deployment. It simplifies the complex scripting challenges

Introducing the PowerShell App Deployment Toolkit Read More »

Convert ConfigMgr Applications to MDT Applications with PowerShell

For those of you who have ever attended one of Johan Arwidmark’s talks or classes on OS deployment, you were probably convinced, like me, to capture your reference image using MDT LiteTouch for deployment with ConfigMgr. There are several advantages to capturing your reference image with LiteTouch (speed, compatibility, delegation, features) and there can also

Convert ConfigMgr Applications to MDT Applications with PowerShell Read More »

SCCM 2012: Set Software Center Business Hours with a Compliance Configuration Item

There are basically two scenarios when business hours come in to effect in SCCM 2012: 1. A user selects to defer required application/software update installations and reboots to take place outside of business hours: 2. A user selects the option in the software center to have SCCM automatically install all required software and restart the

SCCM 2012: Set Software Center Business Hours with a Compliance Configuration Item Read More »

MDT UDI Task Sequence: Restore USMT migration using Computer Association Recovery Key

Problem: You need to restore user migration data from the State Migration Point to a computer other than the destination computer specified in the Computer Assocation in the SCCM database. Some of the possible solutions to this are: 1. Use the Windows Easy Transfer Wizard to open the .Mig file, enter the the recovery key

MDT UDI Task Sequence: Restore USMT migration using Computer Association Recovery Key Read More »

SCCM 2012: Target Software Update Deployments to user\’s devices based on UDA

While SCCM 2012 provides user-centric application deployment, it is only possible to deploy software updates to a device or device collection. Here’s a collection I built in SCCM 2012 to retrieve the primary device of a user who is a member of the “SCCM Software Updates Pilot User Group”. In this way, I can deploy

SCCM 2012: Target Software Update Deployments to user\’s devices based on UDA Read More »

PowerShell: Re-creating the Local Group Policy Database File

Introduction Last week I came across a client-side issue applying Group Policies. It turned out to be a corrupt local group policy database file. Here\’s how I went about troubleshooting and fixing the issue and then automating detection and resolution of the problem using PowerShell. Troubleshooting The Resultant Set of Policy (RSoP) indicated a problem

PowerShell: Re-creating the Local Group Policy Database File Read More »

Scroll to Top