After releasing a couple of betas over the last week I have made some more changes to the Update Client Setting Priority Tool. The major
Category: PowerShell
Update Client Settings Priority Tool for ConfigMgr 2012 – Beta v1.1
Update Available – v1.0 I have amended the Update Client Settings Priority Tool for ConfigMgr 2012 to include a check if duplicate priorities have been entered into the
Update Client Settings Priority Tool for ConfigMgr 2012 – Beta v1.0
Update Available – v1.0 In Configmgr 2012, if you create custom Client Settings a priority is assigned to the policy. This priority can be amended in
Dynamically deploying packages and applications to computers using a Task Sequence via PowerShell in ConfigMgr 2012
Peter van der Woude created an excellent PowerShell script and blog post to dynamically deploy applications to computers via a Task Sequence within ConfigMgr. At a
Find Task Sequences targeted to a device via PowerShell
The following Get-WMIObject query will return all Task Sequences that are deployed against a device in ConfigMgr 2012. Feed in a variables. $ResourceName = ‘targeted
Adding Dynamic Machines variables as part of an automated build using PowerShell via ConfigMgr 2012
This blog post will explain how you can dynamically assign machine variables to a computer object in a ConfigMgr 2012 using a simple PowerShell script.