First, be sure to update the ConfigMgr PowerShell module! https://www.microsoft.com/en-us/download/details.aspx?id=46681 Special thanks to http://www.verboon.info/2013/05/powershell-script-to-retrieve-sccm-2012-client-settings/ # Export a report of all client settings to a CSV. Based on http://www.verboon.info/2013/05/powershell-script-to-retrieve-sccm-2012-client-settings/ # Author: Stephen Leuthold   import-module($Env:SMS_ADMIN_UI_PATH.Substring(0,$Env:SMS_ADMIN_UI_PATH.Length-5) + ‘\ConfigurationManager.psd1’) [string]$cmSiteCode = "{0}:" -f …

Easily Document #ConfigMgr Client Settings with #PowerShell Read more »

Level: 300 Abstract: Wondering what all the chatter about DevOps is all about? This session will offer a jumpstart on DevOps concepts, followed by a step-by-step tour through key PowerShell DSC concepts you need to implement highly automated and agile …

Connecting Dev and Ops with PowerShell DSC Read more »

Agenda: most sessions will consist of one break, time slots will consist of one break out session and an adjacent Birds of a Feather discussion. • 9:00 – Welcome • 9:30 – PowerShell Nuggets for the System Center Configuration Manager …

Microsoft PFE Houston Technology Day Read more »

As announced at HASMUG September 2011 I have developed 4 PowerShell cmdlet’s to add on to Rikard Ronnkvist’s PowerShell module. They are not officially published yet but here is the one that checks to see if the target machine has …

SCCM PowerShell Script to Check for Local DP (Get-SCCMClientHasLocalDP) Read more »